| org.apache.cocoon.components.jms.JMSConnectionManagerImpl
Inner Class :final static class ConnectionConfiguration | |
Inner Class :final static class ReconnectionListener implements ExceptionListener | |
Inner Class :final static class ReconnectionJob implements CronJob | |
JMSConnectionManagerImpl | public JMSConnectionManagerImpl()(Code) | | |
addConnection | synchronized void addConnection(String name, Connection connection)(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
createConnection | Connection createConnection(ConnectionConfiguration cc) throws NamingException, JMSException(Code) | | |
dispose | public void dispose()(Code) | | |
getConnection | public synchronized Connection getConnection(String name)(Code) | | |
getQueueConnection | public synchronized QueueConnection getQueueConnection(String name)(Code) | | |
getTopicConnection | public synchronized TopicConnection getTopicConnection(String name)(Code) | | |
removeConnection | synchronized void removeConnection(String name)(Code) | | |
scheduleReconnectionJob | void scheduleReconnectionJob(ConnectionConfiguration configuration)(Code) | | |
service | public void service(ServiceManager manager)(Code) | | |
stopConnection | void stopConnection(String name, Connection connection)(Code) | | |
|
|