org.apache.geronimo.remoting.transport.async
Class AsyncMsg
java.lang.Object
org.apache.geronimo.remoting.transport.BytesMsg
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AsyncMsg
public AsyncMsg()
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.