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

Part Number E27170-01

Uses of Interface
weblogic.j2ee.descriptor.wl.TemplateBean

Packages that use TemplateBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
 

Uses of TemplateBean in weblogic.j2ee.descriptor.wl
 

Methods in weblogic.j2ee.descriptor.wl that return TemplateBean
 TemplateBean JMSBean.createTemplate(String name)
          Creates a template bean and adds it to this JMS module
 TemplateBean DestinationBean.getTemplate()
          The JMS template from which the destination is derived.
 TemplateBean DeliveryFailureParamsBean.getTemplateBean()
          This is used to find the template bean for this destination
 TemplateBean DeliveryParamsOverridesBean.getTemplateBean()
          This is used to find the template bean for this destination
 TemplateBean MessageLoggingParamsBean.getTemplateBean()
          Finds the template bean for this destination.
 TemplateBean MulticastParamsBean.getTemplateBean()
          Finds the template bean for this destination.
 TemplateBean ThresholdParamsBean.getTemplateBean()
          Finds the template bean for this destination.
 TemplateBean[] JMSBean.getTemplates()
           Defines a set of default configuration settings for multiple destinations.
 TemplateBean JMSBean.lookupTemplate(String name)
          Locates a template bean with the given name
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type TemplateBean
 void JMSBean.destroyTemplate(TemplateBean template)
          Removes a template bean from this JMS module
 void DestinationBean.setTemplate(TemplateBean template)
          Sets the value of the Template attribute.
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01