ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBean@Deprecated public interface JMSConnectionConsumerMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getDestination() | 
 Deprecated. 
The JNDI name of the destination for this connection
 consumer. 
 | 
int | 
getMessagesMaximum() | 
 Deprecated. 
The defined maximum number of messages that the connection
 consumer can load at one time into a ServerSession's session. 
 | 
java.lang.String | 
getSelector() | 
 Deprecated. 
The defined JMS message selector of the connection consumer. 
 | 
void | 
setDestination(java.lang.String destination) | 
 Deprecated. 
Sets the value of the Destination attribute. 
 | 
void | 
setMessagesMaximum(int messagesMaximum) | 
 Deprecated. 
Sets the value of the MessagesMaximum attribute. 
 | 
void | 
setSelector(java.lang.String selector) | 
 Deprecated. 
Sets the value of the Selector attribute. 
 | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentint getMessagesMaximum()
The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session.
void setMessagesMaximum(int messagesMaximum)
                 throws javax.management.InvalidAttributeValueException
Sets the value of the MessagesMaximum attribute.
messagesMaximum - The new messagesMaximum valuejavax.management.InvalidAttributeValueExceptiongetMessagesMaximum()java.lang.String getSelector()
The defined JMS message selector of the connection consumer.
void setSelector(java.lang.String selector)
          throws javax.management.InvalidAttributeValueException
Sets the value of the Selector attribute.
selector - The new selector valuejavax.management.InvalidAttributeValueExceptiongetSelector()java.lang.String getDestination()
The JNDI name of the destination for this connection consumer.
void setDestination(java.lang.String destination)
             throws javax.management.InvalidAttributeValueException
Sets the value of the Destination attribute.
destination - The new destination valuejavax.management.InvalidAttributeValueExceptiongetDestination()