org.glyptodon.guacamole.net.auth
public abstract class AbstractConnection extends Object implements Connection
| Constructor and Description |
|---|
AbstractConnection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.glyptodon.guacamole.protocol.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(org.glyptodon.guacamole.protocol.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, waitconnect, getHistorypublic String getName()
ConnectiongetName in interface Connectionpublic void setName(String name)
ConnectionsetName in interface Connectionname - The name to assign.public String getIdentifier()
ConnectiongetIdentifier in interface Connectionpublic void setIdentifier(String identifier)
ConnectionsetIdentifier in interface Connectionidentifier - The identifier to assign.public String getParentIdentifier()
ConnectiongetParentIdentifier in interface Connectionpublic void setParentIdentifier(String parentIdentifier)
ConnectionsetParentIdentifier in interface ConnectionparentIdentifier - The unique identifier of the parent
ConnectionGroup for this Connection.public org.glyptodon.guacamole.protocol.GuacamoleConfiguration getConfiguration()
ConnectiongetConfiguration in interface Connectionpublic void setConfiguration(org.glyptodon.guacamole.protocol.GuacamoleConfiguration configuration)
ConnectionsetConfiguration in interface Connectionconfiguration - The GuacamoleConfiguration to associate with this
Connection.Copyright © 2014. All Rights Reserved.