|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
org.openmdx.application.ejb.lightweight.AbstractRemoteObject
org.openmdx.application.ejb.lightweight.AbstractEJBHome
public class AbstractEJBHome
Abstract Enterprise Java Bean Home
| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
protected |
AbstractEJBHome()
Constructor |
| Method Summary | |
|---|---|
void |
deactivate()
Undeploy an Enterprise Java Bean Home |
EJBMetaData |
getEJBMetaData()
|
HomeHandle |
getHomeHandle()
|
TransactionManager |
getTransactionManager()
|
void |
initialize(String beanName,
String jndiURL,
ContextSwitcher contextSwitcher,
Class instanceClass,
ObjectPool instancePool,
ContainerTransaction containerTransaction,
TransactionManager transactionManager)
Deploy an Enterprise Java Bean Home |
void |
remove(Handle handle)
This method must be overridden by a subclass unless it represents a session bean home. |
void |
remove(Object obejct)
This method must be overridden by a subclass unless it represents a session bean home. |
String |
toString()
|
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toStub |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractEJBHome()
throws RemoteException
RemoteException| Method Detail |
|---|
public void remove(Object obejct)
throws RemoteException,
RemoveException
remove in interface EJBHomeRemoteException
RemoveExceptionEJBHome.remove(java.lang.Object)
public void remove(Handle handle)
throws RemoteException,
RemoveException
remove in interface EJBHomeRemoteException
RemoveExceptionEJBHome.remove(javax.ejb.Handle)
public EJBMetaData getEJBMetaData()
throws RemoteException
getEJBMetaData in interface EJBHomeRemoteException
public HomeHandle getHomeHandle()
throws RemoteException
getHomeHandle in interface EJBHomeRemoteException
public void initialize(String beanName,
String jndiURL,
ContextSwitcher contextSwitcher,
Class instanceClass,
ObjectPool instancePool,
ContainerTransaction containerTransaction,
TransactionManager transactionManager)
initialize in interface HomeConfigurationbeanName - jndiURL - contextSwitcher - instancePool - public void deactivate()
public TransactionManager getTransactionManager()
public String toString()
toString in class RemoteObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||