Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06

Uses of Interface
weblogic.management.configuration.JMSTemplateMBean

Packages that use JMSTemplateMBean
weblogic.management.configuration   
 

Uses of JMSTemplateMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSTemplateMBean
 JMSTemplateMBean DomainMBean.createJMSTemplate(String name)
          Deprecated. 9.0.0.0
 JMSTemplateMBean[] DomainMBean.getJMSTemplates()
          Deprecated. 9.0.0.0
 JMSTemplateMBean JMSDistributedDestinationMBean.getTemplate()
          Deprecated. The JMS template from which the distributed destination is derived.
 JMSTemplateMBean JMSDestinationMBean.getTemplate()
          Deprecated. The JMS template from which the destination is derived.
 JMSTemplateMBean JMSServerMBean.getTemporaryTemplate()
          Deprecated. 9.0.0.0 Replaced with the TemporaryTemplateName and TemporaryTemplateResource attributes.
 JMSTemplateMBean DomainMBean.lookupJMSTemplate(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSTemplateMBean
 void DomainMBean.destroyJMSTemplate(JMSTemplateMBean template)
          Deprecated. 9.0.0.0
 void JMSDistributedDestinationMBean.setTemplate(JMSTemplateMBean template)
          Deprecated. Sets the value of the Template attribute.
 void JMSDestinationMBean.setTemplate(JMSTemplateMBean template)
          Deprecated. Sets the value of the Template attribute.
 void JMSServerMBean.setTemporaryTemplate(JMSTemplateMBean temporaryTemplate)
          Deprecated. 9.0.0.0 Replaced with the TemporaryTemplateName and TemporaryTemplateResource attributes.
 


Copyright 1996, 2011, 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
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06