|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASContainerManagedEJB2
Remote interface for Enterprise Bean: ASContainerManagedEJB2
Method Summary | |
---|---|
boolean |
checkValues(boolean completeLTC,
boolean completionDirection)
This remote method is the Fourth and final method invoked on the EJB |
void |
endLTC(boolean completionDirection)
This remote method is the third method invoked on the EJB. |
void |
open()
This remote method is the first method invoked on the EJB. |
void |
performUpdates()
This remote method is the second method invoked on the EJB. |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
void open() throws java.lang.Exception, java.rmi.RemoteException
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.
java.lang.Exception
- Signals that an exception of some sort has occurred.void performUpdates() throws java.lang.Exception, java.rmi.RemoteException
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.
java.lang.Exception
- Signals that an exception of some sort has occurred.void endLTC(boolean completionDirection) throws java.lang.Exception, java.rmi.RemoteException
completionDirection
- boolean specifies which direction to complete the LTC,
with true indicating to commit, false indicating to rollback.
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.
java.lang.Exception
- Signals that an exception of some sort has occurred.boolean checkValues(boolean completeLTC, boolean completionDirection) throws java.lang.Exception, java.rmi.RemoteException
completeLTC
- boolean tells the checker whether the LTC was completedcompletionDirection
- boolean tells the checker the direction the LTC was completed.
This is only relevant if completeLTC is true.
java.rmi.RemoteException
- Signals that a Remote exception of
some sort has occurred.
java.lang.Exception
- Signals that an exception of some sort has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |