|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistryManager
This interface defines the registry manager that provides all the objects and managers for accessing a specificly defined registry
Method Summary | |
---|---|
Category |
getCategory(CategoryType categoryType,
java.lang.String value)
This method returns an instance of a category with the defined value. |
ServiceLocator |
getServiceLocator()
This method creates a new service locator that has been enabled for searching the registry for service provides and available services. |
ServiceManager |
getServiceManager(java.lang.String username,
java.lang.String credential)
This method returns a service manager that has been enbled for creating and maintaining service providers and services. |
void |
initialiseRegistry(java.lang.String username,
java.lang.String credential)
This method can be used to initialises the registry with the required support objects. |
Method Detail |
---|
void initialiseRegistry(java.lang.String username, java.lang.String credential) throws RegistryException, InvalidAuthorisationDetailsException
username
- The username of the user using the registry.credential
- The credential required to authenticate user
RegistryException
InvalidAuthorisationDetailsException
ServiceLocator getServiceLocator() throws RegistryException, RegistryNotInitialisedException
RegistryException
RegistryNotInitialisedException
ServiceManager getServiceManager(java.lang.String username, java.lang.String credential) throws RegistryException, RegistryNotInitialisedException
username
- The username of the user using the registry.credential
- The credential required to authenticate user
RegistryException
RegistryNotInitialisedException
Category getCategory(CategoryType categoryType, java.lang.String value) throws RegistryException, RegistryNotInitialisedException
categoryType
- The type of category to createvalue
- The value assigned to the category
RegistryException
RegistryNotInitialisedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |