sendEvent(int eType, Exception ex, Object ch) Send the specified event to all the EventListeners that have
registered with this ManagedConnection instance.
public void sendEvent(int eType, Exception ex, Object ch) throws ResourceException(Code)
Send the specified event to all the EventListeners that have
registered with this ManagedConnection instance.
int Event type to send Parameters: Exception - if one is associated with this event Parameters: ch - Connection handle associated with this event throws: ResourceException - generic exception if operation fails throws: IllegalArgumentException - if an invalid event is specified
setLogWriter
public void setLogWriter(PrintWriter printwriter) throws ResourceException(Code)
setMcf
public void setMcf(ManagedConnectionFactory MCF)(Code)