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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.ServerTemplateMBean

Packages that use ServerTemplateMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of ServerTemplateMBean in weblogic.management.configuration
 

Subinterfaces of ServerTemplateMBean in weblogic.management.configuration
 interface ServerMBean
          This class represents a individual WebLogic Server.
 

Methods in weblogic.management.configuration that return ServerTemplateMBean
 ServerTemplateMBean DomainMBean.createServerTemplate(String name)
          This is the factory method for server templates that are scoped at the domain level.
 ServerTemplateMBean DynamicServersMBean.getServerTemplate()
          Get the server template used to create dynamic servers.
 ServerTemplateMBean ServerMBean.getServerTemplate()
          Get the base server
 ServerTemplateMBean[] DomainMBean.getServerTemplates()
          Returns the ServerTempateMBeans representing the server templates that have been configured to be part of this domain.
 ServerTemplateMBean DomainMBean.lookupServerTemplate(String name)
          Lookup a particular server template from the list.
 

Methods in weblogic.management.configuration with parameters of type ServerTemplateMBean
 void DomainMBean.destroyServerTemplate(ServerTemplateMBean server)
          Destroys and removes a server template which is a child of this domain with the specified short name.
 void DynamicServersMBean.setServerTemplate(ServerTemplateMBean template)
          Set the server template to use to create dynamic servers.
 void ServerMBean.setServerTemplate(ServerTemplateMBean template)
          Set the base server
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02