applis.ejb.perfs
Class Perfs2Bean

applis.ejb.perfs.Perfs2Bean

public abstract class Perfs2Bean


Field Summary
protected  javax.ejb.EntityContext entityContext
           
 
Constructor Summary
Perfs2Bean()
           
 
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()
           
abstract  int getCode()
           
abstract  java.lang.String getValue()
           
 java.lang.String read()
           
abstract  void setCode(int v)
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
abstract  void setValue(java.lang.String v)
           
 java.lang.String txread()
           
 void txwrite(java.lang.String value)
           
 void unsetEntityContext()
           
 void write(java.lang.String value)
           
 

Field Detail

entityContext

protected javax.ejb.EntityContext entityContext
Constructor Detail

Perfs2Bean

public Perfs2Bean()
Method Detail

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