|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Home
Represent a user's home. For each home we have an owner, a Data Area and a Workspace.
Method Summary | |
---|---|
DataArea |
getDataArea()
Retrieves the user data area. |
HomeManager |
getHomeManager()
Return this home manager. |
User |
getOwner()
Retrieves the home's owner. |
WorkspaceArea |
getWorkspaceArea()
Retrieves the user workspace area. |
Method Detail |
---|
HomeManager getHomeManager()
User getOwner() throws InternalErrorException
InternalErrorException
- if an internal error occurs.WorkspaceArea getWorkspaceArea() throws WorkspaceNotFoundException, InternalErrorException
WorkspaceNotFoundException
- when the workspace is not found.
InternalErrorException
- if an internal error occurs.DataArea getDataArea() throws InternalErrorException
InternalErrorException
- if an internal error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |