A C E F G M O S T

A

addEmployee(int, String) - Method in class org.ow2.easybeans.examples.entitybean.SessionFacade
Adds an employee.
addEmployee(int, String) - Method in interface org.ow2.easybeans.examples.entitybean.SessionFacadeRemote
Adds an employee.

C

Client - Class in org.ow2.easybeans.examples.entitybean
Simple client of the stateless.

E

Employee - Class in org.ow2.easybeans.examples.entitybean
Define an employee with an id and a name.
Employee() - Constructor for class org.ow2.easybeans.examples.entitybean.Employee
 

F

findEmployee(int) - Method in class org.ow2.easybeans.examples.entitybean.SessionFacade
Finds the Employee with its given id.
findEmployee(int) - Method in interface org.ow2.easybeans.examples.entitybean.SessionFacadeRemote
Finds the Employee with its given id.

G

getId() - Method in class org.ow2.easybeans.examples.entitybean.Employee
Gets the Id of the employee.
getName() - Method in class org.ow2.easybeans.examples.entitybean.Employee
Gets the name of the employee.

M

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

O

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

S

SessionFacade - Class in org.ow2.easybeans.examples.entitybean
Simple stateless bean acting as session facade bean.
SessionFacade() - Constructor for class org.ow2.easybeans.examples.entitybean.SessionFacade
 
SessionFacadeRemote - Interface in org.ow2.easybeans.examples.entitybean
Simple interface for a session facade bean.
setId(int) - Method in class org.ow2.easybeans.examples.entitybean.Employee
Sets id of the employee.
setName(String) - Method in class org.ow2.easybeans.examples.entitybean.Employee
Sets the name.

T

toString() - Method in class org.ow2.easybeans.examples.entitybean.Employee
Computes a string representation of this employee.

A C E F G M O S T

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