applis.ejb.perfs
Class Perfs2Bean
applis.ejb.perfs.Perfs2Bean
- public abstract class Perfs2Bean
entityContext
protected javax.ejb.EntityContext entityContext
Perfs2Bean
public Perfs2Bean()
getValue
public abstract java.lang.String getValue()
setValue
public abstract void setValue(java.lang.String v)
getCode
public abstract int getCode()
setCode
public abstract void setCode(int v)
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 value)
throws java.rmi.RemoteException
txread
public java.lang.String txread()
throws java.rmi.RemoteException
txwrite
public void txwrite(java.lang.String value)
throws java.rmi.RemoteException