|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Standard JNDI access
public interface ServiceLocator_1_0
The ServiceLocator interface
| Method Summary | |
|---|---|
void |
bind(String registrationId,
Object object)
Deprecated. Bind a service to the registry |
Enumeration |
listBindings(String name)
Deprecated. |
Object |
lookup(String registrationId)
Deprecated. Lookup a service |
void |
unbind(String registrationId)
Deprecated. Removes a service from the registry |
| Method Detail |
|---|
Object lookup(String registrationId)
throws ServiceException
registrationId - A colon-separated list of naming elements
ServiceException
void bind(String registrationId,
Object object)
throws ServiceException
registrationId - A colon-separated list of naming elementsobject - The object to be bound, usually the service's connection
factory
ServiceException
void unbind(String registrationId)
throws ServiceException
registrationId - A colon-separated list of naming elements
ServiceException
Enumeration listBindings(String name)
throws ServiceException
ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||