com.sap.workspaces.module

Class LockInfo.LockState

java.lang.Object
  extended by com.sap.workspaces.module.LockInfo.LockState
Enclosing class:
LockInfo

public static class LockInfo.LockState
extends Object

Represents the locking status of the module


Field Summary
static LockInfo.LockState EXISTING_LOCK
          The lock on the module for the current user has been renewed
static LockInfo.LockState MODULE_IS_LOCKED
          The module is currently locked by another user
static LockInfo.LockState NEW_LOCK
          The module is locked by the current user for the first time
static LockInfo.LockState NO_LOCK
          The module is not locked
 
Method Summary
 int getState()
          Returns the locking status of the module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_LOCK

public static LockInfo.LockState NO_LOCK
The module is not locked


NEW_LOCK

public static LockInfo.LockState NEW_LOCK
The module is locked by the current user for the first time


EXISTING_LOCK

public static LockInfo.LockState EXISTING_LOCK
The lock on the module for the current user has been renewed


MODULE_IS_LOCKED

public static LockInfo.LockState MODULE_IS_LOCKED
The module is currently locked by another user

Method Detail

getState

public int getState()
Returns the locking status of the module



Copyright 2011 SAP AG Complete Copyright Notice