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.TargetMBean

Packages that use TargetMBean
weblogic.management.configuration   
weblogic.management.runtime   
 

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 ServerMBean
          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[] 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[] JMSServerMBean.getTargets()
           
 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.
static TargetMBean[] DomainTargetHelper.getDefaultTargets(TargetInfoMBean bean, Object defTargets)
          Ensures that the DomainTargetMBean is targeted to the local server by default.
 TargetMBean[] DomainMBean.getTargets()
          Define targets for this Domain
 TargetMBean DomainMBean.lookupTarget(String name)
           
 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[] ComponentMBean.getActivatedTargets()
          Deprecated. List of servers and clusters where this module is currently active.
 

Methods in weblogic.management.configuration with parameters of type TargetMBean
 void TargetInfoMBean.setTargets(TargetMBean[] targets)
          Sets the value of the Targets attribute.
 void TargetInfoMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
 void TargetInfoMBean.removeTarget(TargetMBean target)
          Removes the value of the Target attribute.
 void JMSServerMBean.setTargets(TargetMBean[] Targets)
           
 boolean JMSServerMBean.addTarget(TargetMBean target)
           
 boolean JMSServerMBean.removeTarget(TargetMBean target)
           
static void JMSLegalHelper.validateSingleServerTargets(TargetMBean target)
          Verify that the specified target refers to a single server and nothing else.
static void JMSLegalHelper.validateSingleServerTargets(TargetMBean[] targets)
          Verify that the specified target list refers to a single server and nothing else.
static void JMSLegalHelper.validateSAFAgentTargets(TargetMBean[] targets)
          Verify that the targets of a SAFAgent.
 void JMSInteropModuleMBean.setTargets(TargetMBean[] targets)
          Sets the value of the Targets attribute.
 void JMSInteropModuleMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
 void JMSInteropModuleMBean.removeTarget(TargetMBean target)
          Removes the value of the Target attribute.
static void DomainTargetHelper.validateTargets(TargetInfoMBean bean, TargetMBean[] params)
           
 void DeploymentMBean.setTargets(TargetMBean[] Targets)
          Sets the value of the getTargets attribute.
 boolean DeploymentMBean.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.
 boolean ComponentMBean.activated(TargetMBean target)
          Deprecated. Indicates whether component has been activated on a server
 

Uses of TargetMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime with parameters of type TargetMBean
 


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