Class JMSConnection
java.lang.Object
com.swiftmq.impl.jms.standard.v750.JMSConnection
- All Implemented Interfaces:
VersionedJMSConnection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveLoginprotected Stringprotected InboundReaderprotected OutboundWriterprotected String -
Constructor Summary
ConstructorsConstructorDescriptionJMSConnection(SwiftletContext ctx, Entity connectionEntity, Connection connection) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcollect(long lastCollectTime) protected SessioncreateSession(CreateSessionRequest req, int sessionDispatchId, Entity sessionEntity) InboundHandlerbooleanisClosed()voidvoidsendReply(Reply reply) voidserviceRequest(Request request) toString()
-
Field Details
-
inboundReader
-
outboundWriter
-
activeLogin
protected ActiveLogin activeLogin -
tracePrefix
-
connectionId
-
-
Constructor Details
-
JMSConnection
-
-
Method Details
-
getClientId
-
getRemoteHostname
-
getUserName
-
getInboundHandler
public InboundHandler getInboundHandler()- Specified by:
getInboundHandlerin interfaceVersionedJMSConnection
-
sendReply
public void sendReply(Reply reply) - Specified by:
sendReplyin interfaceVersionedJMSConnection
-
collect
public void collect(long lastCollectTime) - Specified by:
collectin interfaceVersionedJMSConnection
-
isClosed
public boolean isClosed() -
close
public void close()- Specified by:
closein interfaceVersionedJMSConnection
-
createSession
protected Session createSession(CreateSessionRequest req, int sessionDispatchId, Entity sessionEntity) -
process
-
serviceRequest
public void serviceRequest(Request request) -
toString
-