javax.ejb packages |
|
spi | | | |
javax.ejb classes |
|
AccessLocalException | CreateException |
DuplicateKeyException | EJBContext (2) |
EJBException | EJBHome |
EJBLocalHome (1) | EJBLocalObject |
EJBMetaData (1) | EJBObject (2) |
EnterpriseBean | EntityBean (2) |
EntityContext (1) | FinderException |
Handle (1) | HomeHandle |
MessageDrivenBean | MessageDrivenContext |
NoSuchEntityException | NoSuchObjectLocalException |
ObjectNotFoundException (1) | RemoveException |
SessionBean (1) | SessionContext |
SessionSynchronization | TimedObject (1) |
Timer | TimerHandle |
TimerService | TransactionRequiredLocalException |
TransactionRolledbackLocalException | |
javax.ejb examples |
|
Cancel all timers 2003-10-24 | Create a timer that will go off 30 days from now in EJB 2.1 2003-10-24 |
Do something useful with the home interface 2004-02-04 | Error when tring to deploy my server 2005-05-16 |
Get BMP primary key 2003-10-20 | GOF: Service Locator pattern 2004-02-03 |
Implement a business method using session bean 2002-10-08 | Map Blob field in CMP entity bean to BLOB data type in database 2004-09-10 |
Recreate EJBObject from byte arrays 2004-02-04 | Returns the String that represents the given EJBObject handle in serialized format 2004-02-04 |
Serialize and Deserialize the Handle for a EJB bean 2004-02-04 | Test the serialization/deserialization of a primary key 2004-04-16 |