Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

EJB Component: Control

Buttons     Column Display     

Use this page to manually clear the caches and pools of idle beans.

Note: Suspending a message-driven bean on an individual member of a cluster suspends the message-driven bean on all members of the cluster.

Buttons

Name Description
Initialize

Instructs the cache to initialize itself all of its associated pools to their configured initial sizes.

MBean Attribute:
EJBCacheRuntimeMBean.reInitializeCacheAndPools

Suspend MDB

Suspends the specific type of MDB by calling stop on the JMS Connection.

MBean Attribute:
MessageDrivenEJBRuntimeMBean.suspend

Resume MDB

Resumes the specific type of MDB by calling start on the JMS Connection.

MBean Attribute:
MessageDrivenEJBRuntimeMBean.resume

Activate Timers

Activate any temporarily disabled timers.

MBean Attribute:
EJBTimerRuntimeMBean.activateDisabledTimers

Column Display

Name Description
Name

The name of this entry.

EJB Name

The name of this EJB.

Application Name

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Server

The name of the server instance on which this EJB instance is deployed.

Machine

The name of the machine on which this EJB instance is deployed.

EJB Type

The type of EJB (stateful session, stateless session, singleton session, entity, message-driven).

Cached Current Count

Provides a count of the total number of beans from this EJB Home currently in the EJB cache.

MBean Attribute:
EJBCacheRuntimeMBean.CachedBeansCurrentCount

Pool Current Count

Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor.

MBean Attribute:
EntityEJBRuntimeMBean.EJBName

Connection Status

Provides the connection status for the Message Driven Bean. ConnectionStatus can be Connected or Reconnecting.

MBean Attribute:
MessageDrivenEJBRuntimeMBean.ConnectionStatus

MDB Status

Provides the Message Driven Bean status. MDBStatus is used after the MDB is connected to the destination. MDBStatus can be Running or Suspended.

MBean Attribute:
MessageDrivenEJBRuntimeMBean.MDBStatus

Disabled Timer Count

Provides the current number of timers temporarily disabled for this EJB

MBean Attribute:
EJBTimerRuntimeMBean.DisabledTimerCount


Back to Top