BEA Systems, Inc.


weblogic.management.runtime
Interface DomainRuntimeMBean


public interface DomainRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic domain. A domain may contain zero or more clusters. A cluster may be looked up by a logical name.

Author:
Copyright (c) 2000 by BEA WebXpress. All Rights Reserved.

Method Summary
 java.util.Date getActivationTime()
          Returns the time when the domain became active.
 java.lang.String[] getClusters()
          Returns the names of the active clusters in this domain
 
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
 

Method Detail

getActivationTime

public java.util.Date getActivationTime()
Returns the time when the domain became active.


getClusters

public java.lang.String[] getClusters()
Returns the names of the active clusters in this domain


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