public abstract class AbstractConnection extends Object implements Connection
Constructor and Description |
---|
AbstractConnection() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
GuacamoleConfiguration |
getConfiguration()
Returns the GuacamoleConfiguration associated with this Connection.
|
String |
getIdentifier()
Returns the unique identifier assigned to this Connection.
|
String |
getName()
Returns the name assigned to this Connection.
|
int |
hashCode() |
void |
setConfiguration(GuacamoleConfiguration configuration)
Sets the GuacamoleConfiguration associated with this Connection.
|
void |
setIdentifier(String identifier)
Sets the identifier assigned to this Connection.
|
void |
setName(String name)
Sets the name assigned to this Connection.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
connect, getHistory
public String getName()
Connection
getName
in interface Connection
public void setName(String name)
Connection
setName
in interface Connection
public String getIdentifier()
Connection
getIdentifier
in interface Connection
public void setIdentifier(String identifier)
Connection
setIdentifier
in interface Connection
identifier
- The identifier to assign.public GuacamoleConfiguration getConfiguration()
Connection
getConfiguration
in interface Connection
public void setConfiguration(GuacamoleConfiguration configuration)
Connection
setConfiguration
in interface Connection
configuration
- The GuacamoleConfiguration to associate with this
Connection.Copyright © 2016. All Rights Reserved.