public interface ConnectionRecord
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Returns the date and time the connection ended, if applicable.
|
String |
getRemoteHost()
Returns the hostname or IP address of the remote host that used the
connection associated with this record, if known.
|
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 getRemoteHost()
String getUsername()
boolean isActive()
Copyright © 2015. All rights reserved.