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.
|
String |
getSharingProfileIdentifier()
Returns the identifier of the sharing profile that was used to access the
connection associated with this connection record.
|
String |
getSharingProfileName()
Returns the name of the sharing profile that was used to access the
connection associated with this connection record.
|
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()
String getSharingProfileIdentifier()
String getSharingProfileName()
Date getStartDate()
Date getEndDate()
String getRemoteHost()
String getUsername()
boolean isActive()
Copyright © 2016. All rights reserved.