com.sun.enterprise.connectors.jms.util
Class JmsRaUtil
java.lang.Object
com.sun.enterprise.connectors.jms.util.JmsRaUtil
public class JmsRaUtil
- extends java.lang.Object
- Author:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsRaUtil
public JmsRaUtil()
throws ConnectorRuntimeException
- Throws:
ConnectorRuntimeException
JmsRaUtil
public JmsRaUtil(JmsService js)
throws ConnectorRuntimeException
- Throws:
ConnectorRuntimeException
setupAddressList
public void setupAddressList()
throws ConnectorRuntimeException
- Throws:
ConnectorRuntimeException
getUrl
public java.lang.String getUrl()
isClustered
public static boolean isClustered(java.util.List clusters,
java.lang.String instanceName)
isServerClustered
public static boolean isServerClustered(java.util.List clusters,
java.lang.String instanceName)
- Return true if the given server instance is part of a cluster.
getClusterForServer
public static Cluster getClusterForServer(java.util.List clusters,
java.lang.String instanceName)
getJMSServiceType
public java.lang.String getJMSServiceType()
getUrlList
public MQAddressList getUrlList()
getReconnectEnabled
public boolean getReconnectEnabled()
getReconnectInterval
public java.lang.String getReconnectInterval()
getReconnectAttempts
public java.lang.String getReconnectAttempts()
getAddressListIterations
public java.lang.String getAddressListIterations()
getAddressListBehaviour
public java.lang.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.
getJMSPropertyValue
public static java.lang.String getJMSPropertyValue(Server as)
getUnAliasedPwd
public static java.lang.String getUnAliasedPwd(java.lang.String alias)
Copyright © 2012 GlassFish Community. All Rights Reserved.