| java.lang.Object org.jboss.resource.adapter.jms.JmsSessionFactoryImpl
Constructor Summary | |
public | JmsSessionFactoryImpl(ManagedConnectionFactory mcf, ConnectionManager cm, int type) |
Method Summary | |
public void | addTemporaryQueue(TemporaryQueue temp) | public void | addTemporaryTopic(TemporaryTopic temp) | protected JmsSession | allocateConnection(boolean transacted, int acknowledgeMode, int sessionType) | protected void | checkClosed() | public void | close() | public void | closeSession(JmsSession session) | public ConnectionConsumer | createConnectionConsumer(Queue queue, String messageSelector, ServerSessionPool sessionPool, int maxMessages) | public ConnectionConsumer | createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) | public ConnectionConsumer | createConnectionConsumer(Destination destination, ServerSessionPool pool, int maxMessages) | public ConnectionConsumer | createConnectionConsumer(Destination destination, String name, ServerSessionPool pool, int maxMessages) | public ConnectionConsumer | createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) | public QueueSession | createQueueSession(boolean transacted, int acknowledgeMode) | public Session | createSession(boolean transacted, int acknowledgeMode) | public TopicSession | createTopicSession(boolean transacted, int acknowledgeMode) | public String | getClientID() | public ExceptionListener | getExceptionListener() | public ConnectionMetaData | getMetaData() | public Reference | getReference() | public void | setClientID(String cID) | public void | setExceptionListener(ExceptionListener listener) | public void | setPassword(String password) | public void | setReference(Reference reference) | public void | setUserName(String name) | public void | start() | public void | stop() |
JmsSessionFactoryImpl | public JmsSessionFactoryImpl(ManagedConnectionFactory mcf, ConnectionManager cm, int type)(Code) | | |
addTemporaryQueue | public void addTemporaryQueue(TemporaryQueue temp)(Code) | | |
addTemporaryTopic | public void addTemporaryTopic(TemporaryTopic temp)(Code) | | |
allocateConnection | protected JmsSession allocateConnection(boolean transacted, int acknowledgeMode, int sessionType) throws JMSException(Code) | | |
close | public void close() throws JMSException(Code) | | |
closeSession | public void closeSession(JmsSession session) throws JMSException(Code) | | |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Queue queue, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Destination destination, ServerSessionPool pool, int maxMessages) throws JMSException(Code) | | |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Destination destination, String name, ServerSessionPool pool, int maxMessages) throws JMSException(Code) | | |
createDurableConnectionConsumer | public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createQueueSession | public QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
createSession | public Session createSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
createTopicSession | public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
getClientID | public String getClientID() throws JMSException(Code) | | |
getExceptionListener | public ExceptionListener getExceptionListener() throws JMSException(Code) | | |
getMetaData | public ConnectionMetaData getMetaData() throws JMSException(Code) | | |
setClientID | public void setClientID(String cID) throws JMSException(Code) | | |
setExceptionListener | public void setExceptionListener(ExceptionListener listener) throws JMSException(Code) | | |
start | public void start() throws JMSException(Code) | | |
stop | public void stop() throws JMSException(Code) | | |
|
|