public interface ActivityRecord
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Returns the date and time the activity ended, if applicable.
|
String |
getRemoteHost()
Returns the hostname or IP address of the remote host that performed the
activity associated with this record, if known.
|
Date |
getStartDate()
Returns the date and time the activity began.
|
String |
getUsername()
Returns the name of the user who performed or is performing the activity
at the times given by this record.
|
boolean |
isActive()
Returns whether the activity associated with this record is still
ongoing.
|
Date getStartDate()
Date getEndDate()
String getRemoteHost()
String getUsername()
boolean isActive()
Copyright © 2018. All rights reserved.