org.apache.geronimo.remoting.transport.async
Class AsyncMsg

java.lang.Object
  extended byorg.apache.geronimo.remoting.transport.BytesMsg
      extended byorg.apache.geronimo.remoting.transport.async.AsyncMsg
All Implemented Interfaces:
Msg

public class AsyncMsg
extends BytesMsg

Version:
$Revision: 1.4 $ $Date: 2004/03/10 09:59:20 $

Field Summary
static byte DATAGRAM_TYPE
           
static byte REQUEST_TYPE
           
static byte RESPONE_TYPE
           
 
Constructor Summary
AsyncMsg()
           
 
Method Summary
 Msg createMsg()
           
 void readExternal(DataInput in)
           
 void writeExternal(DataOutput out)
           
 
Methods inherited from class org.apache.geronimo.remoting.transport.BytesMsg
getAsBytes, getStackSize, popMarshaledObject, pushMarshaledObject, setFromBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATAGRAM_TYPE

public static final byte DATAGRAM_TYPE
See Also:
Constant Field Values

REQUEST_TYPE

public static final byte REQUEST_TYPE
See Also:
Constant Field Values

RESPONE_TYPE

public static final byte RESPONE_TYPE
See Also:
Constant Field Values
Constructor Detail

AsyncMsg

public AsyncMsg()
Method Detail

createMsg

public Msg createMsg()
Specified by:
createMsg in interface Msg
Overrides:
createMsg in class BytesMsg
See Also:
BytesMsg.createMsg()

writeExternal

public void writeExternal(DataOutput out)
                   throws IOException
Overrides:
writeExternal in class BytesMsg
Throws:
IOException
See Also:
BytesMsg.writeExternal(java.io.DataOutput)

readExternal

public void readExternal(DataInput in)
                  throws IOException
Overrides:
readExternal in class BytesMsg
Throws:
IOException
See Also:
BytesMsg.readExternal(java.io.DataInput)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.