|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.msgsys.Message
atavism.msgsys.SubjectMessage
atavism.server.messages.OIDNamespaceMessage
atavism.server.engine.EnginePlugin.GetPropertyMessage
public static class EnginePlugin.GetPropertyMessage
Get property message for an sub object in a particular namespace. Capable of getting a single property, or a set of property values.
Field Summary |
---|
Fields inherited from class atavism.msgsys.SubjectMessage |
---|
oid |
Constructor Summary | |
---|---|
EnginePlugin.GetPropertyMessage()
No-arg constructor, required by marshalling |
|
EnginePlugin.GetPropertyMessage(OID oid,
Namespace namespace,
java.util.List<java.lang.String> keys)
GetPropertyMessage constructor for cases where we want the values of a list of keys. |
|
EnginePlugin.GetPropertyMessage(OID oid,
Namespace namespace,
java.lang.String key)
GetPropertyMessage constructor for cases where we want the value of a single key. |
Method Summary | |
---|---|
void |
addKey(java.lang.String key)
Add another key to the list of keys for which this message will fetch values. |
java.util.List<java.lang.String> |
getKeys()
Return the list of keys for which this message will fetch values |
java.io.Serializable |
removeKey(java.io.Serializable key)
Remove a key from the list of keys for which this message will fetch values. |
java.lang.String |
toString()
Method to produce a human-readable version of the key list |
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 |
---|
public EnginePlugin.GetPropertyMessage()
public EnginePlugin.GetPropertyMessage(OID oid, Namespace namespace, java.lang.String key)
oid
- The oid of the object.namespace
- The Namespace containing the sub-object.key
- The key whose value will be fetched.public EnginePlugin.GetPropertyMessage(OID oid, Namespace namespace, java.util.List<java.lang.String> keys)
oid
- The oid of the object.namespace
- The Namespace containing the sub-object.keys
- The list of keys whose values will be fetched.Method Detail |
---|
public java.lang.String toString()
toString
in class SubjectMessage
public void addKey(java.lang.String key)
key
- The key to be added to the list of keys for
which values will be fetched.public java.io.Serializable removeKey(java.io.Serializable key)
key
- The key to be removed from the list of keys for
which values will be fetched.
public java.util.List<java.lang.String> getKeys()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |