Atavism Version 2018.1AGIS API

atavism.server.plugins
Class ObjectManagerClient.UnloadObjectMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.server.plugins.ObjectManagerClient.UnloadObjectMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ObjectManagerClient

public static class ObjectManagerClient.UnloadObjectMessage
extends Message

Unload object based on OID. The object and it sub-objects are removed from memory, but may still exist in the database.

See Also:
Serialized Form

Constructor Summary
ObjectManagerClient.UnloadObjectMessage()
           
ObjectManagerClient.UnloadObjectMessage(OID oid)
           
ObjectManagerClient.UnloadObjectMessage(OID oid, java.util.Collection<Namespace> namespaces)
           
 
Method Summary
 java.util.Collection<Namespace> getNamespaces()
           
 OID getOid()
           
 void setNamespaces(java.util.Collection<Namespace> namespaces)
           
 void setOid(OID oid)
           
 
Methods inherited from class atavism.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectManagerClient.UnloadObjectMessage

public ObjectManagerClient.UnloadObjectMessage()

ObjectManagerClient.UnloadObjectMessage

public ObjectManagerClient.UnloadObjectMessage(OID oid)

ObjectManagerClient.UnloadObjectMessage

public ObjectManagerClient.UnloadObjectMessage(OID oid,
                                               java.util.Collection<Namespace> namespaces)
Method Detail

getOid

public OID getOid()

setOid

public void setOid(OID oid)

getNamespaces

public java.util.Collection<Namespace> getNamespaces()

setNamespaces

public void setNamespaces(java.util.Collection<Namespace> namespaces)


Copyright © 2018 Dragonsan Studios Sp. z o.o.