atavism.server.plugins
Class InventoryClient.ActivateMessage
java.lang.Object
atavism.msgsys.Message
atavism.msgsys.SubjectMessage
atavism.server.plugins.InventoryClient.ActivateMessage
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- InventoryClient
public static class InventoryClient.ActivateMessage
- extends SubjectMessage
the obj is the "main" oid for the message since that is what the
InventoryPlugin is subscribing on
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
activatorOid
protected OID activatorOid
targetOid
protected OID targetOid
InventoryClient.ActivateMessage
public InventoryClient.ActivateMessage()
InventoryClient.ActivateMessage
public InventoryClient.ActivateMessage(OID objOid,
OID activatorOid,
OID targetOid)
setActivatorOid
public void setActivatorOid(OID oid)
getActivatorOid
public OID getActivatorOid()
setTargetOid
public void setTargetOid(OID oid)
getTargetOid
public OID getTargetOid()