Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface JMSConnectionConsumerMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

Deprecated. 9.0.0.0 This functionality will be removed in a future release. New applications should use message-driven beans for this purpose.

public interface JMSConnectionConsumerMBean
extends ConfigurationMBean

This class defines a JMS connection consumer, which is a JMS destination (queue or topic) that retrieves server sessions and processes messages.


Field Summary

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  String getDestination()
          Deprecated. The JNDI name of the destination for this connection consumer.
abstract  int getMessagesMaximum()
          Deprecated. The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session.
abstract  String getSelector()
          Deprecated. The defined JMS message selector of the connection consumer.
abstract  void setDestination(String destination)
          Deprecated. Sets the value of the Destination attribute.
abstract  void setMessagesMaximum(int messagesMaximum)
          Deprecated. Sets the value of the MessagesMaximum attribute.
abstract  void setSelector(String selector)
          Deprecated. Sets the value of the Selector attribute.

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

getMessagesMaximum

int getMessagesMaximum()
Deprecated. 

The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session.

Returns:
The messagesMaximum value

setMessagesMaximum

void setMessagesMaximum(int messagesMaximum)
                        throws InvalidAttributeValueException
Deprecated. 

Sets the value of the MessagesMaximum attribute.

Parameters:
messagesMaximum - The new messagesMaximum value
Throws:
InvalidAttributeValueException
See Also:
JMSConnectionConsumerMBean.getMessagesMaximum()

getSelector

String getSelector()
Deprecated. 

The defined JMS message selector of the connection consumer.

Returns:
The selector value

setSelector

void setSelector(String selector)
                 throws InvalidAttributeValueException
Deprecated. 

Sets the value of the Selector attribute.

Parameters:
selector - The new selector value
Throws:
InvalidAttributeValueException
See Also:
JMSConnectionConsumerMBean.getSelector()

getDestination

String getDestination()
Deprecated. 

The JNDI name of the destination for this connection consumer.

Returns:
The destination value

setDestination

void setDestination(String destination)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the value of the Destination attribute.

Parameters:
destination - The new destination value
Throws:
InvalidAttributeValueException
See Also:
JMSConnectionConsumerMBean.getDestination()

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09