|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceConditionContext
The ServiceConditionContext contains context information available to a service condition and a method to notify the kernel if a service condition is satisified asynchronously.
Method Summary | |
---|---|
ClassLoader |
getClassLoader()
Gets the class loader for the service. |
Kernel |
getKernel()
Gets the kernel in which the service is registered. |
ServiceName |
getServiceName()
Gets the unique name of the service. |
void |
setSatisfied()
Used to notify the container that the condition has been satisfied asychronously. |
Method Detail |
---|
Kernel getKernel()
ServiceName getServiceName()
ClassLoader getClassLoader()
void setSatisfied()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |