Interface ClientControl.SessionLockDetails
- Enclosing interface:
- ClientControl
public static interface ClientControl.SessionLockDetails
Provides details of a session lock.
- Since:
- 6.12
-
Method Summary
Modifier and TypeMethodDescriptionlong
sequence()
Returns the lock sequence number.Returns the name of the server that the session holding the lock is connected to.Returns the session identifier of the session that holds the lock.
-
Method Details
-
serverName
String serverName()Returns the name of the server that the session holding the lock is connected to.- Returns:
- the server name
-
sessionId
SessionId sessionId()Returns the session identifier of the session that holds the lock.- Returns:
- the session holding the lock
-
sequence
long sequence()Returns the lock sequence number.- Returns:
- lock sequence number
-