GUAC-1132: Add identifier to connection records.

This commit is contained in:
Michael Jumper
2015-03-16 16:11:20 -07:00
parent 3a4f6b85dd
commit 5cf48c7498
5 changed files with 43 additions and 0 deletions

View File

@@ -33,6 +33,16 @@ import org.glyptodon.guacamole.net.GuacamoleSocket;
*/
public interface ConnectionRecord {
/**
* Returns the identifier of the connection associated with this connection
* record.
*
* @return
* The identifier of the connection associated with this connection
* record.
*/
public String getIdentifier();
/**
* Returns the date and time the connection began.
*