Package org.apache.felix.framework
Class ServiceRegistrationImpl.ServiceFactoryPrivileged
- java.lang.Object
-
- org.apache.felix.framework.ServiceRegistrationImpl.ServiceFactoryPrivileged
-
- All Implemented Interfaces:
java.security.PrivilegedExceptionAction
- Enclosing class:
- ServiceRegistrationImpl
private class ServiceRegistrationImpl.ServiceFactoryPrivileged extends java.lang.Object implements java.security.PrivilegedExceptionAction
This simple class is used to ensure that when a service factory is called, that no other classes on the call stack interferes with the permissions of the factory itself.
-
-
Constructor Summary
Constructors Constructor Description ServiceFactoryPrivileged(Bundle bundle, java.lang.Object svcObj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
run()
-