|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGRemoteManagedObject
A remote representation of a managed object. This object can be part of a TWGRemoteTaskClients list of clients, or it can be obtained by asking the TWGRemoteTaskManager for one to be created for a specific moid.
Method Summary | |
---|---|
byte[] |
getAddressEntryRecord()
Get the data for this object's address entry record. |
java.lang.String |
getAgentVersion()
Get the version of the agent represented by this managed object. |
int |
getClientStatus()
Get the client service. |
int |
getClientTaskStatus()
Get the client task status. |
long |
getMofoid()
Get the object ID of the managed object factory for this managed object |
long |
getMoid()
Get the managed object ID for this managed object |
int |
getMoState()
Get the state of this managed object. |
java.lang.String |
getName()
Get the name or label for this managed object |
boolean |
isAccessDenied()
Determine if access is denied. |
boolean |
isClientSecureSupported()
Determine if this managed object supports securing clients |
boolean |
isClientUnsecure()
Determine if this managed object has had the client secured. |
boolean |
licenseGranted()
Determine if a license has been granted to this managed object |
boolean |
licenseRequired()
Determine if a license is required |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final long getMoid()
public final long getMofoid()
public final java.lang.String getName()
public final int getMoState()
public final int getClientStatus()
public final int getClientTaskStatus()
public final byte[] getAddressEntryRecord()
public final boolean licenseRequired()
public final boolean licenseGranted()
public final boolean isClientSecureSupported()
public final boolean isClientUnsecure()
public final boolean isAccessDenied()
public final java.lang.String getAgentVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |