|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IRegistry is the interface that must be implemented by all registries. It provides methods for publishing, unpublishing and binding.
| Method Summary | |
IReference |
bind(java.lang.String path,
java.lang.Class[] interfaces,
Context context)
Return a reference to the service described by the path. |
boolean |
publish(java.lang.String path,
java.lang.Object object,
Context context)
Publish the object to the specified path. |
boolean |
unpublish(java.lang.String path)
Unpublish the object from the specified path. |
| Method Detail |
public boolean publish(java.lang.String path,
java.lang.Object object,
Context context)
throws RegistryException
path - The path.object - The object.context - The context.
RegistryException
public boolean unpublish(java.lang.String path)
throws RegistryException
path - The path.
RegistryException
public IReference bind(java.lang.String path,
java.lang.Class[] interfaces,
Context context)
throws RegistryException
path - The path.interfaces - The interfacescontext - The context.
RegistryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||