|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
java.lang.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 |
public Kernel getKernel()
public ServiceName getServiceName()
public java.lang.ClassLoader getClassLoader()
public void setSatisfied()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |