A B C M O R S

A

afterBegin() - Method in class org.ow2.easybeans.examples.statefulbean.StatefulBean
The afterBegin method notifies a session Bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction.
afterCompletion(boolean) - Method in class org.ow2.easybeans.examples.statefulbean.StatefulBean
The afterCompletion method notifies a session Bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back.

B

beforeCompletion() - Method in class org.ow2.easybeans.examples.statefulbean.StatefulBean
The beforeCompletion method notifies a session Bean instance that a transaction is about to be committed.
buy(int) - Method in class org.ow2.easybeans.examples.statefulbean.StatefulBean
Business method implementation.
buy(int) - Method in interface org.ow2.easybeans.examples.statefulbean.StatefulRemote
Business method implementation.

C

ClientStateful - Class in org.ow2.easybeans.examples.statefulbean
Simple client of the stateless.

M

main(String[]) - Static method in class org.ow2.easybeans.examples.statefulbean.ClientStateful
Main method.

O

org.ow2.easybeans.examples.statefulbean - package org.ow2.easybeans.examples.statefulbean
Example of EJB 3.0 container

R

read() - Method in class org.ow2.easybeans.examples.statefulbean.StatefulBean
Business method implementation.
read() - Method in interface org.ow2.easybeans.examples.statefulbean.StatefulRemote
Business method implementation.

S

StatefulBean - Class in org.ow2.easybeans.examples.statefulbean
Simple stateful bean.
StatefulBean() - Constructor for class org.ow2.easybeans.examples.statefulbean.StatefulBean
Initialize the amounts for with and without Tx.
StatefulRemote - Interface in org.ow2.easybeans.examples.statefulbean
Simple interface for a stateful bean.

A B C M O R S

Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.