Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

EJB Component: Configuration

Configuration Options     

Use this page to view and edit session and transaction information for this EJB component.

Configuration Options

Name Description
Name

The name of this EJB component.

Type

The type of EJB component.

EJB Module Name

The name of the EJB module.

Transaction Type

The EJB's transaction type.

EJB Class Name

The EJB classname.

Polling Interval

The number of seconds between each attempt by an message-driven bean to reconnect to either a JMS destination or Resource Adapter.

Init Suspend

The initial number of seconds to suspend a message-driven bean's JMS connection when a JMS resource outage is detected.

Max Suspend

The maximum number of seconds to suspend an message-driven bean's JMS connection when a JMS resource outage is detected.

Max Beans in Cache

The maximum number of beans in the cache. When an EJB has been in the cache for the number of seconds specified in Idle Timeout, and the total number of beans in the cache approaches the maximum beans in cache specified in this field, idle beans are removed from the cache and passivated.

Idle Timeout

If the total number of beans in the cache approaches the maximum beans in the cache value, this attribute represents the number of seconds that an EJB can be in the cache before idle beans are removed from the cache and passivated.

Network Access Point

Custom network channel that the EJB uses for network communications.

Run As Principal Name

The security principal to be used as the run-as principal for a bean that has security-identity specified in its ejb-jar.xml file.

Create As Principal Name

The principal to be used when ejbCreate would otherwise run with an anonymous principal.

Remove As Principal Name

The principal to be used when ejbRemove would otherwise run with an anonymous principal.

Passivate As Principal Name

The principal to be used when ejbPassivate would otherwise run with an anonymous principal.

JNDI Name

The JNDI name of an EJB, resource, or reference in WebLogic Server.

Local JNDI Name

The JNDI name for a EJB's local home.

Dispatch Policy

Designates the server execute thread pool in which the EJB should run.

Transaction Timeout

The transaction timeout value, in seconds.


Back to Top