public interface ConnectionGroup extends Identifiable, Connectable, Attributes
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionGroup.Type
All legal types of connection group.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getConnectionGroupIdentifiers()
Returns the identifiers of all readable connection groups that are
children of this connection group.
|
Set<String> |
getConnectionIdentifiers()
Returns the identifiers of all readable connections that are children
of this connection group.
|
String |
getName()
Returns the name assigned to this ConnectionGroup.
|
String |
getParentIdentifier()
Returns the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.
|
ConnectionGroup.Type |
getType()
Returns the type of this connection.
|
void |
setName(String name)
Sets the name assigned to this ConnectionGroup.
|
void |
setParentIdentifier(String parentIdentifier)
Sets the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.
|
void |
setType(ConnectionGroup.Type type)
Set the type of this ConnectionGroup.
|
getIdentifier, setIdentifier
connect, getActiveConnections
getAttributes, setAttributes
String getName()
void setName(String name)
name
- The name to assign.String getParentIdentifier()
void setParentIdentifier(String parentIdentifier)
parentIdentifier
- The unique identifier of the parent
ConnectionGroup for this ConnectionGroup.void setType(ConnectionGroup.Type type)
type
- The type of this ConnectionGroup.ConnectionGroup.Type getType()
Set<String> getConnectionIdentifiers() throws org.apache.guacamole.GuacamoleException
org.apache.guacamole.GuacamoleException
- If an error occurs while retrieving the identifiers.Set<String> getConnectionGroupIdentifiers() throws org.apache.guacamole.GuacamoleException
org.apache.guacamole.GuacamoleException
- If an error occurs while retrieving the identifiers.Copyright © 2018. All rights reserved.