|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Message |
createMessage(int id)
Creates Message by id. |
Message |
createMessage(int id,
java.lang.String name)
Creates Message by id. |
java.lang.String |
getMessageName(int id)
Return message name by it's id. |
ProtocolDescription |
getProtocolDescription()
Return protocol description in format |
java.lang.String |
getProtocolVersion()
Return protocol version. |
Method Detail |
public Message createMessage(int id)
Message
by id.
NOTE: Classes that implement this interface are usually created
automatically by generator. Do not implement this interface
unless you know what you're doing.
id
- id of the message
Message
subclass for the specified id.
java.lang.IllegalArgumentException
- if message with such id can't
be createdpublic Message createMessage(int id, java.lang.String name)
Message
by id.
NOTE: Classes that implement this interface are usually created
automatically by generator. Do not implement this interface
unless you know what you're doing.
id
- id of the message
Message
subclass for the specified id.
java.lang.IllegalArgumentException
- if message with such id can't
be createdpublic java.lang.String getMessageName(int id)
id
- message id
public ProtocolDescription getProtocolDescription()
public java.lang.String getProtocolVersion()
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |