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.
|
String |
getParentIdentifier()
Returns the unique identifier of the parent ConnectionGroup for
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.
|
void |
setParentIdentifier(String parentIdentifier)
Sets the unique identifier of the parent ConnectionGroup for
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
name
- The name to assign.public String getIdentifier()
Connection
getIdentifier
in interface Connection
public void setIdentifier(String identifier)
Connection
setIdentifier
in interface Connection
identifier
- The identifier to assign.public String getParentIdentifier()
Connection
getParentIdentifier
in interface Connection
public void setParentIdentifier(String parentIdentifier)
Connection
setParentIdentifier
in interface Connection
parentIdentifier
- The unique identifier of the parent
ConnectionGroup for this Connection.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.