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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.TargetMBean

Packages that use TargetMBean
weblogic.deploy.api.tools Provides convenience classes to obtain a WebLogicDeploymentManager, populate a configuration for an application, and create a new or updated deployment plan. 
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of TargetMBean in weblogic.deploy.api.tools
 

Methods in weblogic.deploy.api.tools with parameters of type TargetMBean
 TargetModuleID[] SessionHelper.getDefaultJMSTargetModuleIDs(DomainMBean domain, TargetMBean[] deploymentTargets, String appName, String name)
          Creates TargetModuleID objects for a JMS module contained withing this application.
 Target SessionHelper.getTarget(TargetMBean target)
          Given a TargetMBean, returns a jsr88 Target object
 

Uses of TargetMBean in weblogic.management.configuration
 

Subinterfaces of TargetMBean in weblogic.management.configuration
 interface ClusterMBean
          This bean represents a cluster in the domain.
 interface JMSServerMBean
          This class represents a JMS server.
 interface JTAMigratableTargetMBean
          The target that is used internally to register the JTA recovery manager to the Migration Manager.
 interface MigratableTargetMBean
          A target that is suitable for services that shall be active on at most one server of a cluster at a time.
 interface SAFAgentMBean
          This class represents a Store-and-Forward (SAF) agent.
 interface ServerMBean
          This class represents a individual WebLogic Server.
 interface ServerTemplateMBean
          This class represents a WebLogic Server.
 interface VirtualHostMBean
          This bean represents the configuration of virtual web server within a WebLogic Server instance.
 

Methods in weblogic.management.configuration that return TargetMBean
 TargetMBean[] ComponentMBean.getActivatedTargets()
          Deprecated. List of servers and clusters where this module is currently active.
 TargetMBean[] DeploymentMBean.getTargets()
          You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed.
 TargetMBean[] DomainMBean.getTargets()
          Define targets for this Domain
 TargetMBean[] JMSInteropModuleMBean.getTargets()
          You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed.
 TargetMBean[] JMSServerMBean.getTargets()
          The server instances, clusters, or a migratable targets defined in the current domain that are candidates for hosting the JMSSerer.
 TargetMBean[] PersistentStoreMBean.getTargets()
          The server instances, clusters, or migratable targets defined in the current domain that are candidates for hosting a file store, JDBC store, or replicated store.
 TargetMBean[] SAFAgentMBean.getTargets()
           
 TargetMBean[] TargetInfoMBean.getTargets()
          You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed.
 TargetMBean DomainMBean.lookupTarget(String name)
           
 

Methods in weblogic.management.configuration with parameters of type TargetMBean
 boolean ComponentMBean.activated(TargetMBean target)
          Deprecated. Indicates whether component has been activated on a server
 boolean DeploymentMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
 void JMSInteropModuleMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
 boolean JMSServerMBean.addTarget(TargetMBean target)
          Targets the JMSServer to the specified target instance.
 boolean PersistentStoreMBean.addTarget(TargetMBean target)
          Targets a server instance to a store.
 void TargetInfoMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
 boolean DeploymentMBean.removeTarget(TargetMBean target)
          Removes the value of the addTarget attribute.
 void JMSInteropModuleMBean.removeTarget(TargetMBean target)
          Removes the value of the Target attribute.
 boolean JMSServerMBean.removeTarget(TargetMBean target)
          Untargets the JMSServer instance from the current target.
 boolean PersistentStoreMBean.removeTarget(TargetMBean target)
          Untargets a server instance from a store.
 void TargetInfoMBean.removeTarget(TargetMBean target)
          Removes the value of the Target attribute.
 void DeploymentMBean.setTargets(TargetMBean[] Targets)
          Sets the value of the getTargets attribute.
 void JMSInteropModuleMBean.setTargets(TargetMBean[] targets)
          Sets the value of the Targets attribute.
 void JMSServerMBean.setTargets(TargetMBean[] Targets)
          Sets the value of the getTargets attribute.
 void PersistentStoreMBean.setTargets(TargetMBean[] Targets)
          Sets the value for the getTargets attribute.
 void SAFAgentMBean.setTargets(TargetMBean[] Targets)
           
 void TargetInfoMBean.setTargets(TargetMBean[] targets)
          Sets the value of the Targets attribute.
 


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