This interface contains accessor methods for all EJB Timer runtime information collected for an EJB.
| Since | 9.0.0.0 | ||
| Fully Qualified Interface Name | If you use the getMBeanInfooperation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.runtime.EJBTimerRuntimeMBean | ||
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
| Access Points | You can access this MBean from the following MBean attributes: | ||
| Access Points Inherited from RuntimeMBean | Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes: | 
This section describes the following attributes:
Provides the current number of active timers for this EJB
| Privileges | Read only | 
| Type | int | 
Private property that disables caching in proxies.
| Privileges | Read only | 
| Type | boolean | 
Provides the total number of timers that have been explicitly cancelled for this EJB.
| Privileges | Read only | 
| Type | long | 
Provides the current number of timers temporarily disabled for this EJB
| Privileges | Read only | 
| Type | int | 
Returns the MBean info for this MBean.
             Deprecated.
            
| Privileges | Read only | 
| Type | javax.management.MBeanInfo | 
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
| Privileges | Read only | 
| Type | java.lang.String | 
Returns the ObjectName under which this MBean is registered in the MBean server.
             Deprecated.
            
| Privileges | Read only | 
| Type | weblogic.management.WebLogicObjectName | 
Return the immediate parent for this MBean
| Privileges | Read/Write | 
| Type | 
Returns false if the MBean represented by this object has been unregistered.
             Deprecated.
            
| Privileges | Read only | 
| Type | boolean | 
Provides the total number of successful timeout notifications that have been made for this EJB.
| Privileges | Read only | 
| Type | long | 
Returns the type of the MBean.
| Privileges | Read only | 
| Type | java.lang.String | 
This section describes the following operations:
|  | 
Activate any temporarily disabled timers.
| Operation Name | "activateDisabledTimers" | 
| Parameters | null | 
| Signature | null | 
| Returns | 
    void
     |