railo.runtime.lock
Interface LockData


public interface LockData

lock data


Method Summary
 int getId()
           
 java.lang.String getName()
           
 boolean isReadOnly()
          is type of token read only
 

Method Detail

isReadOnly

public boolean isReadOnly()
is type of token read only

Returns:
is read only

getId

public int getId()
Returns:
Returns the id.

getName

public java.lang.String getName()
Returns:
Returns the name.