public interface IfxCsm
| Modifier and Type | Interface and Description |
|---|---|
static class |
IfxCsm.AbortInfo |
static class |
IfxCsm.Credentials |
static class |
IfxCsm.Status |
| Modifier and Type | Field and Description |
|---|---|
static int |
CSM_AUTH_ERROR |
static int |
CSM_AUTHENTICATION_ERROR |
static int |
CSM_DISCONNECT |
static int |
CSM_DONE |
static int |
CSM_DONE_MORE_OUTPUT_AVAILABLE |
static int |
CSM_ERROR |
static int |
CSM_FILE_IO_ERROR |
static int |
CSM_INTERNAL_PROCESSING_ERROR |
static int |
CSM_INVALID_CONTEXT |
static int |
CSM_INVALID_CTX_OPTIONS |
static int |
CSM_INVALID_INIT_OPTIONS |
static int |
CSM_MAX_ERROR |
static int |
CSM_MEM_ALLOC_ERROR |
static int |
CSM_MEM_FREE_ERROR |
static int |
CSM_MIN_ERROR |
static int |
CSM_MORE_INPUT_NEEDED |
static int |
CSM_MSG_OF_UNEXPECTED_TYPE |
static int |
CSM_NO_LOCAL_CREDENTIALS |
static int |
CSM_PROTOCOL_ERROR |
static long |
CSM_RECV_OK |
static long |
CSM_SEND_OK |
static int |
CSM_SENDTOPEER |
static int |
CSM_SENDTOPEER_MORE_OUTPUT_AVAILABLE |
static int |
CSM_UNSUPPORTED_FEATURE |
static int |
FUNCFAIL |
static int |
FUNCSUCC |
static java.lang.String |
INFORMIX_CSM_INTERFACE |
| Modifier and Type | Method and Description |
|---|---|
int |
ifxCsmAbortContext(java.lang.Object csmContext,
IfxCsm.AbortInfo abortInfo,
IfxCsm.Status status) |
int |
ifxCsmAcceptContext(java.lang.Object csmContext,
IfxCsm.Credentials cred,
IfxCsmReadBuffer inHandshake,
IfxCsmBuffer outHandShake,
java.lang.String contextInitString,
IfxCsm.Status status) |
int |
ifxCsmCreateContext(IfxCsm.Credentials cred,
IfxCsmReadBuffer inHandshake,
IfxCsmBuffer outHandShake,
java.lang.String contextInitString,
IfxCsm.Status status) |
long |
ifxCsmGetAttributeFlags(IfxCsm.Status status) |
int |
ifxCsmInit(java.lang.String csmInitString,
long flags,
IfxCsm.Status status) |
int |
ifxCsmProcessInMessage(IfxCsmReadBuffer inHandshake,
IfxCsmBuffer outHandShake,
IfxCsm.Status status) |
int |
ifxCsmProcessOutMessage(IfxCsmReadBuffer inHandshake,
IfxCsmBuffer outHandShake,
IfxCsm.Status status) |
int |
ifxCsmReleaseContext(IfxCsmReadBuffer inHandshake,
IfxCsmBuffer outHandShake,
IfxCsm.Status status) |
int |
ifxCsmTerminate(IfxCsm.Status status) |
static final java.lang.String INFORMIX_CSM_INTERFACE
static final long CSM_SEND_OK
static final long CSM_RECV_OK
static final int FUNCSUCC
static final int FUNCFAIL
static final int CSM_DONE
static final int CSM_DONE_MORE_OUTPUT_AVAILABLE
static final int CSM_SENDTOPEER
static final int CSM_SENDTOPEER_MORE_OUTPUT_AVAILABLE
static final int CSM_MORE_INPUT_NEEDED
static final int CSM_MIN_ERROR
static final int CSM_MAX_ERROR
static final int CSM_ERROR
static final int CSM_MEM_ALLOC_ERROR
static final int CSM_MEM_FREE_ERROR
static final int CSM_FILE_IO_ERROR
static final int CSM_INVALID_CONTEXT
static final int CSM_UNSUPPORTED_FEATURE
static final int CSM_INVALID_INIT_OPTIONS
static final int CSM_INVALID_CTX_OPTIONS
static final int CSM_DISCONNECT
static final int CSM_AUTH_ERROR
static final int CSM_INTERNAL_PROCESSING_ERROR
static final int CSM_PROTOCOL_ERROR
static final int CSM_MSG_OF_UNEXPECTED_TYPE
static final int CSM_NO_LOCAL_CREDENTIALS
static final int CSM_AUTHENTICATION_ERROR
int ifxCsmInit(java.lang.String csmInitString,
long flags,
IfxCsm.Status status)
throws IfxCsmException
IfxCsmExceptionint ifxCsmTerminate(IfxCsm.Status status) throws IfxCsmException
IfxCsmExceptionlong ifxCsmGetAttributeFlags(IfxCsm.Status status) throws IfxCsmException
IfxCsmExceptionint ifxCsmCreateContext(IfxCsm.Credentials cred, IfxCsmReadBuffer inHandshake, IfxCsmBuffer outHandShake, java.lang.String contextInitString, IfxCsm.Status status) throws IfxCsmException
IfxCsmExceptionint ifxCsmAcceptContext(java.lang.Object csmContext,
IfxCsm.Credentials cred,
IfxCsmReadBuffer inHandshake,
IfxCsmBuffer outHandShake,
java.lang.String contextInitString,
IfxCsm.Status status)
throws IfxCsmException
IfxCsmExceptionint ifxCsmProcessOutMessage(IfxCsmReadBuffer inHandshake, IfxCsmBuffer outHandShake, IfxCsm.Status status) throws IfxCsmException
IfxCsmExceptionint ifxCsmProcessInMessage(IfxCsmReadBuffer inHandshake, IfxCsmBuffer outHandShake, IfxCsm.Status status) throws IfxCsmException
IfxCsmExceptionint ifxCsmReleaseContext(IfxCsmReadBuffer inHandshake, IfxCsmBuffer outHandShake, IfxCsm.Status status) throws IfxCsmException
IfxCsmExceptionint ifxCsmAbortContext(java.lang.Object csmContext,
IfxCsm.AbortInfo abortInfo,
IfxCsm.Status status)
throws IfxCsmException
IfxCsmException