weblogic.management.configuration
Interface JMSVirtualDestinationMBean
- All Known Subinterfaces:
- JMSDistributedDestinationMBean, JMSDistributedQueueMBean, JMSDistributedTopicMBean
- public interface JMSVirtualDestinationMBean
- extends DeploymentMBean, JMSConstants
This class represents a JMS distributed destination, which is comprised of multiple
physical JMS destinations (topics or queues) as members of a single distributed set of
destinations that can be served by multiple WebLogic Server instances within a cluster.
- Author:
- Copyright © 2002 BEA Systems, Inc. All Rights Reserved.
| Fields inherited from class weblogic.management.configuration.JMSConstants |
ACKNOWLEDGE_ALL,
ACKNOWLEDGE_MODE_AUTO,
ACKNOWLEDGE_MODE_CLIENT,
ACKNOWLEDGE_MODE_DUPS_OK,
ACKNOWLEDGE_MODE_NONE,
ACKNOWLEDGE_ONE,
ACKNOWLEDGE_PREVIOUS,
DESTINATION_TYPE_QUEUE,
DESTINATION_TYPE_TOPIC,
DISCARD,
ENABLED_DEFAULT,
ENABLED_FALSE,
ENABLED_TRUE,
ERRORDESTINATION,
FIFO,
KEEP_NEW,
KEEP_OLD,
KEY_DIRECTION_ASCENDING,
KEY_DIRECTION_DESCENDING,
KEY_TYPE_BOOLEAN,
KEY_TYPE_BYTE,
KEY_TYPE_DOUBLE,
KEY_TYPE_FLOAT,
KEY_TYPE_INT,
KEY_TYPE_LONG,
KEY_TYPE_SHORT,
KEY_TYPE_STRING,
LOGGING,
NO_DELIVERY,
NON_PERSISTENT,
PERSISTENT,
PREEMPTIVE,
PRIORITY_DEFAULT,
PRIORITY_MAXIMUM,
PRIORITY_MINIMUM,
RANDOM,
ROUND_ROBIN,
SEND_QUOTA_BLOCKING_TIMEOUT,
STORE_ENABLED_DEFAULT,
STORE_ENABLED_FALSE,
STORE_ENABLED_TRUE,
STORE_TYPE_FILE,
STORE_TYPE_JDBC,
SYNCWRITE_CACHEFLUSH,
SYNCWRITE_DIRECTWRITE,
SYNCWRITE_DISABLED,
TRANSACTION_MODE_51,
TRANSACTION_MODE_NONE,
TRANSACTION_MODE_XA |
|
Method Summary
|
java.lang.String |
getJNDIName()
The JNDI name used to look up the distributed destination
within the JNDI namespace. |
void |
setJNDIName(java.lang.String name)
The JNDI name used to look up the distributed destination
within the JNDI namespace. |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute,
getAttributes,
invoke,
setAttribute,
setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
CACHING_STUB_SVUID
public static final long CACHING_STUB_SVUID
- Description of the Field
getJNDIName
public java.lang.String getJNDIName()
- The JNDI name used to look up the distributed destination
within the JNDI namespace. Applications can use the JNDI name to
look up the distributed destination. If not specified, then the
destination is not bound into the JNDI namespace.
- Returns:
- The jNDIName value
setJNDIName
public void setJNDIName(java.lang.String name)
throws javax.management.InvalidAttributeValueException
- The JNDI name used to look up the distributed destination
within the JNDI namespace. Applications can use the JNDI name to
look up the distributed destination. If not specified, then the
destination is not bound into the JNDI namespace.
- Parameters:
name - The new jNDIName value- Throws:
- javax.management.InvalidAttributeValueException - Description of the Exception