Package | Description |
---|---|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
Modifier and Type | Method and Description |
---|---|
StartTransactionMessage |
StartTransactionMessageType.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature)
Deprecated.
deprecated
|
StartTransactionMessage |
StartTransactionMessageType.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit)
Deprecated.
deprecated
|
StartTransactionMessage |
StartTransactionMessageType.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL)
Deprecated.
deprecated
|
StartTransactionMessage |
StartTransactionMessageTypeV1_0.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL,
SnapShotIsolationMode snapShotIsolationMode) |
StartTransactionMessage |
StartTransactionMessageTypeV1_2.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL,
SnapShotIsolationMode snapShotIsolationMode) |
abstract StartTransactionMessage |
StartTransactionMessageType.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL,
SnapShotIsolationMode snapShotIsolationMode)
Factory method for getting a StartTransactionMessage of this MessageType's version, holding the given data
|
StartTransactionMessage |
StartTransactionMessageTypeV1_3.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL,
SnapShotIsolationMode snapShotIsolationMode) |
StartTransactionMessage |
StartTransactionMessageTypeV1_1.message(java.lang.String userID,
boolean userAuthenticatedByClient,
java.lang.String signatureAlgorithm,
byte[] signature,
boolean readOnlyTransaction,
boolean autoCommit,
DDLCapture captureDDL,
SnapShotIsolationMode snapShotIsolationMode) |