|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface that allows an application to "drill down" on a group or system. For instance, This method is used to see the Systems within a given group.
Method Summary | |
---|---|
java.util.List |
getChildSystems(LoginSession s)
This is used for navigation. |
CompositeStatus |
getCompositeStatus()
This method will be implemented in the future to calculate an "aggregate" status based on the status of the child systems. |
java.lang.String |
getLabel()
|
Method Detail |
public java.util.List getChildSystems(LoginSession s) throws ServerCommunicationException, RequestFailedException
s
- - the login session to the Director Server
ServerCommunicationException
RequestFailedException
public CompositeStatus getCompositeStatus() throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
public java.lang.String getLabel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |