Save This Page
Home » apache-activemq-5.1.0-src » org.apache » activemq » transport » [javadoc | source]
org.apache.activemq.transport
public class: TransportFilter [javadoc | source]
java.lang.Object
   org.apache.activemq.transport.TransportFilter

All Implemented Interfaces:
    TransportListener, Transport

Direct Known Subclasses:
    CommandJoiner, MutexTransport, TransportLogger, ResponseCorrelator, StompTransportFilter, DiscoveryTransport, MarshallingTransportFilter, ResponseRedirectInterceptor, WireFormatNegotiator, InactivityMonitor, ReliableTransport

Field Summary
protected final  Transport next     
protected  TransportListener transportListener     
Constructor:
 public TransportFilter(Transport next) 
Method from org.apache.activemq.transport.TransportFilter Summary:
asyncRequest,   getNext,   getRemoteAddress,   getTransportListener,   isConnected,   isDisposed,   isFaultTolerant,   narrow,   onCommand,   onException,   oneway,   reconnect,   request,   request,   setTransportListener,   start,   stop,   toString,   transportInterupted,   transportResumed
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.activemq.transport.TransportFilter Detail:
 public FutureResponse asyncRequest(Object command,
    ResponseCallback responseCallback) throws IOException 
 public Transport getNext() 
 public String getRemoteAddress() 
 public TransportListener getTransportListener() 
 public boolean isConnected() 
 public boolean isDisposed() 
 public boolean isFaultTolerant() 
 public T narrow(Class target) 
 public  void onCommand(Object command) 
 public  void onException(IOException error) 
 public  void oneway(Object command) throws IOException 
 public  void reconnect(URI uri) throws IOException 
 public Object request(Object command) throws IOException 
 public Object request(Object command,
    int timeout) throws IOException 
 public  void setTransportListener(TransportListener channelListener) 
 public  void start() throws Exception 
 public  void stop() throws Exception 
 public String toString() 
 public  void transportInterupted() 
 public  void transportResumed()