com.sybase.jdbcx
Interface Capture
- public abstract interface Capture
Provides methods to trace jConnect's protocol communications.
If an application sets the PROTOCOL_CAPTURE connection property,
this class will be instantiated on the connection and will copy all
protocol requests and responses
into the file whose name is specified by the property.
- See Also:
SybConnection
Method Summary |
void |
pause()
Suspends capturing protocol traffic. |
void |
resume()
Resumes capturing protocol traffic. |
resume
public void resume()
- Resumes capturing protocol traffic.
pause
public void pause()
- Suspends capturing protocol traffic.