Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  TemplateBean JMSBean.createTemplate(String name)
          Creates a template bean and adds it to this JMS module
abstract  TemplateBean DestinationBean.getTemplate()
          The JMS template from which the destination is derived.
abstract  TemplateBean DeliveryFailureParamsBean.getTemplateBean()
          This is used to find the template bean for this destination
abstract  TemplateBean DeliveryParamsOverridesBean.getTemplateBean()
          This is used to find the template bean for this destination
abstract  TemplateBean MessageLoggingParamsBean.getTemplateBean()
          Finds the template bean for this destination.
abstract  TemplateBean MulticastParamsBean.getTemplateBean()
          Finds the template bean for this destination.
abstract  TemplateBean ThresholdParamsBean.getTemplateBean()
          Finds the template bean for this destination.
abstract  TemplateBean[] JMSBean.getTemplates()
           Defines a set of default configuration settings for multiple destinations.
abstract  TemplateBean JMSBean.lookupTemplate(String name)
          Locates a template bean with the given name

 

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

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09