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 Mon 30-Jan-2017 04:26 PM

Copyright © IBM 2017. All rights reserved.