| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method and Description | 
|---|---|
UniformDistributedQueueBean | 
JMSBean.createUniformDistributedQueue(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(String name)
Locates a uniform distributed queue bean with the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JMSBean.destroyUniformDistributedQueue(UniformDistributedQueueBean uniformDistributedQueue)
Removes a uniform distributed queue bean from this JMS module 
 |