|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
weblogic.j2ee.descriptor.wl.DistributedQueueBean
public interface JMSDistributedQueueMBean
This class represents a JMS distributed queue, which is comprised of multiple physical JMS queues as members of a single distributed set of queues that can be served by multiple WebLogic Server instances within a cluster.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
weblogic.j2ee.descriptor.wl.UniformDistributedQueueBean
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
boolean |
addMember(JMSDistributedQueueMemberMBean Member)
Deprecated. Add a member to this distributed queue. |
JMSDistributedQueueMemberMBean |
createJMSDistributedQueueMember(String name)
Deprecated. Create a new diagnostic deployment that can be targeted to a server |
void |
destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean member)
Deprecated. Delete a diagnostic deployment configuration from the domain. |
void |
destroyJMSDistributedQueueMember(String name,
JMSDistributedQueueMemberMBean member)
Deprecated. This method is to support removeMember() which is relic of old mbean infrastructure |
int |
getForwardDelay()
Deprecated. The amount of time (in seconds) that a distributed queue member with messages, but no consumers, will wait before forwarding its messages to other queue members that do have consumers. |
JMSDistributedQueueMemberMBean[] |
getJMSDistributedQueueMembers()
Deprecated. Get all the Members |
JMSDistributedQueueMemberMBean[] |
getMembers()
Deprecated. All the members for this distributed queue. |
boolean |
getResetDeliveryCountOnForward()
Deprecated. Determines whether or not the delivery count is reset during message forwarding between distributed queue members. |
boolean |
removeMember(JMSDistributedQueueMemberMBean member)
Deprecated. Remove a member from this distributed queue. |
void |
setForwardDelay(int forwardDelay)
Deprecated. Sets the value of the ForwardDelay attribute. |
void |
setMembers(JMSDistributedQueueMemberMBean[] members)
Deprecated. Sets the value of the Members attribute. |
void |
setResetDeliveryCountOnForward(boolean reset)
Deprecated. Sets the value of the ResetDeliveryCountOnForward attribute. |
Methods inherited from interface weblogic.management.configuration.JMSDistributedDestinationMBean |
---|
getLoadBalancingPolicy, getTemplate, setLoadBalancingPolicy, setTemplate |
Methods inherited from interface weblogic.management.configuration.JMSVirtualDestinationMBean |
---|
getJNDIName, setJNDIName |
Methods inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
JMSDistributedQueueMemberMBean[] getMembers()
All the members for this distributed queue.
void setMembers(JMSDistributedQueueMemberMBean[] members) throws InvalidAttributeValueException
Sets the value of the Members attribute.
members
- the JMSDistributedQueueMembers for the distributed queue
InvalidAttributeValueException
JMSDistributedQueueMBean.getMembers()
boolean addMember(JMSDistributedQueueMemberMBean Member) throws InvalidAttributeValueException, DistributedManagementException
Add a member to this distributed queue.
Member
- The feature to be added to the Member attribute
InvalidAttributeValueException
DistributedManagementException
boolean removeMember(JMSDistributedQueueMemberMBean member) throws InvalidAttributeValueException, DistributedManagementException
Remove a member from this distributed queue.
member
- the JMSDistributedQueueMember to remove from the distributed queue
InvalidAttributeValueException
DistributedManagementException
IllegalArgumentException
- if the specified member is not a member of this distributed queue
JMSDistributedQueueMemberMBean[] getJMSDistributedQueueMembers()
JMSDistributedQueueMemberMBean createJMSDistributedQueueMember(String name)
Create a new diagnostic deployment that can be targeted to a server
name
- void destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean member)
Delete a diagnostic deployment configuration from the domain.
member
- void destroyJMSDistributedQueueMember(String name, JMSDistributedQueueMemberMBean member)
name
- namemember
- JMSDistributedQueueMemberint getForwardDelay()
The amount of time (in seconds) that a distributed queue member with messages, but no consumers, will wait before forwarding its messages to other queue members that do have consumers. A value of -1 (the default) indicates that no messages are forwarded to other queue members.
A value of -1 indicates that no messages are forwarded to other queue members.
void setForwardDelay(int forwardDelay) throws InvalidAttributeValueException
Sets the value of the ForwardDelay attribute.
forwardDelay
- The new forwardDelay value
InvalidAttributeValueException
JMSDistributedQueueMBean.getForwardDelay()
boolean getResetDeliveryCountOnForward()
Determines whether or not the delivery count is reset during message forwarding between distributed queue members.
The default value of true resets the delivery counts on messages when they are forwarded to another distributed queue member.
void setResetDeliveryCountOnForward(boolean reset) throws InvalidAttributeValueException
Sets the value of the ResetDeliveryCountOnForward attribute.
reset
-
InvalidAttributeValueException
JMSDistributedQueueMBean.getResetDeliveryCountOnForward()
|
Copyright 1996, 2011, 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 Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |