|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.persist.bean.DefaultEjbSetup
Do the necessary setup for JGrinder to work in an Ejb environment, assuming all of the defaults.
| Constructor Summary | |
DefaultEjbSetup()
Constructor for the DefaultEjbSetup object |
|
| Method Summary | |
void |
initializeRDBBroker(java.lang.String brokerClassName)
After calling this method, JGrinder Persistence will be integrated into the Ejb environment. |
void |
initializeRDBBroker(java.lang.String brokerClassName,
boolean override)
After calling this method, JGrinder Persistence will be integrated into the Ejb environment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultEjbSetup()
| Method Detail |
public void initializeRDBBroker(java.lang.String brokerClassName)
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException,
java.lang.ClassCastException,
javax.naming.NamingException
brokerClassName - String A name of an RDBBroker class.
java.lang.ClassNotFoundException - The name provided in the parameter could
not be found.
java.lang.IllegalAccessException - Our code can not reflectively create an
instance
java.lang.InstantiationException - This method got an exception attempting
to create an instance of the brokerClassName
java.lang.ClassCastException - The broker name provided is not an RDBBroker
javax.naming.NamingException - The Ejb TransactionManager could not be found by
jgrinder's EjbTransactionManager at java:/TransactionManager
public void initializeRDBBroker(java.lang.String brokerClassName,
boolean override)
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException,
java.lang.ClassCastException,
javax.naming.NamingException
brokerClassName - String A name of an RDBBroker class.override - Force a reinitialization
java.lang.ClassNotFoundException - The name provided in the parameter could
not be found.
java.lang.IllegalAccessException - Our code can not reflectively create an
instance
java.lang.InstantiationException - This method got an exception attempting
to create an instance of the brokerClassName
java.lang.ClassCastException - The broker name provided is not an RDBBroker
javax.naming.NamingException - The Ejb TransactionManager could not be found by
jgrinder's EjbTransactionManager at java:/TransactionManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||