BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.common.MonitorException

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

Uses of MonitorException in weblogic.common
 

Methods in weblogic.common that throw MonitorException
 void SetMonitor.preSet(Setable target, ParamSet callbackData)
          Called prior to a modification to the target object.
 java.lang.Object Setable.setValue(java.lang.Object value)
          Sets a Setable object to the specified value.
 java.lang.Object Setable.newValue(java.lang.Object value)
          Sets a Setable object to a new value.
 java.lang.Object Destroyable.destroyValue()
          Destroys a monitored object.
 void DestroyMonitor.preDestroy(Destroyable target, ParamSet callbackData)
          Called prior to destroying the target object.
 MonitorDef Monitor.newInstance(T3ServicesDef services)
          Creates an instance of the user-written class and calls its monitorInit() and setServices() methods.
 void GetMonitor.preGet(Getable target, ParamSet callbackData)
          Called prior to accessing a target object.
 java.lang.Object Getable.getValue()
          Gets the value of a monitored object.
 


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.