|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A service repository provides support for the storage and retrival of service defintions.
Method Summary | |
Service |
getService(ReferenceDescriptor reference)
Locate a Service instances associated with the
supplied referecne descriptor. |
Service |
getService(String classname,
Version version)
Locate a Service instances associated with the
supplied classname and version. |
Method Detail |
public Service getService(String classname, Version version) throws ServiceUnknownException
Service
instances associated with the
supplied classname and version. If a service defintion is not
found locally, the implementation redirects the request to
the parent service manager.
classname
- the service class nameversion
- the service version
UnknownServiceException
- if a matching service cannot be found
ServiceUnknownException
public Service getService(ReferenceDescriptor reference) throws ServiceUnknownException
Service
instances associated with the
supplied referecne descriptor. If a service defintion is not
found locally, the implementation redirects the request to
the parent service manager.
reference
- the reference descriptor
UnknownServiceException
- if a matching service cannot be found
ServiceUnknownException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |