applis.ejb.perfs
Class PerfsBean
applis.ejb.perfs.PerfsBean
- public class PerfsBean
entityContext
protected javax.ejb.EntityContext entityContext
code
public int code
value
public java.lang.String value
PerfsBean
public PerfsBean()
ejbCreate
public PerfsBeanPK ejbCreate(int i,
java.lang.String s)
throws javax.ejb.CreateException,
java.rmi.RemoteException
ejbPostCreate
public void ejbPostCreate(int i,
java.lang.String s)
throws javax.ejb.CreateException,
java.rmi.RemoteException
ejbActivate
public void ejbActivate()
throws java.rmi.RemoteException
ejbPassivate
public void ejbPassivate()
throws java.rmi.RemoteException
ejbLoad
public void ejbLoad()
throws java.rmi.RemoteException
ejbStore
public void ejbStore()
throws java.rmi.RemoteException
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
unsetEntityContext
public void unsetEntityContext()
read
public java.lang.String read()
throws java.rmi.RemoteException
write
public void write(java.lang.String v)
throws java.rmi.RemoteException
txread
public java.lang.String txread()
throws java.rmi.RemoteException
txwrite
public void txwrite(java.lang.String v)
throws java.rmi.RemoteException