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

Packages that use TargetMBean
weblogic.deploy.api.tools   
weblogic.management.configuration   
weblogic.management.mbeanservers.edit   
weblogic.management.runtime   

 

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.
 interface VirtualTargetMBean
          This bean represents a target for a resource group in a partition.

 

Methods in weblogic.management.configuration that return TargetMBean
abstract  TargetMBean[] ResourceGroupMBean.findEffectiveTargets()
          Returns the targets actually used by this resource group, accounting for partition-level defaulting.
abstract  TargetMBean[] ComponentMBean.getActivatedTargets()
          Deprecated. List of servers and clusters where this module is currently active.
abstract  TargetMBean[] PartitionMBean.getAvailableTargets()
          All the available targets for this partition.
abstract  TargetMBean[] PartitionMBean.getDefaultTargets()
          A list of default targets for the partition (if any).
abstract  TargetMBean LifecycleManagerConfigMBean.getTarget()
          The cluster target defined in the current domain that should host the LifecycleManager service when running deployed in Cluster mode.
abstract  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.
abstract  TargetMBean[] DomainMBean.getTargets()
          Define targets for this Domain
abstract  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.
abstract  TargetMBean[] JMSServerMBean.getTargets()
          The server instances, clusters, or a migratable targets defined in the current domain that are candidates for hosting the JMSSerer.
abstract  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.
abstract  TargetMBean[] ResourceGroupMBean.getTargets()
          An array of all the Target beans.
abstract  TargetMBean[] SAFAgentMBean.getTargets()
           
abstract  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.
abstract  TargetMBean[] VirtualTargetMBean.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.
abstract  TargetMBean PartitionMBean.lookupAvailableTarget(String name)
          Looks up the named available target.
abstract  TargetMBean DomainMBean.lookupTarget(String name)
           
abstract  TargetMBean ResourceGroupMBean.lookupTarget(String name)
          Find a particular target with a given name.

 

Methods in weblogic.management.configuration with parameters of type TargetMBean
abstract  boolean ComponentMBean.activated(TargetMBean target)
          Deprecated. Indicates whether component has been activated on a server
abstract  void PartitionMBean.addAvailableTarget(TargetMBean availableTarget)
          Adds an existing target to the list of available targets for this partition.
abstract  void PartitionMBean.addDefaultTarget(TargetMBean defaultTarget)
          Adds an existing target to the list of default targets for this partition.
abstract  boolean DeploymentMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
abstract  void JMSInteropModuleMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
abstract  boolean JMSServerMBean.addTarget(TargetMBean target)
          Targets the JMSServer to the specified target instance.
abstract  boolean PersistentStoreMBean.addTarget(TargetMBean target)
          Targets a server instance to a store.
abstract  void ResourceGroupMBean.addTarget(TargetMBean target)
          Add an existing Target to the list of Targets.
abstract  void TargetInfoMBean.addTarget(TargetMBean target)
          You can add a target to specify additional servers on which the deployment can be deployed.
abstract  void PartitionMBean.removeAvailableTarget(TargetMBean target)
          Removes the specified target from the list of available targets for this partition.
abstract  void PartitionMBean.removeDefaultTarget(TargetMBean target)
          Removes the specified target from the list of default targets for this partition.
abstract  boolean DeploymentMBean.removeTarget(TargetMBean target)
          Removes the value of the addTarget attribute.
abstract  void JMSInteropModuleMBean.removeTarget(TargetMBean target)
          Removes the value of the Target attribute.
abstract  boolean JMSServerMBean.removeTarget(TargetMBean target)
          Untargets the JMSServer instance from the current target.
abstract  boolean PersistentStoreMBean.removeTarget(TargetMBean target)
          Untargets a server instance from a store.
abstract  void ResourceGroupMBean.removeTarget(TargetMBean target)
          Remove the given Target from the list of Target beans.
abstract  void TargetInfoMBean.removeTarget(TargetMBean target)
          Removes the value of the Target attribute.
abstract  void PartitionMBean.setAvailableTargets(TargetMBean[] targets)
          Replaces the current list of available targets, if any, with this array.
abstract  void PartitionMBean.setDefaultTargets(TargetMBean[] targets)
          Set the default targets for the partition.
abstract  void LifecycleManagerConfigMBean.setTarget(TargetMBean Target)
          Change the cluster target the value for the getTarget attribute.
abstract  void DeploymentMBean.setTargets(TargetMBean[] Targets)
          Sets the value of the getTargets attribute.
abstract  void JMSInteropModuleMBean.setTargets(TargetMBean[] targets)
          Sets the value of the Targets attribute.
abstract  void JMSServerMBean.setTargets(TargetMBean[] Targets)
          Sets the value of the getTargets attribute.
abstract  void PersistentStoreMBean.setTargets(TargetMBean[] Targets)
          Sets the value for the getTargets attribute.
abstract  void ResourceGroupMBean.setTargets(TargetMBean[] targets)
          Replace the current list of Targets, if any, with this array.
abstract  void SAFAgentMBean.setTargets(TargetMBean[] Targets)
           
abstract  void TargetInfoMBean.setTargets(TargetMBean[] targets)
          Sets the value of the Targets attribute.

 

Uses of TargetMBean in weblogic.management.mbeanservers.edit

 

Methods in weblogic.management.mbeanservers.edit with parameters of type TargetMBean
abstract  ResourceGroupMigrationTaskMBean PortablePartitionManagerMBean.migrateResourceGroup(TargetMBean target, TargetMBean currentTarget, TargetMBean newTarget, long timeout)
          Migrates resource group from one physical target to another.

 

Uses of TargetMBean in weblogic.management.runtime

 

Methods in weblogic.management.runtime with parameters of type TargetMBean
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets)
          Forces the shutdown of the partition on specified targets.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets)
          Forces the shutdown of the resource group on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets)
          Forcefully suspends the partition on specified targets.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets)
          Forcefully suspends the resource group on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.resume(TargetMBean[] targets)
          Transitions the partition from ADMIN to RUNNING state on specified targets..
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.resume(TargetMBean[] targets)
          Transitions the resource group from ADMIN to RUNNING state on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions, TargetMBean[] targets)
          Gracefully shuts down a partition.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, TargetMBean[] targets)
          Shuts down a partition gracefully.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets)
          Shuts down the partition gracefully.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions, TargetMBean[] targets)
          Gracefully shuts down a resource group.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, TargetMBean[] targets)
          Shuts down a resource group gracefully.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets)
          Shuts down the resource group gracefully.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.start(TargetMBean[] targets)
          Starts the partition on specified targets.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.start(TargetMBean[] targets)
          Starts the resource group on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets)
          Starts the partition in the admin state.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets)
          Starts the resource group in the admin state in specified targets
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.suspend(int timeout, boolean ignoreSessions, TargetMBean[] targets)
          Transitions the partition from RUNNING to ADMIN state gracefully on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.suspend(TargetMBean[] targets)
          Gracefully suspends the partition to ADMIN state.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.suspend(int timeout, boolean ignoreSessions, TargetMBean[] targets)
          Transitions the resource group from RUNNING to ADMIN state gracefully on specified targets.
abstract  ResourceGroupLifeCycleTaskRuntimeMBean ResourceGroupLifeCycleRuntimeMBean.suspend(TargetMBean[] targets)
          Gracefully suspends the resource group to ADMIN state.

 


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