| Package | Description | 
|---|---|
| weblogic.jms.extensions | 
 WebLogic Server extensions to JMS. 
 | 
| weblogic.management.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
static JMSSystemResourceMBean | 
JMSModuleHelper.findJMSSystemResource(Context ctx,
                     String resourceName)
Finder for a JMSSystemResourceMBean in a given WebLogic Domain 
 | 
JMSSystemResourceMBean | 
IJMSModuleHelper.findJMSSystemResource(String resourceName)
Finder for a JMSSystemResourceMBean in the given scope 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JMSInteropModuleMBean
This bean defines a system-level JMS resource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JMSSystemResourceMBean | 
ResourceGroupTemplateMBean.createJMSSystemResource(String name)
Create a new JMS system resource. 
 | 
JMSSystemResourceMBean | 
DomainMBean.createJMSSystemResource(String name)
Create a new JMS system resource. 
 | 
JMSSystemResourceMBean | 
ResourceGroupTemplateMBean.createJMSSystemResource(String name,
                       String descriptorFileName)
Create a new JMS system resource. 
 | 
JMSSystemResourceMBean | 
DomainMBean.createJMSSystemResource(String name,
                       String descriptorFileName)
Create a new JMS system resource whose descriptor is stored in
 the given fileName relative to DOMAIN_DIR/config. 
 | 
JMSSystemResourceMBean[] | 
ResourceGroupTemplateMBean.getJMSSystemResources()
The JMSSystemResourceMBeans that have been defined for this
 resource group template. 
 | 
JMSSystemResourceMBean[] | 
DomainMBean.getJMSSystemResources()
Returns the JMSSystemResourceMBeans that have been defined for this domain. 
 | 
JMSSystemResourceMBean | 
ResourceGroupTemplateMBean.lookupJMSSystemResource(String name)
Find a JMSSystem resource with the given name 
 | 
JMSSystemResourceMBean | 
DomainMBean.lookupJMSSystemResource(String name)
Find a JMSSystem resource with the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResourceGroupTemplateMBean.destroyJMSSystemResource(JMSSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file
 that it refers to. 
 | 
void | 
DomainMBean.destroyJMSSystemResource(JMSSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file
 that it refers to. 
 |