| Package | Description |
|---|---|
| com.sun.enterprise.connectors.jms.config | |
| com.sun.enterprise.connectors.jms.system |
| Modifier and Type | Method and Description |
|---|---|
List<JmsHost> |
JmsService.getJmsHost()
Gets the value of the jmsHost property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmsHostWrapper
A wrapper class for the JmsHost serverbean since you cannot clone JmsHost
elements without being a part of a transaction
This class is primaritly used to create copies of the default jmshost element
during auto-clustering
|
| Modifier and Type | Method and Description |
|---|---|
JmsHost |
MQAddressList.getDefaultJmsHost(JmsService jmsService) |
protected JmsHost |
ActiveJmsResourceAdapter.getJmsHost() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JmsHost> |
MQAddressList.getResolvedLocalJmsHostsInMyCluster(boolean includeMe) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveJmsResourceAdapter.addJmsHost(JmsHost host)
Adds the JmsHost to the MQAddressList of the resource adapter.
|
void |
MQAddressList.addMQUrl(JmsHost host)
Creates an instance of MQUrl from JmsHost element in
the dtd and add it to the addresslist.
|
static MQUrl |
MQAddressList.createUrl(JmsHost host,
JmsService js) |
static MQUrl |
MQAddressList.createUrl(JmsHost host,
JmsService js,
String overridedHostName) |
void |
ActiveJmsResourceAdapter.deleteJmsHost(JmsHost host)
Removes the JmsHost from the MQAddressList of the resource adapter.
|
void |
MQAddressList.removeMQUrl(JmsHost host)
Deletes the url represented by the JmsHost from the AddressList.
|
void |
ActiveJmsResourceAdapter.updateJmsHost(JmsHost host)
Updates the JmsHost information in the MQAddressList of the resource adapter.
|
void |
MQAddressList.updateMQUrl(JmsHost host)
Updates the information about the
JmsHost
in the address list. |
Copyright © 2019. All rights reserved.