|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.activemq.transport.TransportChannelSupport
org.codehaus.activemq.transport.http.HttpTransportChannelSupport
| Field Summary |
| Fields inherited from class org.codehaus.activemq.transport.TransportChannelSupport |
pendingStop, transportConnected |
| Constructor Summary | |
HttpTransportChannelSupport(org.codehaus.activemq.io.TextWireFormat wireFormat,
String remoteUrl)
|
|
| Method Summary | |
boolean |
canProcessWireFormatVersion(int version)
Can this wireformat process packets of this version |
SynchronizedBoolean |
getClosed()
|
int |
getCurrentWireFormatVersion()
|
String |
getRemoteUrl()
|
SynchronizedBoolean |
getStarted()
|
org.codehaus.activemq.io.TextWireFormat |
getWireFormat()
|
boolean |
isMulticast()
|
void |
setClientID(String clientID)
|
void |
setWireFormat(org.codehaus.activemq.io.TextWireFormat wireFormat)
|
void |
start()
|
protected void |
startThread()
|
void |
stop()
|
String |
toString()
|
| Methods inherited from class org.codehaus.activemq.transport.TransportChannelSupport |
addTransportStatusEventListener, asyncSendWithReceipt, doAsyncSend, doConsumePacket, doConsumePacket, doHandleReceipt, doHandleWireFormat, fireStatusEvent, fireStatusEvent, getClientID, getEmbeddedBrokerConnector, getExceptionListener, getLastReceiptTimestamp, getPacketListener, getTransportChannelListener, isPendingStop, isServerSide, isTransportConnected, onAsyncException, removeTransportStatusEventListener, requiresEmbeddedBroker, send, send, setExceptionListener, setPacketListener, setPendingStop, setServerSide, setTransportChannelListener, setTransportConnected, stopExecutor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
run |
| Methods inherited from interface org.codehaus.activemq.transport.TransportChannel |
asyncSend, forceDisconnect |
| Constructor Detail |
public HttpTransportChannelSupport(org.codehaus.activemq.io.TextWireFormat wireFormat,
String remoteUrl)
| Method Detail |
public boolean isMulticast()
isMulticast in interface org.codehaus.activemq.transport.TransportChannel
public void start()
throws JMSException
start in interface org.codehaus.activemq.transport.TransportChannelJMSExceptionprotected void startThread()
public void stop()
stop in interface org.codehaus.activemq.transport.TransportChannelpublic void setClientID(String clientID)
setClientID in interface org.codehaus.activemq.transport.TransportChannelpublic String toString()
public boolean canProcessWireFormatVersion(int version)
canProcessWireFormatVersion in interface org.codehaus.activemq.transport.TransportChannelversion - the version number to test
public int getCurrentWireFormatVersion()
getCurrentWireFormatVersion in interface org.codehaus.activemq.transport.TransportChannelpublic String getRemoteUrl()
public org.codehaus.activemq.io.TextWireFormat getWireFormat()
public void setWireFormat(org.codehaus.activemq.io.TextWireFormat wireFormat)
public SynchronizedBoolean getClosed()
public SynchronizedBoolean getStarted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||