Package | Description |
---|---|
weblogic.jms |
Factory used in implementing the optional JMS Server Session Pool
feature.
|
weblogic.jms.extensions |
WebLogic Server extensions to JMS.
|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
static JMSServerMBean |
JMSHelper.getJMSServerConfigMBean(javax.naming.Context ctx,
java.lang.String jmsServerName) |
Deprecated.
Retrieve the JMS server configuration MBean for the specified
JMS server name.
|
Modifier and Type | Method | Description |
---|---|---|
JMSServerMBean |
DomainMBean.createJMSServer(java.lang.String name) |
Factory method to create JMSServer object
|
JMSServerMBean |
ResourceGroupTemplateMBean.createJMSServer(java.lang.String name) |
Creates a JMSServer object
|
JMSServerMBean |
WSReliableDeliveryPolicyMBean.getJMSServer() |
The JMS server used by WebLogic Server, in its role as
a sender, to persist the reliable messages that it sends, or the
JMS server used by the receiver WebLogic Server to
persist the history of a reliable message sent by a sender.
|
JMSServerMBean[] |
DomainMBean.getJMSServers() |
Define JMSServers for this Domain
|
JMSServerMBean[] |
ResourceGroupTemplateMBean.getJMSServers() |
Define JMSServers for this resource group template.
|
JMSServerMBean |
DomainMBean.lookupJMSServer(java.lang.String name) |
|
JMSServerMBean |
ResourceGroupTemplateMBean.lookupJMSServer(java.lang.String name) |
Finds a JMSServerMBean with the specified name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DomainMBean.destroyJMSServer(JMSServerMBean jmsServer) |
Removes a JMSServer from this domain
|
void |
ResourceGroupTemplateMBean.destroyJMSServer(JMSServerMBean jmsServer) |
Removes the named JMSServer from this resource group template.
|
void |
WSReliableDeliveryPolicyMBean.setJMSServer(JMSServerMBean server) |
The JMS server used by WebLogic Server, in its role as
a sender, to persist the reliable messages that it sends, or the
JMS server used by the receiver WebLogic Server to
persist the history of a reliable message sent by a sender.
|