BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.common.MonitorDef

Packages that use MonitorDef
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
 

Uses of MonitorDef in weblogic.common
 

Subinterfaces of MonitorDef in weblogic.common
 interface DestroyMonitor
          Used to monitor modifications to a Destroyable object in the WebLogic Server.
 interface GetMonitor
          Monitors access to a Getable object in the WebLogic Server.
 interface SetMonitor
          Used to monitor modifications to a Setable object in the WebLogic Server.
 

Methods in weblogic.common that return MonitorDef
 MonitorDef Monitor.newInstance(T3ServicesDef services)
          Creates an instance of the user-written class and calls its monitorInit() and setServices() methods.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.