|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colle.mid.ejb.ServerBean
net.sf.colle.mid.ejb.test.colle_gen.TestBean
Generated EJB session bean for Test. DO NOT EDIT. Make changes to net/sf/colle/mid/ejb/BeanCodeGenerator.gen and regenerate. Created: 17 Apr 2001
Constructor Summary | |
TestBean()
|
Method Summary | |
void |
delete(int pnId)
Deletes test values. |
String |
hello(String psName)
Returns greeting. |
boolean |
idExists(int pnId)
Checks if call to insert was rolled back. |
void |
insert(int pnId,
boolean pbThrowException,
boolean pbThrowError)
Inserts value into test table then optionally throws an exception to test rollback exception handling. |
void |
throwException()
Throws an exception, causes transaction to be rolled back. |
Methods inherited from class net.sf.colle.mid.ejb.ServerBean |
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, rollback, setSessionContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestBean()
Method Detail |
public String hello(String psName)
psName
- Thing who greeting will be directed to.public void throwException() throws CloneNotSupportedException
CloneNotSupportedException
public void insert(int pnId, boolean pbThrowException, boolean pbThrowError) throws CloneNotSupportedException
CloneNotSupportedException
public boolean idExists(int pnId)
public void delete(int pnId)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |