|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.wireformat.PacketSupport
org.jboss.jms.wireformat.RequestSupport
org.jboss.jms.wireformat.ClosingRequest
public class ClosingRequest
Field Summary |
---|
Fields inherited from class org.jboss.jms.wireformat.RequestSupport |
---|
objectId, version |
Constructor Summary | |
---|---|
ClosingRequest()
|
|
ClosingRequest(long sequence,
java.lang.String objectId,
byte version)
|
Method Summary | |
---|---|
void |
read(java.io.DataInputStream is)
|
ResponseSupport |
serverInvoke()
|
java.lang.String |
toString()
|
void |
write(java.io.DataOutputStream os)
|
Methods inherited from class org.jboss.jms.wireformat.RequestSupport |
---|
getMethodId, getObjectId, getPayload, getVersion |
Methods inherited from class org.jboss.jms.wireformat.PacketSupport |
---|
createPacket, readNullableString, writeNullableString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClosingRequest()
public ClosingRequest(long sequence, java.lang.String objectId, byte version)
Method Detail |
---|
public void read(java.io.DataInputStream is) throws java.lang.Exception
read
in interface Streamable
read
in class RequestSupport
java.lang.Exception
public ResponseSupport serverInvoke() throws java.lang.Exception
serverInvoke
in class RequestSupport
java.lang.Exception
public void write(java.io.DataOutputStream os) throws java.lang.Exception
write
in interface Streamable
write
in class RequestSupport
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |