BEA Systems, Inc.


weblogic.management.configuration
Interface TargetMBean

All Known Subinterfaces:
ClusterMBean, DomainMBean, ServerMBean

public interface TargetMBean
extends ConfigurationMBean

A tagging interface that designate a class that implements it as a target for deployment of a component. It also designate it as a potential member of a TargetGroup.

See Also:
Component, TargetGroupMBean

Field Summary
static long CACHING_STUB_SVUID
           
 
Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 void setDeployments(DeploymentMBean[] deployments)
          For OAM use only.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
addLinkMbeanAttribute, getNotes, isPersistenceEnabled, setNotes
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

CACHING_STUB_SVUID

public static final long CACHING_STUB_SVUID
Method Detail

setDeployments

public void setDeployments(DeploymentMBean[] deployments)
                    throws DistributedManagementException
For OAM use only.

A dynamic MBean attribute

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference