applis.ejb.perfs
Class PerfsBean

applis.ejb.perfs.PerfsBean

public class PerfsBean


Field Summary
 int code
           
protected  javax.ejb.EntityContext entityContext
           
 java.lang.String value
           
 
Constructor Summary
PerfsBean()
           
 
Method Summary
 void ejbActivate()
           
 PerfsBeanPK ejbCreate(int i, java.lang.String s)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(int i, java.lang.String s)
           
 void ejbRemove()
           
 void ejbStore()
           
 java.lang.String read()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 java.lang.String txread()
           
 void txwrite(java.lang.String v)
           
 void unsetEntityContext()
           
 void write(java.lang.String v)
           
 

Field Detail

entityContext

protected javax.ejb.EntityContext entityContext

code

public int code

value

public java.lang.String value
Constructor Detail

PerfsBean

public PerfsBean()
Method Detail

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