Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

EJB: 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

Activate Timers

Activate any temporarily disabled timers.

MBean Attribute:
EJBTimerRuntimeMBean.activateDisabledTimers

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

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The name of this entry.

EJB Name

The name of this EJB.

Application Name

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Server

The name of the server 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