BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


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 JMSServerMBean.getTemporaryTemplate()
          Deprecated. 9.0.0.0 Replaced with the TemporaryTemplateName and TemporaryTemplateResource attributes.
 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[] DomainMBean.getJMSTemplates()
          Deprecated. 9.0.0.0
 JMSTemplateMBean DomainMBean.createJMSTemplate(String name)
          Deprecated. 9.0.0.0
 JMSTemplateMBean DomainMBean.lookupJMSTemplate(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSTemplateMBean
 void JMSServerMBean.setTemporaryTemplate(JMSTemplateMBean temporaryTemplate)
          Deprecated. 9.0.0.0 Replaced with the TemporaryTemplateName and TemporaryTemplateResource attributes.
 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 DomainMBean.destroyJMSTemplate(JMSTemplateMBean template)
          Deprecated. 9.0.0.0
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.