| Package | Description |
|---|---|
| weblogic.j2ee.descriptor.wl |
Provides interfaces for
weblogic.j2ee.descriptor.wl. |
| weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom. |
| Modifier and Type | Method | Description |
|---|---|---|
DestinationKeyBean |
JMSBean.createDestinationKey(java.lang.String name) |
Creates a destination key bean and adds it to this JMS module
|
DestinationKeyBean[] |
JMSBean.getDestinationKeys() |
Defines a unique sort order that destinations can apply to arriving messages.
|
DestinationKeyBean |
JMSBean.lookupDestinationKey(java.lang.String name) |
Locates a destination key bean with the given name
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JMSBean.destroyDestinationKey(DestinationKeyBean destinationKey) |
Removes a destination key bean from this JMS module
|