mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1193 Add required connection name property to connection record.
This commit is contained in:
		| @@ -41,6 +41,15 @@ public interface ConnectionRecord { | ||||
|      *     record. | ||||
|      */ | ||||
|     public String getConnectionIdentifier(); | ||||
|      | ||||
|     /** | ||||
|      * Returns the name of the connection associated with this connection | ||||
|      * record. | ||||
|      * | ||||
|      * @return | ||||
|      *     The name of the connection associated with this connection record. | ||||
|      */ | ||||
|     public String getConnectionName(); | ||||
|  | ||||
|     /** | ||||
|      * Returns the date and time the connection began. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user