| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method and Description | 
|---|---|
DistributedDestinationMemberBean | 
DistributedQueueBean.createDistributedQueueMember(String name)
Deprecated.  
Creates a distributed queue member and adds it to this distributed queue. 
 | 
DistributedDestinationMemberBean | 
DistributedTopicBean.createDistributedTopicMember(String name)
Deprecated.  
Creates a distributed topic member and adds it to this distributed topic 
 | 
DistributedDestinationMemberBean[] | 
DistributedQueueBean.getDistributedQueueMembers()
Deprecated.  
The list of all queue members that make up the aggregate distributed queue. 
 | 
DistributedDestinationMemberBean[] | 
DistributedTopicBean.getDistributedTopicMembers()
Deprecated.  
Gets array of all distributed-topic-member elements 
 | 
DistributedDestinationMemberBean | 
DistributedQueueBean.lookupDistributedQueueMember(String name)
Deprecated.  
Finds a distributed queue member bean with the given name. 
 | 
DistributedDestinationMemberBean | 
DistributedTopicBean.lookupDistributedTopicMember(String name)
Deprecated.  
Finds a distributed topic member bean with the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DistributedQueueBean.destroyDistributedQueueMember(DistributedDestinationMemberBean distributedDestinationMember)
Deprecated.  
Removes a distributed queue member from this distributed queue. 
 | 
void | 
DistributedTopicBean.destroyDistributedTopicMember(DistributedDestinationMemberBean distributedDestinationMember)
Deprecated.  
Removes a distributed topic member from this distributed topic 
 |