| Package | Description | 
|---|---|
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JMSDestinationKeyMBean | 
DomainMBean.createJMSDestinationKey(String name)
Deprecated. 
 
9.0.0.0 
 | 
JMSDestinationKeyMBean[] | 
JMSDestCommonMBean.getDestinationKeys()
Deprecated.  
A read-only array of the destination keys of the JMS template or
 destination. 
 | 
JMSDestinationKeyMBean[] | 
DomainMBean.getJMSDestinationKeys()
Deprecated. 
 
9.0.0.0 
 | 
JMSDestinationKeyMBean | 
DomainMBean.lookupJMSDestinationKey(String name)
Deprecated. 
 
9.0.0.0 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
JMSDestCommonMBean.addDestinationKey(JMSDestinationKeyMBean destinationKey)
Deprecated.  
Add a destination key to the JMS template or destination. 
 | 
void | 
DomainMBean.destroyJMSDestinationKey(JMSDestinationKeyMBean destination)
Deprecated. 
 
9.0.0.0 
 | 
boolean | 
JMSDestCommonMBean.removeDestinationKey(JMSDestinationKeyMBean destinationKey)
Deprecated.  
Remove a destination key from the JMS template or destination. 
 | 
void | 
JMSDestCommonMBean.setDestinationKeys(JMSDestinationKeyMBean[] keys)
Deprecated.  
Sets the value of the DestinationKeys attribute. 
 |