public interface ConnectionRecord
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Returns the date and time the connection ended, if applicable.
|
Date |
getStartDate()
Returns the date and time the connection began.
|
String |
getUsername()
Returns the name of the user who used or is using the connection at the
times given by this connection record.
|
boolean |
isActive()
Returns whether the connection associated with this record is still
active.
|
Date getStartDate()
Date getEndDate()
String getUsername()
boolean isActive()
Copyright © 2013. All Rights Reserved.