org.apache.activemq.transport
Class MarshallingTransportFilter
java.lang.Object
org.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.MarshallingTransportFilter
- All Implemented Interfaces:
- Service, Transport, TransportListener
public class MarshallingTransportFilter
- extends TransportFilter
Methods inherited from class org.apache.activemq.transport.TransportFilter |
asyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, narrow, onException, reconnect, request, request, setTransportListener, start, stop, toString, transportInterupted, transportResumed |
MarshallingTransportFilter
public MarshallingTransportFilter(Transport next,
WireFormat localWireFormat,
WireFormat remoteWireFormat)
oneway
public void oneway(Object command)
throws IOException
- Description copied from interface:
Transport
- A one way asynchronous send
- Specified by:
oneway
in interface Transport
- Overrides:
oneway
in class TransportFilter
- Throws:
IOException
onCommand
public void onCommand(Object command)
- Description copied from interface:
TransportListener
- called to process a command
- Specified by:
onCommand
in interface TransportListener
- Overrides:
onCommand
in class TransportFilter
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.