public interface ConnectionRecord
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionIdentifier()
Returns the identifier of the connection associated with this
connection record.
|
String |
getConnectionName()
Returns the name of the connection associated with this connection
record.
|
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.
|
String getConnectionIdentifier()
String getConnectionName()
Date getStartDate()
Date getEndDate()
String getRemoteHost()
String getUsername()
boolean isActive()
Copyright © 2015. All rights reserved.