Class JMSServerManagerImpl
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.impl.CleaningActivateCallback
-
- org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
- All Implemented Interfaces:
org.apache.activemq.artemis.core.server.ActivateCallback,org.apache.activemq.artemis.core.server.ActiveMQComponent,JMSServerManager
@Deprecated public class JMSServerManagerImpl extends org.apache.activemq.artemis.core.server.impl.CleaningActivateCallback implements JMSServerManager
Deprecated.A Deployer used to create and add to Bindings queues, topics and connection factories. Typically this would only be used in an app server env.JMS Connection Factories and Destinations can be configured either using configuration files or using a JMSConfiguration object.
If configuration files are used, JMS resources are redeployed if the files content is changed. If a JMSConfiguration object is used, the JMS resources can not be redeployed.
-
-
Constructor Summary
Constructors Constructor Description JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server)Deprecated.JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server, JMSConfiguration configuration)Deprecated.JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server, BindingRegistry registry)Deprecated.This constructor is used by the Application Server's integration
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidactivated()Deprecated.voidactivationComplete()Deprecated.voidaddAddressSettings(String address, org.apache.activemq.artemis.core.settings.impl.AddressSettings addressSettings)Deprecated.booleanaddConnectionFactoryToBindingRegistry(String name, String registryBinding)Deprecated.booleanaddQueueToBindingRegistry(String queueName, String registryBinding)Deprecated.voidaddSecurity(String addressMatch, Set<org.apache.activemq.artemis.core.security.Role> roles)Deprecated.booleanaddTopicToBindingRegistry(String topicName, String registryBinding)Deprecated.booleancloseConnectionsForAddress(String ipAddress)Deprecated.booleancloseConnectionsForUser(String userName)Deprecated.booleancloseConsumerConnectionsForAddress(String address)Deprecated.voidcreateConnectionFactory(boolean storeConfig, ConnectionFactoryConfiguration cfConfig, String... bindings)Deprecated.voidcreateConnectionFactory(String name, boolean ha, JMSFactoryType cfType, String discoveryGroupName, String... registryBindings)Deprecated.voidcreateConnectionFactory(String name, boolean ha, JMSFactoryType cfType, String discoveryGroupName, String clientID, long clientFailureCheckPeriod, long connectionTTL, long callTimeout, long callFailoverTimeout, boolean cacheLargeMessagesClient, int minLargeMessageSize, boolean compressLargeMessages, int compressionLevel, int consumerWindowSize, int consumerMaxRate, int confirmationWindowSize, int producerWindowSize, int producerMaxRate, boolean blockOnAcknowledge, boolean blockOnDurableSend, boolean blockOnNonDurableSend, boolean autoGroup, boolean preAcknowledge, String loadBalancingPolicyClassName, int transactionBatchSize, int dupsOKBatchSize, boolean useGlobalPools, int scheduledThreadPoolMaxSize, int threadPoolMaxSize, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int reconnectAttempts, boolean failoverOnInitialConnection, String groupId, String... registryBindings)Deprecated.voidcreateConnectionFactory(String name, boolean ha, JMSFactoryType cfType, List<String> connectorNames, String... registryBindings)Deprecated.voidcreateConnectionFactory(String name, boolean ha, JMSFactoryType cfType, List<String> connectorNames, String clientID, long clientFailureCheckPeriod, long connectionTTL, long callTimeout, long callFailoverTimeout, boolean cacheLargeMessagesClient, int minLargeMessageSize, boolean compressLargeMessage, int compressionLevel, int consumerWindowSize, int consumerMaxRate, int confirmationWindowSize, int producerWindowSize, int producerMaxRate, boolean blockOnAcknowledge, boolean blockOnDurableSend, boolean blockOnNonDurableSend, boolean autoGroup, boolean preAcknowledge, String loadBalancingPolicyClassName, int transactionBatchSize, int dupsOKBatchSize, boolean useGlobalPools, int scheduledThreadPoolMaxSize, int threadPoolMaxSize, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int reconnectAttempts, boolean failoverOnInitialConnection, String groupId, String... registryBindings)Deprecated.booleancreateQueue(boolean storeConfig, String queueName, String selectorString, boolean durable, String... bindings)Deprecated.Creates a JMS Queue.booleancreateQueue(boolean storeConfig, String queueName, String jmsQueueName, String selectorString, boolean durable, String... bindings)Deprecated.Creates a JMS Queue.booleancreateTopic(boolean storeConfig, String address, boolean autoCreated, String... bindings)Deprecated.booleancreateTopic(boolean storeConfig, String address, String... bindings)Deprecated.Creates a JMS TopicbooleancreateTopic(boolean storeConfig, String address, String topicName, boolean autoCreated, String... bindings)Deprecated.booleancreateTopic(String address, boolean storeConfig, String topicName, String... bindings)Deprecated.Creates a JMS TopicvoiddeActivate()Deprecated.booleandestroyConnectionFactory(String name)Deprecated.destroys a connection factory.booleandestroyQueue(String name)Deprecated.destroys a queue and removes it from the BindingRegistrybooleandestroyQueue(String name, boolean removeConsumers)Deprecated.destroys a queue and removes it from the BindingRegistry.booleandestroyTopic(String name)Deprecated.destroys a topic and removes it from theBindingRegistrybooleandestroyTopic(String name, boolean removeConsumers)Deprecated.destroys a topic and removes it from the BindingRegistryorg.apache.activemq.artemis.core.server.ActiveMQServergetActiveMQServer()Deprecated.org.apache.activemq.artemis.core.settings.impl.AddressSettingsgetAddressSettings(String address)Deprecated.String[]getBindingsOnConnectionFactory(String factoryName)Deprecated.String[]getBindingsOnQueue(String queue)Deprecated.String[]getBindingsOnTopic(String topic)Deprecated.JMSStorageManagergetJMSStorageManager()Deprecated.BindingRegistrygetRegistry()Deprecated.Set<org.apache.activemq.artemis.core.security.Role>getSecurity(String addressMatch)Deprecated.StringgetVersion()Deprecated.protected org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactoryinternalCreateCFPOJO(ConnectionFactoryConfiguration cfConfig)Deprecated.protected booleaninternalCreateJMSQueue(boolean storeConfig, String queueName, String jmsQueueName, String selectorString, boolean durable, boolean autoCreated, String... bindings)Deprecated.booleanisStarted()Deprecated.Has the Server been started.String[]listConnectionIDs()Deprecated.StringlistPreparedTransactionDetailsAsHTML()Deprecated.StringlistPreparedTransactionDetailsAsJSON()Deprecated.String[]listRemoteAddresses()Deprecated.String[]listRemoteAddresses(String ipAddress)Deprecated.String[]listSessions(String connectionID)Deprecated.StringlistSessionsAsJSON(String connectionID)Deprecated.voidrecoverregistryBindings(String name, PersistedType type)Deprecated.org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactoryrecreateCF(String name, ConnectionFactoryConfiguration cf)Deprecated.Call this method to have a CF rebound to the Binding Registry and stored on the JournalbooleanremoveConnectionFactoryFromBindingRegistry(String name)Deprecated.booleanremoveConnectionFactoryFromBindingRegistry(String name, String bindings)Deprecated.booleanremoveQueueFromBindingRegistry(String name)Deprecated.Remove the queue from the BindingRegistry.booleanremoveQueueFromBindingRegistry(String name, String bindings)Deprecated.Remove the queue from the BindingRegistry.booleanremoveTopicFromBindingRegistry(String name)Deprecated.Remove the topic from the BindingRegistry.booleanremoveTopicFromBindingRegistry(String name, String bindings)Deprecated.Remove the topic from the Binding Registry or BindingRegistry.voidreplaceStorageManager(JMSStorageManager newStorage)Deprecated.voidsetRegistry(BindingRegistry registry)Deprecated.Set this property if you want JMS resources bound to a registryprotected booleanshutdownConnectionFactory(String name)Deprecated.voidstart()Deprecated.Notice that this component has astartCalledboolean to control its internal life-cycle, but itsisStarted()returns the value ofserver.isStarted()and not the value ofstartCalled.voidstop()Deprecated.-
Methods inherited from class org.apache.activemq.artemis.core.server.impl.CleaningActivateCallback
shutdown, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
JMSServerManagerImpl
public JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server) throws ExceptionDeprecated.- Throws:
Exception
-
JMSServerManagerImpl
public JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server, BindingRegistry registry) throws ExceptionDeprecated.This constructor is used by the Application Server's integration- Parameters:
server-registry-- Throws:
Exception
-
JMSServerManagerImpl
public JMSServerManagerImpl(org.apache.activemq.artemis.core.server.ActiveMQServer server, JMSConfiguration configuration) throws ExceptionDeprecated.- Throws:
Exception
-
-
Method Detail
-
activated
public void activated()
Deprecated.- Specified by:
activatedin interfaceorg.apache.activemq.artemis.core.server.ActivateCallback
-
deActivate
public void deActivate()
Deprecated.- Specified by:
deActivatein interfaceorg.apache.activemq.artemis.core.server.ActivateCallback
-
activationComplete
public void activationComplete()
Deprecated.- Specified by:
activationCompletein interfaceorg.apache.activemq.artemis.core.server.ActivateCallback
-
recoverregistryBindings
public void recoverregistryBindings(String name, PersistedType type) throws NamingException
Deprecated.- Throws:
NamingException
-
start
public void start() throws ExceptionDeprecated.Notice that this component has astartCalledboolean to control its internal life-cycle, but itsisStarted()returns the value ofserver.isStarted()and not the value ofstartCalled.This method and
server.start()are interdependent in the following way:start()is called, it setsstart_called=true, and callsActiveMQServerImpl.start()ActiveMQServerImpl.start()will callactivated()activated()checks the value ofstartCalled, which must already be true.
- Specified by:
startin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent- Throws:
Exception
-
stop
public void stop() throws ExceptionDeprecated.- Specified by:
stopin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent- Throws:
Exception
-
isStarted
public boolean isStarted()
Deprecated.Description copied from interface:JMSServerManagerHas the Server been started.- Specified by:
isStartedin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent- Specified by:
isStartedin interfaceJMSServerManager- Returns:
- true if the server us running
-
getRegistry
public BindingRegistry getRegistry()
Deprecated.- Specified by:
getRegistryin interfaceJMSServerManager
-
setRegistry
public void setRegistry(BindingRegistry registry)
Deprecated.Description copied from interface:JMSServerManagerSet this property if you want JMS resources bound to a registry- Specified by:
setRegistryin interfaceJMSServerManager
-
getActiveMQServer
public org.apache.activemq.artemis.core.server.ActiveMQServer getActiveMQServer()
Deprecated.- Specified by:
getActiveMQServerin interfaceJMSServerManager
-
addAddressSettings
public void addAddressSettings(String address, org.apache.activemq.artemis.core.settings.impl.AddressSettings addressSettings)
Deprecated.- Specified by:
addAddressSettingsin interfaceJMSServerManager
-
getAddressSettings
public org.apache.activemq.artemis.core.settings.impl.AddressSettings getAddressSettings(String address)
Deprecated.- Specified by:
getAddressSettingsin interfaceJMSServerManager
-
addSecurity
public void addSecurity(String addressMatch, Set<org.apache.activemq.artemis.core.security.Role> roles)
Deprecated.- Specified by:
addSecurityin interfaceJMSServerManager
-
getSecurity
public Set<org.apache.activemq.artemis.core.security.Role> getSecurity(String addressMatch)
Deprecated.- Specified by:
getSecurityin interfaceJMSServerManager
-
getVersion
public String getVersion()
Deprecated.- Specified by:
getVersionin interfaceJMSServerManager
-
createQueue
public boolean createQueue(boolean storeConfig, String queueName, String selectorString, boolean durable, String... bindings) throws ExceptionDeprecated.Description copied from interface:JMSServerManagerCreates a JMS Queue.- Specified by:
createQueuein interfaceJMSServerManagerqueueName- The name of the queue to create- Returns:
- true if the queue is created or if it existed and was added to the Binding Registry
- Throws:
Exception- if problems were encountered creating the queue.
-
createQueue
public boolean createQueue(boolean storeConfig, String queueName, String jmsQueueName, String selectorString, boolean durable, String... bindings) throws ExceptionDeprecated.Description copied from interface:JMSServerManagerCreates a JMS Queue.- Specified by:
createQueuein interfaceJMSServerManagerqueueName- The name of the core queue to createjmsQueueName- the name of this JMS queue- Returns:
- true if the queue is created or if it existed and was added to the Binding Registry
- Throws:
Exception- if problems were encountered creating the queue.
-
internalCreateJMSQueue
protected boolean internalCreateJMSQueue(boolean storeConfig, String queueName, String jmsQueueName, String selectorString, boolean durable, boolean autoCreated, String... bindings) throws ExceptionDeprecated.- Throws:
Exception
-
createTopic
public boolean createTopic(boolean storeConfig, String address, String... bindings) throws ExceptionDeprecated.Description copied from interface:JMSServerManagerCreates a JMS Topic- Specified by:
createTopicin interfaceJMSServerManageraddress- the core addres of thetopicbindings- the names of the binding for the Binding Registry or BindingRegistry- Returns:
- true if the topic was created or if it existed and was added to the Binding Registry
- Throws:
Exception- if a problem occurred creating the topic
-
createTopic
public boolean createTopic(String address, boolean storeConfig, String topicName, String... bindings) throws Exception
Deprecated.Description copied from interface:JMSServerManagerCreates a JMS Topic- Specified by:
createTopicin interfaceJMSServerManager- Parameters:
address- the core addres of thetopictopicName- the name of the topicbindings- the names of the binding for the Binding Registry or BindingRegistry- Returns:
- true if the topic was created or if it existed and was added to the Binding Registry
- Throws:
Exception- if a problem occurred creating the topic
-
createTopic
public boolean createTopic(boolean storeConfig, String address, boolean autoCreated, String... bindings) throws ExceptionDeprecated.- Specified by:
createTopicin interfaceJMSServerManager- Returns:
- Throws:
Exception
-
createTopic
public boolean createTopic(boolean storeConfig, String address, String topicName, boolean autoCreated, String... bindings) throws ExceptionDeprecated.- Specified by:
createTopicin interfaceJMSServerManager- Returns:
- Throws:
Exception
-
addTopicToBindingRegistry
public boolean addTopicToBindingRegistry(String topicName, String registryBinding) throws Exception
Deprecated.- Specified by:
addTopicToBindingRegistryin interfaceJMSServerManager- Throws:
Exception
-
getBindingsOnQueue
public String[] getBindingsOnQueue(String queue)
Deprecated.- Specified by:
getBindingsOnQueuein interfaceJMSServerManager
-
getBindingsOnTopic
public String[] getBindingsOnTopic(String topic)
Deprecated.- Specified by:
getBindingsOnTopicin interfaceJMSServerManager
-
getBindingsOnConnectionFactory
public String[] getBindingsOnConnectionFactory(String factoryName)
Deprecated.- Specified by:
getBindingsOnConnectionFactoryin interfaceJMSServerManager
-
addQueueToBindingRegistry
public boolean addQueueToBindingRegistry(String queueName, String registryBinding) throws Exception
Deprecated.- Specified by:
addQueueToBindingRegistryin interfaceJMSServerManager- Throws:
Exception
-
addConnectionFactoryToBindingRegistry
public boolean addConnectionFactoryToBindingRegistry(String name, String registryBinding) throws Exception
Deprecated.- Specified by:
addConnectionFactoryToBindingRegistryin interfaceJMSServerManager- Throws:
Exception
-
removeQueueFromBindingRegistry
public boolean removeQueueFromBindingRegistry(String name, String bindings) throws Exception
Deprecated.Description copied from interface:JMSServerManagerRemove the queue from the BindingRegistry. Calling this method does not destroy the destination.- Specified by:
removeQueueFromBindingRegistryin interfaceJMSServerManager- Parameters:
name- the name of the destination to remove from the BindingRegistry- Returns:
- true if removed
- Throws:
Exception- if a problem occurred removing the destination
-
removeQueueFromBindingRegistry
public boolean removeQueueFromBindingRegistry(String name) throws Exception
Deprecated.Description copied from interface:JMSServerManagerRemove the queue from the BindingRegistry. Calling this method does not destroy the destination.- Specified by:
removeQueueFromBindingRegistryin interfaceJMSServerManager- Parameters:
name- the name of the destination to remove from the BindingRegistry- Returns:
- true if removed
- Throws:
Exception- if a problem occurred removing the destination
-
removeTopicFromBindingRegistry
public boolean removeTopicFromBindingRegistry(String name, String bindings) throws Exception
Deprecated.Description copied from interface:JMSServerManagerRemove the topic from the Binding Registry or BindingRegistry. Calling this method does not destroy the destination.- Specified by:
removeTopicFromBindingRegistryin interfaceJMSServerManager- Parameters:
name- the name of the destination to remove from the BindingRegistry- Returns:
- true if removed
- Throws:
Exception- if a problem occurred removing the destination
-
removeTopicFromBindingRegistry
public boolean removeTopicFromBindingRegistry(String name) throws Exception
Deprecated.Description copied from interface:JMSServerManagerRemove the topic from the BindingRegistry. Calling this method does not destroy the destination.- Specified by:
removeTopicFromBindingRegistryin interfaceJMSServerManager- Parameters:
name- the name of the destination to remove from the BindingRegistry- Returns:
- true if removed
- Throws:
Exception- if a problem occurred removing the destination
-
removeConnectionFactoryFromBindingRegistry
public boolean removeConnectionFactoryFromBindingRegistry(String name, String bindings) throws Exception
Deprecated.- Specified by:
removeConnectionFactoryFromBindingRegistryin interfaceJMSServerManager- Throws:
Exception
-
removeConnectionFactoryFromBindingRegistry
public boolean removeConnectionFactoryFromBindingRegistry(String name) throws Exception
Deprecated.- Specified by:
removeConnectionFactoryFromBindingRegistryin interfaceJMSServerManager- Throws:
Exception
-
destroyQueue
public boolean destroyQueue(String name) throws Exception
Deprecated.Description copied from interface:JMSServerManagerdestroys a queue and removes it from the BindingRegistry- Specified by:
destroyQueuein interfaceJMSServerManager- Parameters:
name- the name of the queue to destroy- Returns:
- true if destroyed
- Throws:
Exception- if a problem occurred destroying the queue
-
destroyQueue
public boolean destroyQueue(String name, boolean removeConsumers) throws Exception
Deprecated.Description copied from interface:JMSServerManagerdestroys a queue and removes it from the BindingRegistry. disconnects any consumers connected to the queue.- Specified by:
destroyQueuein interfaceJMSServerManager- Parameters:
name- the name of the queue to destroy- Returns:
- true if destroyed
- Throws:
Exception- if a problem occurred destroying the queue
-
destroyTopic
public boolean destroyTopic(String name) throws Exception
Deprecated.Description copied from interface:JMSServerManagerdestroys a topic and removes it from theBindingRegistry- Specified by:
destroyTopicin interfaceJMSServerManager- Parameters:
name- the name of the topic to destroy- Returns:
- true if the topic was destroyed
- Throws:
Exception- if a problem occurred destroying the topic
-
destroyTopic
public boolean destroyTopic(String name, boolean removeConsumers) throws Exception
Deprecated.Description copied from interface:JMSServerManagerdestroys a topic and removes it from the BindingRegistry- Specified by:
destroyTopicin interfaceJMSServerManager- Parameters:
name- the name of the topic to destroy- Returns:
- true if the topic was destroyed
- Throws:
Exception- if a problem occurred destroying the topic
-
createConnectionFactory
public void createConnectionFactory(String name, boolean ha, JMSFactoryType cfType, List<String> connectorNames, String... registryBindings) throws Exception
Deprecated.- Specified by:
createConnectionFactoryin interfaceJMSServerManager- Throws:
Exception
-
createConnectionFactory
public void createConnectionFactory(String name, boolean ha, JMSFactoryType cfType, List<String> connectorNames, String clientID, long clientFailureCheckPeriod, long connectionTTL, long callTimeout, long callFailoverTimeout, boolean cacheLargeMessagesClient, int minLargeMessageSize, boolean compressLargeMessage, int compressionLevel, int consumerWindowSize, int consumerMaxRate, int confirmationWindowSize, int producerWindowSize, int producerMaxRate, boolean blockOnAcknowledge, boolean blockOnDurableSend, boolean blockOnNonDurableSend, boolean autoGroup, boolean preAcknowledge, String loadBalancingPolicyClassName, int transactionBatchSize, int dupsOKBatchSize, boolean useGlobalPools, int scheduledThreadPoolMaxSize, int threadPoolMaxSize, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int reconnectAttempts, boolean failoverOnInitialConnection, String groupId, String... registryBindings) throws Exception
Deprecated.- Specified by:
createConnectionFactoryin interfaceJMSServerManager- Throws:
Exception
-
createConnectionFactory
public void createConnectionFactory(String name, boolean ha, JMSFactoryType cfType, String discoveryGroupName, String clientID, long clientFailureCheckPeriod, long connectionTTL, long callTimeout, long callFailoverTimeout, boolean cacheLargeMessagesClient, int minLargeMessageSize, boolean compressLargeMessages, int compressionLevel, int consumerWindowSize, int consumerMaxRate, int confirmationWindowSize, int producerWindowSize, int producerMaxRate, boolean blockOnAcknowledge, boolean blockOnDurableSend, boolean blockOnNonDurableSend, boolean autoGroup, boolean preAcknowledge, String loadBalancingPolicyClassName, int transactionBatchSize, int dupsOKBatchSize, boolean useGlobalPools, int scheduledThreadPoolMaxSize, int threadPoolMaxSize, long retryInterval, double retryIntervalMultiplier, long maxRetryInterval, int reconnectAttempts, boolean failoverOnInitialConnection, String groupId, String... registryBindings) throws Exception
Deprecated.- Specified by:
createConnectionFactoryin interfaceJMSServerManager- Throws:
Exception
-
createConnectionFactory
public void createConnectionFactory(String name, boolean ha, JMSFactoryType cfType, String discoveryGroupName, String... registryBindings) throws Exception
Deprecated.- Specified by:
createConnectionFactoryin interfaceJMSServerManager- Throws:
Exception
-
recreateCF
public org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory recreateCF(String name, ConnectionFactoryConfiguration cf) throws Exception
Deprecated.Description copied from interface:JMSServerManagerCall this method to have a CF rebound to the Binding Registry and stored on the Journal- Specified by:
recreateCFin interfaceJMSServerManager- Throws:
Exception
-
createConnectionFactory
public void createConnectionFactory(boolean storeConfig, ConnectionFactoryConfiguration cfConfig, String... bindings) throws ExceptionDeprecated.- Specified by:
createConnectionFactoryin interfaceJMSServerManager- Throws:
Exception
-
getJMSStorageManager
public JMSStorageManager getJMSStorageManager()
Deprecated.
-
replaceStorageManager
public void replaceStorageManager(JMSStorageManager newStorage)
Deprecated.
-
internalCreateCFPOJO
protected org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory internalCreateCFPOJO(ConnectionFactoryConfiguration cfConfig) throws ActiveMQException
Deprecated.- Parameters:
cfConfig-- Returns:
- Throws:
ActiveMQException
-
destroyConnectionFactory
public boolean destroyConnectionFactory(String name) throws Exception
Deprecated.Description copied from interface:JMSServerManagerdestroys a connection factory.- Specified by:
destroyConnectionFactoryin interfaceJMSServerManager- Parameters:
name- the name of the connection factory to destroy- Returns:
- true if the connection factory was destroyed
- Throws:
Exception- if a problem occurred destroying the connection factory
-
shutdownConnectionFactory
protected boolean shutdownConnectionFactory(String name) throws Exception
Deprecated.- Parameters:
name-- Throws:
Exception
-
listRemoteAddresses
public String[] listRemoteAddresses() throws Exception
Deprecated.- Specified by:
listRemoteAddressesin interfaceJMSServerManager- Throws:
Exception
-
listRemoteAddresses
public String[] listRemoteAddresses(String ipAddress) throws Exception
Deprecated.- Specified by:
listRemoteAddressesin interfaceJMSServerManager- Throws:
Exception
-
closeConnectionsForAddress
public boolean closeConnectionsForAddress(String ipAddress) throws Exception
Deprecated.- Specified by:
closeConnectionsForAddressin interfaceJMSServerManager- Throws:
Exception
-
closeConsumerConnectionsForAddress
public boolean closeConsumerConnectionsForAddress(String address) throws Exception
Deprecated.- Specified by:
closeConsumerConnectionsForAddressin interfaceJMSServerManager- Throws:
Exception
-
closeConnectionsForUser
public boolean closeConnectionsForUser(String userName) throws Exception
Deprecated.- Specified by:
closeConnectionsForUserin interfaceJMSServerManager- Throws:
Exception
-
listConnectionIDs
public String[] listConnectionIDs() throws Exception
Deprecated.- Specified by:
listConnectionIDsin interfaceJMSServerManager- Throws:
Exception
-
listSessions
public String[] listSessions(String connectionID) throws Exception
Deprecated.- Specified by:
listSessionsin interfaceJMSServerManager- Throws:
Exception
-
listSessionsAsJSON
public String listSessionsAsJSON(String connectionID) throws Exception
Deprecated.- Specified by:
listSessionsAsJSONin interfaceJMSServerManager- Throws:
Exception
-
listPreparedTransactionDetailsAsJSON
public String listPreparedTransactionDetailsAsJSON() throws Exception
Deprecated.- Specified by:
listPreparedTransactionDetailsAsJSONin interfaceJMSServerManager- Throws:
Exception
-
listPreparedTransactionDetailsAsHTML
@Deprecated public String listPreparedTransactionDetailsAsHTML() throws Exception
Deprecated.- Specified by:
listPreparedTransactionDetailsAsHTMLin interfaceJMSServerManager- Throws:
Exception
-
-