|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.messages.ManagementMessage
org.apache.qpid.management.messages.SchemaRequestMessage
public abstract class SchemaRequestMessage
Abstract representation of a schema request message. Concrete subclasses must supply the values needed to build & encode the message.
Field Summary |
---|
Fields inherited from class org.apache.qpid.management.messages.ManagementMessage |
---|
_codec, _data, ACCUMULATING, READING |
Constructor Summary | |
---|---|
SchemaRequestMessage()
|
Method Summary | |
---|---|
protected abstract String |
className()
Returns the class name. |
(package private) char |
opcode()
Returns the opcode that will be used for this message. |
protected abstract String |
packageName()
Returns the package name. |
protected abstract Binary |
schemaHash()
Returns the schema hash. |
(package private) void |
specificMessageEncoding()
Concrete subclasses (message implementations) must define here their specific data encoding. |
Methods inherited from class org.apache.qpid.management.messages.ManagementMessage |
---|
appendData, appendData, clearData, getDeliveryProperties, getHeader, getMessageProperties, getMessageTransferId, readData, readData, sequenceNumber, setHeader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaRequestMessage()
Method Detail |
---|
char opcode()
ManagementMessage
opcode
in class ManagementMessage
protected abstract String packageName()
protected abstract String className()
protected abstract Binary schemaHash()
final void specificMessageEncoding()
ManagementMessage
specificMessageEncoding
in class ManagementMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |