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