Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcFileAreaLockedCallback.CcFileAreaLockInfo

Enclosing interface:
CcFileAreaLockedCallback

public static interface CcFileAreaLockedCallback.CcFileAreaLockInfo

Information about a file area lock.


Method Summary
 Date getCreationDate()
          Get the date object was locked.
 String getHostName()
          Get the hostname of the user who set the lock.
 CcView getView()
          Get the locked view.
 

Method Detail

getCreationDate

Date getCreationDate()
Get the date object was locked.

Returns:
Date the lock was applied.

getHostName

String getHostName()
Get the hostname of the user who set the lock.

Returns:
String the hostname

getView

CcView getView()
Get the locked view.

Returns:
the locked view

Generated Tue 26-Jul-2016 10:54 PM

Copyright © IBM 2016. All rights reserved.