|
Oracle Application Server TopLink API Reference 10g Release 2 (10.1.2) B15903-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PUBLIC This interface can be used to get access to the TopLink Session at EJB deployment time. If a DeploymentCustomization class is specified in the deployment properties of the bean, a new instance of this class will be created and the methods beforeLoginCustomization and afterLoginCustomization will be invoked with the TopLink Session as a parameter.
| Method Summary | |
java.lang.String |
afterLoginCustomization(oracle.toplink.publicinterface.Session session)PUBLIC This method is invoked on the instance of a class implementing the DeploymentCustomization interface after logging in to the WebLogic connection pool. |
java.lang.String |
beforeLoginCustomization(oracle.toplink.publicinterface.Session session)PUBLIC This method is invoked on the instance of a class implementing the DeploymentCustomization interface prior to logging in to the WebLogic connection pool. |
| Method Detail |
public java.lang.String beforeLoginCustomization(oracle.toplink.publicinterface.Session session)
throws java.lang.Exception
session - the instance of oracle.toplink.publicinterface.Session that manages the persistence for the beans of the TopLink projectjava.lang.Exception
public java.lang.String afterLoginCustomization(oracle.toplink.publicinterface.Session session)
throws java.lang.Exception
session - the instance of oracle.toplink.publicinterface.Session that manages the persistence for the beans of the TopLink projectjava.lang.Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||