|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generated EJB remote interface for Test. A remote interface defines the business methods that a client may call. The business methods are implemented in the enterprise bean code. DO NOT EDIT. Make changes to net/sf/colle/mid/ejb/RemoteCodeGenerator.gen and regenerate. Created: 17 Apr 2001
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 interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public String hello(String psName) throws RemoteException
psName
- Thing who greeting will be directed to.
RemoteException
public void throwException() throws CloneNotSupportedException, RemoteException
CloneNotSupportedException
RemoteException
public void insert(int pnId, boolean pbThrowException, boolean pbThrowError) throws CloneNotSupportedException, RemoteException
CloneNotSupportedException
RemoteException
public boolean idExists(int pnId) throws RemoteException
RemoteException
public void delete(int pnId) throws RemoteException
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |