| |
|
| java.lang.Object org.objectweb.speedo.j2eedo.ejb.StoreServicesBean
StoreServicesBean | public class StoreServicesBean implements SessionBean(Code) | | Class StoreServicesBean
author: S.Rodiere |
Field Summary | |
PersistenceManagerFactory | pmf |
pmf | PersistenceManagerFactory pmf(Code) | | |
StoreServicesBean | public StoreServicesBean()(Code) | | |
doAction | public String doAction(PMHolder pmh, String action)(Code) | | Parameters: persistenceManagerHolder - is the persistence manager holder Parameters: action - is the action to be done See Also: org.objectweb.speedo.j2eedo.database.DatabaseImpl result of the method as a string throws: Exception - |
doAction | public String doAction(String action)(Code) | | Parameters: action - is the action to be done See Also: org.objectweb.speedo.j2eedo.database.DatabaseImpl result of the method as a string throws: Exception - |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
|
|
|