| |
|
| java.lang.Object org.objectweb.sampleCluster2.ejb.MyStatefulSFR
MyStatefulSFR | public class MyStatefulSFR implements SessionBean,SessionSynchronization(Code) | | |
afterBegin | public void afterBegin()(Code) | | After the transaction begun
|
afterCompletion | public void afterCompletion(boolean committed)(Code) | | after the commit or rollback
Parameters: committed - true -> commit, false -> rollback |
beforeCompletion | public void beforeCompletion()(Code) | | before the commit is executed
|
ejbActivate | public void ejbActivate()(Code) | | activation of the ejb
|
ejbCreate | public void ejbCreate()(Code) | | creation of the ejb
|
ejbPassivate | public void ejbPassivate()(Code) | | Passivate of the ejb
|
ejbRemove | public void ejbRemove()(Code) | | removes the ejb
|
getLogDump | public java.lang.StringBuffer getLogDump()(Code) | | Retreive all the data in the log table Note : The return value is the
data shown in the "session servlet output" screen
All the logged data |
getLogTextDump | public java.lang.StringBuffer getLogTextDump()(Code) | | Retreive all the data in the log table Note : The return value is the
text format (calls from the java client)
All the logged data |
initialize | public void initialize()(Code) | | Initializes the inner beans
|
isModified | public boolean isModified()(Code) | | |
log | public void log(java.lang.String s)(Code) | | Keep the parameter in a list. Note : the parameter represents a line in
the "session servlet output" screen
Parameters: s - The string to keep. throws: RemoteException - |
logWithJOnASInstance | public void logWithJOnASInstance(java.lang.String s)(Code) | | Keep the parameter in a list with the source node
Parameters: s - The string to keep. throws: RemoteException - |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | Set the session context
Parameters: ctx - the session context |
|
|
|