|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object atg.util.service.ATGBasicClass atg.util.ejb.ATGEJBEntite
public abstract class ATGEJBEntite
Copyright : FERRARI Olivier
Field Summary |
---|
Fields inherited from class atg.util.service.ATGBasicClass |
---|
logger_ |
Constructor Summary | |
---|---|
ATGEJBEntite()
Creation de l'ejb |
Method Summary | |
---|---|
void |
ejbActivate()
ejbActivate |
void |
ejbLoad()
ejbLoad |
void |
ejbPassivate()
ejbPassivate |
void |
ejbRemove()
ejbRemove |
void |
ejbStore()
ejbStore |
void |
setEntityContext(javax.ejb.EntityContext entityContext)
setEntityContext |
void |
unsetEntityContext()
unsetEntityContext |
Methods inherited from class atg.util.service.ATGBasicClass |
---|
getLogger, logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface atg.metier.entite.ATGIEntite |
---|
checkData, getIdentifiant, getIdentifiantToString, getResumeToString, setIdentifiant |
Constructor Detail |
---|
public ATGEJBEntite()
javax.ejb.CreateException
- Erreur lors de la création de l'Ejb.Method Detail |
---|
public void setEntityContext(javax.ejb.EntityContext entityContext) throws javax.ejb.EJBException, java.rmi.RemoteException
setEntityContext
in interface javax.ejb.EntityBean
entityContext
- EntityContext
javax.ejb.EJBException
java.rmi.RemoteException
public void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException
unsetEntityContext
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException
ejbRemove
in interface javax.ejb.EntityBean
javax.ejb.RemoveException
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbActivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbLoad
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbStore
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |