com.bea.wli.management.runtime
Interface TimerEventGeneratorsRuntimeMBean

All Superinterfaces:
javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, weblogic.management.WebLogicMBean

public interface TimerEventGeneratorsRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class provides a central access point for getting TimerEventGenRuntimeMBeans


Field Summary
static long CACHING_STUB_SVUID
          The magic number that is used to generate the serialVersionUID of the generated MBean Stub (xxxMBean_Stub).
static String TYPE
           
 
Method Summary
 long getAvgErrorCount()
           
 long getAvgErrorResetTime()
           
 long getAvgResetTime()
           
 long getAvgTimerCount()
           
 long getMaxErrorCount()
           
 long getMaxErrorResetTime()
           
 long getMaxResetTime()
           
 long getMaxTimerCount()
           
 long getMinErrorCount()
           
 long getMinErrorResetTime()
           
 long getMinResetTime()
           
 long getMinTimerCount()
           
 long getNumberOfTimers()
           
 TimerEventGenRuntimeMBean getRuntimeMBean(String name)
          Deprecated. Use getMBeansByType(TimerEventGenRuntimeMBean.TYPE) and lookup the string
 TimerEventGenRuntimeMBean[] getRuntimeMBeans()
          Deprecated. Use getMBeansByType(TimerEventGenRuntimeMBean.TYPE);
 
Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, preDeregister, removePropertyChangeListener
 
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, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

CACHING_STUB_SVUID

static final long CACHING_STUB_SVUID
The magic number that is used to generate the serialVersionUID of the generated MBean Stub (xxxMBean_Stub). You must change this value whenever you make one of the changes to this interface:

- remove an existing method.
- change the signature of an existing "getter" or "setter" method.
- change the signature of an existing "boolean getter", i.e, "boolean isEnabled()"

Otherwise you don't need to change this value. For instance you can add new methods, or you can change the signature of methods that don't start with "get", "set" or "is". If you are in doubt then change the SVUID. It is a good idea to increment this value when changing.

See Also:
Constant Field Values

TYPE

static final String TYPE
See Also:
Constant Field Values
Method Detail

getRuntimeMBeans

TimerEventGenRuntimeMBean[] getRuntimeMBeans()
                                             throws javax.management.MBeanException
Deprecated. Use getMBeansByType(TimerEventGenRuntimeMBean.TYPE);

Get a list of all known TimerEventGenRuntimeMBean's

Returns:
Array of MBean's
Throws:
javax.management.MBeanException

getRuntimeMBean

TimerEventGenRuntimeMBean getRuntimeMBean(String name)
                                          throws javax.management.MBeanException
Deprecated. Use getMBeansByType(TimerEventGenRuntimeMBean.TYPE) and lookup the string

Get a specific TimerEventGenRuntimeMBean

Parameters:
name - name of the MBean
Returns:
the specified MBean
Throws:
javax.management.MBeanException

getNumberOfTimers

long getNumberOfTimers()
                       throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMinTimerCount

long getMinTimerCount()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getAvgTimerCount

long getAvgTimerCount()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMaxTimerCount

long getMaxTimerCount()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMinResetTime

long getMinResetTime()
                     throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getAvgResetTime

long getAvgResetTime()
                     throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMaxResetTime

long getMaxResetTime()
                     throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMinErrorCount

long getMinErrorCount()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getAvgErrorCount

long getAvgErrorCount()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMaxErrorCount

long getMaxErrorCount()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMinErrorResetTime

long getMinErrorResetTime()
                          throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getAvgErrorResetTime

long getAvgErrorResetTime()
                          throws javax.management.MBeanException
Throws:
javax.management.MBeanException

getMaxErrorResetTime

long getMaxErrorResetTime()
                          throws javax.management.MBeanException
Throws:
javax.management.MBeanException