public class JmsRaUtil extends Object
Constructor and Description |
---|
JmsRaUtil() |
JmsRaUtil(JmsService js) |
Modifier and Type | Method and Description |
---|---|
void |
configureDescriptor(ConnectorDescriptor cd) |
String |
getAddressListBehaviour() |
String |
getAddressListIterations() |
static Cluster |
getClusterForServer(List clusters,
String instanceName) |
static String |
getJMSPropertyValue(Server as) |
String |
getJMSServiceType() |
String |
getReconnectAttempts() |
boolean |
getReconnectEnabled() |
String |
getReconnectInterval() |
static String |
getUnAliasedPwd(String alias) |
String |
getUrl() |
MQAddressList |
getUrlList() |
static boolean |
isClustered(List clusters,
String instanceName) |
static boolean |
isServerClustered(List clusters,
String instanceName)
Return true if the given server instance is part of a cluster.
|
void |
setMdbContainerProperties() |
void |
setupAddressList() |
void |
upgradeIfNecessary()
Obtains the Implementation-Version from the MQ Client libraries
that are deployed in the application server and in MQ installation
directory.
|
public JmsRaUtil() throws ConnectorRuntimeException
ConnectorRuntimeException
public JmsRaUtil(JmsService js) throws ConnectorRuntimeException
ConnectorRuntimeException
public void setupAddressList() throws ConnectorRuntimeException
ConnectorRuntimeException
public String getUrl()
public static boolean isServerClustered(List clusters, String instanceName)
public String getJMSServiceType()
public MQAddressList getUrlList()
public boolean getReconnectEnabled()
public String getReconnectInterval()
public String getReconnectAttempts()
public String getAddressListIterations()
public String getAddressListBehaviour()
public void setMdbContainerProperties()
public void configureDescriptor(ConnectorDescriptor cd)
public void upgradeIfNecessary()
Copyright © 2019. All rights reserved.