| |
|
| java.lang.Object com.caucho.jms.jca.ManagedSessionImpl
ManagedSessionImpl | public class ManagedSessionImpl implements ManagedConnection(Code) | | The managed session
|
Field Summary | |
final protected static Logger | log |
Constructor Summary | |
public | ManagedSessionImpl(ConnectionFactory factory, Destination destination) |
ManagedSessionImpl | public ManagedSessionImpl(ConnectionFactory factory, Destination destination) throws ResourceException(Code) | | |
addConnectionEventListener | public void addConnectionEventListener(ConnectionEventListener listener)(Code) | | |
associateConnection | public void associateConnection(Object o) throws ResourceException(Code) | | |
cleanup | public void cleanup() throws ResourceException(Code) | | |
destroy | public void destroy() throws ResourceException(Code) | | |
getConnectionEventListener | public ConnectionEventListener getConnectionEventListener()(Code) | | |
getLocalTransaction | public LocalTransaction getLocalTransaction() throws ResourceException(Code) | | |
getMetaData | public ManagedConnectionMetaData getMetaData()(Code) | | |
getSession | Session getSession()(Code) | | |
removeConnectionEventListener | public void removeConnectionEventListener(ConnectionEventListener listener)(Code) | | |
send | void send(Message message) throws JMSException(Code) | | |
|
|
|