Interface IConnectionCollaborator
-
public interface IConnectionCollaborator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postInvoke(com.ibm.ejs.j2c.HandleList handleList, boolean isSingleThreadModel)
void
preInvoke(com.ibm.ejs.j2c.HandleList handleList, boolean isSingleThreadModel)
-
-
-
Method Detail
-
preInvoke
void preInvoke(com.ibm.ejs.j2c.HandleList handleList, boolean isSingleThreadModel) throws com.ibm.websphere.csi.CSIException
- Throws:
com.ibm.websphere.csi.CSIException
-
postInvoke
void postInvoke(com.ibm.ejs.j2c.HandleList handleList, boolean isSingleThreadModel) throws com.ibm.websphere.csi.CSIException
- Throws:
com.ibm.websphere.csi.CSIException
-
-