Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.j2ee.descriptor.wl.DistributedDestinationMemberBean

Packages that use DistributedDestinationMemberBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
 

Uses of DistributedDestinationMemberBean in weblogic.j2ee.descriptor.wl
 

Methods in weblogic.j2ee.descriptor.wl that return DistributedDestinationMemberBean
 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
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type DistributedDestinationMemberBean
 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
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01