|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.application.container.spi.ejb.HomeFactory
public class HomeFactory
Home Factory
This method handles stateless session beans only at the moment.
| Constructor Summary | |
|---|---|
HomeFactory(String homeInterface,
String homeClass,
String localHomeInterface,
String localInterface)
Constructor |
|
| Method Summary | |
|---|---|
EJBHome |
getHome()
Create a home instance |
EJBLocalHome |
getLocalHome()
Create a local home instance |
void |
initialize(String beanName,
String jndiURL,
ContextSwitcher contextSwitcher,
Class instanceClass,
ObjectPool instancePool,
ContainerTransaction containerTransaction,
TransactionManager transactionManager)
Activate an Enterprise Java Bean Home |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HomeFactory(String homeInterface,
String homeClass,
String localHomeInterface,
String localInterface)
throws ClassNotFoundException
homeInterface - homeClass - localHomeInterface - localInterface -
ClassNotFoundException| Method Detail |
|---|
public EJBHome getHome()
throws InstantiationException,
IllegalAccessException
IllegalAccessException
InstantiationExceptionpublic EJBLocalHome getLocalHome()
public void initialize(String beanName,
String jndiURL,
ContextSwitcher contextSwitcher,
Class instanceClass,
ObjectPool instancePool,
ContainerTransaction containerTransaction,
TransactionManager transactionManager)
throws Exception
HomeConfiguration
initialize in interface HomeConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||