Package | Description |
---|---|
weblogic.j2ee.descriptor.wl |
Provides interfaces for
weblogic.j2ee.descriptor.wl . |
Modifier and Type | Method | Description |
---|---|---|
UniformDistributedQueueBean |
JMSBean.createUniformDistributedQueue(java.lang.String name) |
Creates a uniform distributed queue bean and adds it to this JMS module
|
UniformDistributedQueueBean[] |
JMSBean.getUniformDistributedQueues() |
Defines a uniformly configured distributed queue, whose members
have a consistent configuration of all distributed queue parameters,
particularly in regards to weighting, security, persistence, paging, and quotas.
|
UniformDistributedQueueBean |
JMSBean.lookupUniformDistributedQueue(java.lang.String name) |
Locates a uniform distributed queue bean with the given name
|
Modifier and Type | Method | Description |
---|---|---|
void |
JMSBean.destroyUniformDistributedQueue(UniformDistributedQueueBean uniformDistributedQueue) |
Removes a uniform distributed queue bean from this JMS module
|