|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sysmgt.sdk.remote.ManagedGroup
A Director Group as seen on the left panel of the Director Console
Field Summary | |
---|---|
static int |
GROUP_TYPE_DYNAMIC
|
static int |
GROUP_TYPE_STATIC
|
static int |
GROUP_TYPE_TASK
|
Constructor Summary | |
---|---|
ManagedGroup(long id,
java.lang.String lbl,
int typ)
Constructor |
Method Summary | |
---|---|
static java.util.List |
getAllGroups(LoginSession s)
getAllGroups |
static ManagedGroup |
getAllSystemsAndDevicesGroup(LoginSession s)
getallSystemsAndDevicesGroup |
java.util.List |
getChildSystems(LoginSession s)
This will return the ManagedSystems that are members of the group. |
CompositeStatus |
getCompositeStatus()
getCompositeStatus |
CompositeStatus |
getCompositeStatus(LoginSession s)
getCompositeStatus |
static ManagedGroup |
getGroupByOid(LoginSession s,
long oid)
getGroupByOid |
java.lang.String |
getGroupType()
getGroupType |
java.lang.String |
getLabel()
getLabel |
long |
getOid()
getOid |
int |
getType()
getType |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int GROUP_TYPE_STATIC
public static final int GROUP_TYPE_DYNAMIC
public static final int GROUP_TYPE_TASK
Constructor Detail |
public ManagedGroup(long id, java.lang.String lbl, int typ)
Method Detail |
public static java.util.List getAllGroups(LoginSession s) throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
public static ManagedGroup getGroupByOid(LoginSession s, long oid) throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
public static ManagedGroup getAllSystemsAndDevicesGroup(LoginSession s) throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
public long getOid()
getOid
in interface TaskTarget
public java.util.List getChildSystems(LoginSession s) throws ServerCommunicationException, RequestFailedException
getChildSystems
in interface CompositeSystem
s
- - the login session to the Director Server
ServerCommunicationException
RequestFailedException
CompositeSystem.getChildSystems(com.ibm.sysmgt.sdk.remote.LoginSession)
public java.lang.String getLabel()
getLabel
in interface CompositeSystem
public int getType()
public java.lang.String getGroupType()
public java.lang.String toString()
public CompositeStatus getCompositeStatus()
getCompositeStatus
in interface CompositeSystem
public CompositeStatus getCompositeStatus(LoginSession s) throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |