|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.management.protocol.messageserver.MessageKey
public abstract class MessageKey
MessageKey class.
Constructor Summary | |
---|---|
MessageKey()
|
Method Summary | |
---|---|
static MessageKey |
create()
Creates instance of MessageKey with no parameters set. |
static MessageKey |
create(java.lang.Integer keyFlags,
java.lang.Integer keyInteger,
java.lang.Integer keyLong,
java.lang.String keyString)
Deprecated. use other create method |
abstract java.lang.Integer |
getKeyFlags()
Simple key: flags. |
abstract java.lang.Integer |
getKeyInteger()
Simple key: integer value |
abstract KeyValueCollection |
getKeyKVList()
KVList key |
abstract java.lang.Integer |
getKeyLong()
Simple key: unsigned long value |
abstract java.lang.String |
getKeyString()
Simple key: string value |
abstract void |
setKeyFlags(int keyFlags)
Simple key: flags. |
abstract void |
setKeyFlags(java.lang.Integer keyFlags)
Simple key: flags. |
abstract void |
setKeyInteger(int keyInteger)
Simple key: integer value |
abstract void |
setKeyInteger(java.lang.Integer keyInteger)
Simple key: integer value |
abstract void |
setKeyKVList(KeyValueCollection keyKVList)
KVList key |
abstract void |
setKeyLong(int keyLong)
Simple key: unsigned long value |
abstract void |
setKeyLong(java.lang.Integer keyLong)
Simple key: unsigned long value |
abstract void |
setKeyString(java.lang.String keyString)
Simple key: string value |
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
---|
getProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessageKey()
Method Detail |
---|
public static MessageKey create()
public static MessageKey create(java.lang.Integer keyFlags, java.lang.Integer keyInteger, java.lang.Integer keyLong, java.lang.String keyString)
keyFlags
- Simple key: flags. Can be any combination of KeyFlags enum values (using bitwise OR operator '|')keyInteger
- Simple key: integer valuekeyLong
- Simple key: unsigned long valuekeyString
- Simple key: string value
public abstract java.lang.Integer getKeyFlags()
KeyFlags
public abstract void setKeyFlags(java.lang.Integer keyFlags)
KeyFlags
public abstract void setKeyFlags(int keyFlags)
KeyFlags
public abstract java.lang.Integer getKeyInteger()
public abstract void setKeyInteger(java.lang.Integer keyInteger)
keyInteger
- new value of the propertypublic abstract void setKeyInteger(int keyInteger)
keyInteger
- new value of the propertypublic abstract java.lang.Integer getKeyLong()
public abstract void setKeyLong(java.lang.Integer keyLong)
keyLong
- new value of the propertypublic abstract void setKeyLong(int keyLong)
keyLong
- new value of the propertypublic abstract java.lang.String getKeyString()
public abstract void setKeyString(java.lang.String keyString)
keyString
- new value of the propertypublic abstract KeyValueCollection getKeyKVList()
public abstract void setKeyKVList(KeyValueCollection keyKVList)
keyKVList
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |