BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.JMSDestinationKeyMBean

Packages that use JMSDestinationKeyMBean
weblogic.jms Factory used in implementing the optional JMS Server Session Pool feature. 
weblogic.management.configuration   
 

Uses of JMSDestinationKeyMBean in weblogic.jms
 

Methods in weblogic.jms that return JMSDestinationKeyMBean
 JMSDestinationKeyMBean[] Template.getDestinationKeyMBeans()
           
 

Uses of JMSDestinationKeyMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSDestinationKeyMBean
 JMSDestinationKeyMBean[] JMSQueueMBean_CachingStub.getDestinationKeys()
          Getter for DestinationKeys
 JMSDestinationKeyMBean[] JMSTemplateMBean_CachingStub.getDestinationKeys()
          Getter for DestinationKeys
 JMSDestinationKeyMBean[] JMSDestinationMBean_CachingStub.getDestinationKeys()
          Getter for DestinationKeys
 JMSDestinationKeyMBean[] JMSDestCommonMBean_CachingStub.getDestinationKeys()
          Getter for DestinationKeys
 JMSDestinationKeyMBean[] JMSTopicMBean_CachingStub.getDestinationKeys()
          Getter for DestinationKeys
 JMSDestinationKeyMBean[] JMSDestCommonMBean.getDestinationKeys()
          Return a read-only array of the destination keys of the template or destination.
 

Methods in weblogic.management.configuration with parameters of type JMSDestinationKeyMBean
 void JMSQueueMBean_CachingStub.setDestinationKeys(JMSDestinationKeyMBean[] value)
          Setter for DestinationKeys
 boolean JMSQueueMBean_CachingStub.addDestinationKey(JMSDestinationKeyMBean arg0)
          Operation addDestinationKey
 boolean JMSQueueMBean_CachingStub.removeDestinationKey(JMSDestinationKeyMBean arg0)
          Operation removeDestinationKey
 void JMSTemplateMBean_CachingStub.setDestinationKeys(JMSDestinationKeyMBean[] value)
          Setter for DestinationKeys
 boolean JMSTemplateMBean_CachingStub.addDestinationKey(JMSDestinationKeyMBean arg0)
          Operation addDestinationKey
 boolean JMSTemplateMBean_CachingStub.removeDestinationKey(JMSDestinationKeyMBean arg0)
          Operation removeDestinationKey
 void JMSDestinationMBean_CachingStub.setDestinationKeys(JMSDestinationKeyMBean[] value)
          Setter for DestinationKeys
 boolean JMSDestinationMBean_CachingStub.addDestinationKey(JMSDestinationKeyMBean arg0)
          Operation addDestinationKey
 boolean JMSDestinationMBean_CachingStub.removeDestinationKey(JMSDestinationKeyMBean arg0)
          Operation removeDestinationKey
 void JMSDestCommonMBean_CachingStub.setDestinationKeys(JMSDestinationKeyMBean[] value)
          Setter for DestinationKeys
 boolean JMSDestCommonMBean_CachingStub.addDestinationKey(JMSDestinationKeyMBean arg0)
          Operation addDestinationKey
 boolean JMSDestCommonMBean_CachingStub.removeDestinationKey(JMSDestinationKeyMBean arg0)
          Operation removeDestinationKey
 void JMSTopicMBean_CachingStub.setDestinationKeys(JMSDestinationKeyMBean[] value)
          Setter for DestinationKeys
 boolean JMSTopicMBean_CachingStub.addDestinationKey(JMSDestinationKeyMBean arg0)
          Operation addDestinationKey
 boolean JMSTopicMBean_CachingStub.removeDestinationKey(JMSDestinationKeyMBean arg0)
          Operation removeDestinationKey
 boolean JMSDestCommonMBean.addDestinationKey(JMSDestinationKeyMBean destinationKey)
          Add a destination key to the template or destination.
 void JMSDestCommonMBean.setDestinationKeys(JMSDestinationKeyMBean[] keys)
          Set the list of potential destination keys for the template or destination.
 boolean JMSDestCommonMBean.removeDestinationKey(JMSDestinationKeyMBean destinationKey)
          Remove a destination key from the template or destination.
 

Constructors in weblogic.management.configuration with parameters of type JMSDestinationKeyMBean
JMSDestinationKeyMBean_CachingStub.JMSDestinationKeyMBean_CachingStub(JMSDestinationKeyMBean delegate, RemoteMBeanServer server)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.