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 |
---|---|---|
DistributedDestinationMemberBean |
DistributedQueueBean.createDistributedQueueMember(java.lang.String name) |
Deprecated.
Creates a distributed queue member and adds it to this distributed queue.
|
DistributedDestinationMemberBean |
DistributedTopicBean.createDistributedTopicMember(java.lang.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(java.lang.String name) |
Deprecated.
Finds a distributed queue member bean with the given name.
|
DistributedDestinationMemberBean |
DistributedTopicBean.lookupDistributedTopicMember(java.lang.String name) |
Deprecated.
Finds a distributed topic member bean with the given name
|
Modifier and Type | Method | 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
|