Class JmsRaUtil
- java.lang.Object
-
- com.sun.enterprise.connectors.jms.util.JmsRaUtil
-
public class JmsRaUtil extends Object
- Author:
-
-
Constructor Summary
Constructors Constructor Description JmsRaUtil()JmsRaUtil(JmsService js)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureDescriptor(ConnectorDescriptor cd)StringgetAddressListBehaviour()StringgetAddressListIterations()static ClustergetClusterForServer(List clusters, String instanceName)static StringgetJMSPropertyValue(Server as)StringgetJMSServiceType()StringgetReconnectAttempts()booleangetReconnectEnabled()StringgetReconnectInterval()static StringgetUnAliasedPwd(String alias)StringgetUrl()MQAddressListgetUrlList()static booleanisClustered(List clusters, String instanceName)static booleanisServerClustered(List clusters, String instanceName)Return true if the given server instance is part of a cluster.voidsetMdbContainerProperties()voidsetupAddressList()voidupgradeIfNecessary()Obtains the Implementation-Version from the MQ Client libraries that are deployed in the application server and in MQ installation directory.
-
-
-
Constructor Detail
-
JmsRaUtil
public JmsRaUtil() throws ConnectorRuntimeException- Throws:
ConnectorRuntimeException
-
JmsRaUtil
public JmsRaUtil(JmsService js) throws ConnectorRuntimeException
- Throws:
ConnectorRuntimeException
-
-
Method Detail
-
setupAddressList
public void setupAddressList() throws ConnectorRuntimeException- Throws:
ConnectorRuntimeException
-
getUrl
public String getUrl()
-
isServerClustered
public static boolean isServerClustered(List clusters, String instanceName)
Return true if the given server instance is part of a cluster.
-
getJMSServiceType
public String getJMSServiceType()
-
getUrlList
public MQAddressList getUrlList()
-
getReconnectEnabled
public boolean getReconnectEnabled()
-
getReconnectInterval
public String getReconnectInterval()
-
getReconnectAttempts
public String getReconnectAttempts()
-
getAddressListIterations
public String getAddressListIterations()
-
getAddressListBehaviour
public String getAddressListBehaviour()
-
setMdbContainerProperties
public void setMdbContainerProperties()
-
configureDescriptor
public void configureDescriptor(ConnectorDescriptor cd)
-
upgradeIfNecessary
public void upgradeIfNecessary()
Obtains the Implementation-Version from the MQ Client libraries that are deployed in the application server and in MQ installation directory.
-
-