Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcViewAccessInfo.EventInfo

Enclosing interface:
CcViewAccessInfo

public static interface CcViewAccessInfo.EventInfo

EventInfo provides an interface for retrieving information related to a particular access event for a ClearCase view. This information includes the event date, user, group, and host.


Method Summary
 Date getDate()
          Get the date on which the event represented by this EventInfo object occurred.
 String getGroupName()
          Get the group of the user associated with the event represented by this EventInfo object.
 String getHostName()
          Get the host name associated with the event represented by this EventInfo object.
 String getUserName()
          Get the name of the user associated with the event represented by this EventInfo object.
 

Method Detail

getDate

Date getDate()
Get the date on which the event represented by this EventInfo object occurred.

Returns:
date of event

getGroupName

String getGroupName()
Get the group of the user associated with the event represented by this EventInfo object.

Returns:
group of user associated with the event

getHostName

String getHostName()
Get the host name associated with the event represented by this EventInfo object.

Returns:
name of the host associated with the event

getUserName

String getUserName()
Get the name of the user associated with the event represented by this EventInfo object.

Returns:
name of user associated with the event

Generated Tue 19-Apr-2011 10:16 PM

Copyright © IBM 2011. All rights reserved.