|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HomeManagerFactory
Manage the HomeManagers.
Method Summary | |
---|---|
boolean |
exists(java.lang.String scope)
Check if the specified scope exists. |
HomeLibraryManager |
getHomeLibraryManager()
Return the HomeLibraryManagerInstance. |
HomeManager |
getHomeManager(GCUBEScope scope)
Retrieves an HomeManager for the given GCube's scope. |
java.util.List<java.lang.String> |
listScopes()
List the actuals scopes. |
Method Detail |
---|
HomeManager getHomeManager(GCUBEScope scope) throws InternalErrorException
scope
- the HomeManager's scope.
InternalErrorException
- if an error occurs.java.util.List<java.lang.String> listScopes() throws InternalErrorException
InternalErrorException
- if an error occurs.boolean exists(java.lang.String scope) throws InternalErrorException
scope
- the scope to check.
true
if the scope exists, false
otherwise.
InternalErrorException
- if an error occurs.HomeLibraryManager getHomeLibraryManager() throws InternalErrorException
InternalErrorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |