Atavism Version 2018.1AGIS API

atavism.server.engine
Class EnginePlugin.GetPropertyNamesMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.SubjectMessage
          extended by atavism.server.messages.OIDNamespaceMessage
              extended by atavism.server.engine.EnginePlugin.GetPropertyNamesMessage
All Implemented Interfaces:
INamespaceMessage, java.io.Serializable
Enclosing class:
EnginePlugin

public static class EnginePlugin.GetPropertyNamesMessage
extends OIDNamespaceMessage

Get property names message for an sub object in a particular namespace. Gets the set of names of the properties of the object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class atavism.msgsys.SubjectMessage
oid
 
Constructor Summary
EnginePlugin.GetPropertyNamesMessage()
          No-arg constructor, required by marshalling
EnginePlugin.GetPropertyNamesMessage(OID oid, Namespace namespace)
          GetPropertyNamesMessage constructor
 
Method Summary
 java.lang.String toString()
          Method to produce a human-readable version of the object
 
Methods inherited from class atavism.server.messages.OIDNamespaceMessage
getNamespace, setNamespace
 
Methods inherited from class atavism.msgsys.SubjectMessage
getSubject, setSubject
 
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, wait, wait, wait
 

Constructor Detail

EnginePlugin.GetPropertyNamesMessage

public EnginePlugin.GetPropertyNamesMessage()
No-arg constructor, required by marshalling


EnginePlugin.GetPropertyNamesMessage

public EnginePlugin.GetPropertyNamesMessage(OID oid,
                                            Namespace namespace)
GetPropertyNamesMessage constructor

Parameters:
oid - The oid of the object.
namespace - The Namespace containing the sub-object.
Method Detail

toString

public java.lang.String toString()
Method to produce a human-readable version of the object

Overrides:
toString in class SubjectMessage


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