|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.messages.ServerMessage
be.SIRAPRISE.messages.ServerInputMessage
be.SIRAPRISE.messages.StartTransactionMessage
public abstract class StartTransactionMessage
Method Summary | |
---|---|
byte[] |
getSignature()
Gets the signature computed by the user |
java.lang.String |
getUserAuthenticationAlgorithm()
Gets the name of the user authentication algorithm to be used by the server if the decides that it will do user authentication itself |
java.lang.String |
getUserID()
Gets The identification of the user owning the new transaction |
boolean |
isAutoCommit()
Checks whether, for read-only transactions, the read locks acquired by the server can be released after each individual statement executed by the transaction |
boolean |
isCaptureDDL()
Gets the flag indicating whether the server's DDL capture facility should be activated for this transaction |
boolean |
isReadOnlyTransaction()
Checks whether or not the new transaction is a read-only one, i.e. whether it will or will not attempt updates to the database |
boolean |
isUserAuthenticatedByClient()
Gets the flag indicating whether the user identified by getUserID() has been authenticated by the client, meaning that if the server trusts the client, the server needn't do user authentication of its own. |
Methods inherited from class be.SIRAPRISE.messages.ServerMessage |
---|
getMessageTypeID, readMessage, sendMessage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final byte[] getSignature()
public final java.lang.String getUserAuthenticationAlgorithm()
public final java.lang.String getUserID()
public final boolean isAutoCommit()
public final boolean isCaptureDDL()
public final boolean isReadOnlyTransaction()
public final boolean isUserAuthenticatedByClient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |