|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributedDestinationMemberBean
This bean defines common properties of distributed destination members. Distributed destination members can be members of queues or topics.
Method Summary | |
---|---|
String |
getPhysicalDestinationName()
Deprecated. 9.0.0.0 Replaced by getName |
int |
getWeight()
Deprecated. The weight of a distributed destination member is a measure of its ability to handle message load, compared to the other member destinations in the same distributed set. |
void |
setPhysicalDestinationName(String destination)
Deprecated. 9.0.0.0 Replaced by setName |
void |
setWeight(int weight)
Deprecated. Sets the weight element. |
Methods inherited from interface weblogic.j2ee.descriptor.wl.NamedEntityBean |
---|
getId, getName, getNotes, setName, setNotes |
Methods inherited from interface weblogic.descriptor.SettableBean |
---|
isSet, unSet |
Method Detail |
---|
int getWeight()
The weight of a distributed destination member is a measure of its ability to handle message load, compared to the other member destinations in the same distributed set.
void setWeight(int weight) throws IllegalArgumentException
Sets the weight element.
weight
- The new weight of this distributed destination member
IllegalArgumentException
DistributedDestinationMemberBean.getWeight()
String getPhysicalDestinationName()
getName
The name of the destination that is to be a member of the distributed destination.
Note that this is the real name of the destination (e.g. the name as retrieved by getName()), not the destination-name element of the destination (e.g. the name as retrieved by getJMSCreateDestinationIdentifier()).
This field is only used by the JMS interop module. All other modules may not set this field. In all other modules the name of the DistributedDestinationMemberBean itself is the name of the queue to be used by this destination
void setPhysicalDestinationName(String destination) throws IllegalArgumentException
setName
This field is only used by the JMS interop module. All other modules may not set this field. In all other modules the name of the DistributedDestinationMemberBean itself is the name of the queue to be used by this destination
destination
- The name of the destination that is to be a member of the distributed
destination
IllegalArgumentException
|
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-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |