BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.management.configuration.JMSDestinationMBean

Packages that use JMSDestinationMBean
weblogic.management.configuration   
 

Uses of JMSDestinationMBean in weblogic.management.configuration
 

Subinterfaces of JMSDestinationMBean in weblogic.management.configuration
 interface JMSQueueMBean
           
 interface JMSTopicMBean
           
 

Methods in weblogic.management.configuration that return JMSDestinationMBean
 JMSDestinationMBean JMSQueueMBean_CachingStub.getErrorDestination()
          Getter for ErrorDestination
 JMSDestinationMBean[] JMSTemplateMBean_CachingStub.getDestinations()
          Getter for Destinations
 JMSDestinationMBean JMSTemplateMBean_CachingStub.getErrorDestination()
          Getter for ErrorDestination
 JMSDestinationMBean[] JMSServerMBean.getDestinations()
          Return map containing all defined destinations and their associated JNDI names.
 JMSDestinationMBean JMSDestinationMBean_CachingStub.getErrorDestination()
          Getter for ErrorDestination
 JMSDestinationMBean JMSDestCommonMBean_CachingStub.getErrorDestination()
          Getter for ErrorDestination
 JMSDestinationMBean JMSTopicMBean_CachingStub.getErrorDestination()
          Getter for ErrorDestination
 JMSDestinationMBean[] JMSTemplateMBean.getDestinations()
          Return a read-only array of the destinations for the template.
 JMSDestinationMBean[] JMSServerMBean_CachingStub.getDestinations()
          Getter for Destinations
 JMSDestinationMBean JMSDestCommonMBean.getErrorDestination()
          Returns the error destination for messages that have reach their redelivery limit.
 

Methods in weblogic.management.configuration with parameters of type JMSDestinationMBean
 void JMSQueueMBean_CachingStub.setErrorDestination(JMSDestinationMBean value)
          Setter for ErrorDestination
 void JMSTemplateMBean_CachingStub.setErrorDestination(JMSDestinationMBean value)
          Setter for ErrorDestination
 boolean JMSTemplateMBean_CachingStub.addDestination(JMSDestinationMBean arg0)
          Operation addDestination
 boolean JMSTemplateMBean_CachingStub.removeDestination(JMSDestinationMBean arg0)
          Operation removeDestination
 void JMSServerMBean.setDestinations(JMSDestinationMBean[] destinations)
          Set all defined destinations for the JMSServer.
 boolean JMSServerMBean.addDestination(JMSDestinationMBean destination)
          Add a JMSDestination to the JMS Server
 boolean JMSServerMBean.removeDestination(JMSDestinationMBean destination)
          Removes a destination from the JNDI tree.
 void JMSDestinationMBean_CachingStub.setErrorDestination(JMSDestinationMBean value)
          Setter for ErrorDestination
 void JMSDestCommonMBean_CachingStub.setErrorDestination(JMSDestinationMBean value)
          Setter for ErrorDestination
 void JMSTopicMBean_CachingStub.setErrorDestination(JMSDestinationMBean value)
          Setter for ErrorDestination
 boolean JMSTemplateMBean.addDestination(JMSDestinationMBean destination)
          Add a destination to the template.
 boolean JMSTemplateMBean.removeDestination(JMSDestinationMBean destination)
          Remove a destination from a template.
 void JMSServerMBean_CachingStub.setDestinations(JMSDestinationMBean[] value)
          Setter for Destinations
 boolean JMSServerMBean_CachingStub.removeDestination(JMSDestinationMBean arg0)
          Operation removeDestination
 boolean JMSServerMBean_CachingStub.addDestination(JMSDestinationMBean arg0)
          Operation addDestination
 void JMSDestCommonMBean.setErrorDestination(JMSDestinationMBean errorDestination)
          The errorDestination attribute defines the name of the target destination for messages that have reached their redelivery limit.
 

Constructors in weblogic.management.configuration with parameters of type JMSDestinationMBean
JMSDestinationMBean_CachingStub.JMSDestinationMBean_CachingStub(JMSDestinationMBean 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.