|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.MarshallingTransportFilter
public class MarshallingTransportFilter
Field Summary |
---|
Fields inherited from class org.apache.activemq.transport.TransportFilter |
---|
next, transportListener |
Constructor Summary | |
---|---|
MarshallingTransportFilter(Transport next,
WireFormat localWireFormat,
WireFormat remoteWireFormat)
|
Method Summary | |
---|---|
void |
onCommand(java.lang.Object command)
called to process a command |
void |
oneway(java.lang.Object command)
A one way asynchronous send |
Methods inherited from class org.apache.activemq.transport.TransportFilter |
---|
asyncRequest, getNext, getRemoteAddress, getTransportListener, narrow, onException, request, request, setTransportListener, start, stop, toString, transportInterupted, transportResumed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MarshallingTransportFilter(Transport next, WireFormat localWireFormat, WireFormat remoteWireFormat)
Method Detail |
---|
public void oneway(java.lang.Object command) throws java.io.IOException
Transport
oneway
in interface Transport
oneway
in class TransportFilter
java.io.IOException
public void onCommand(java.lang.Object command)
TransportListener
onCommand
in interface TransportListener
onCommand
in class TransportFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |