Modifier and Type | Field and Description |
---|---|
static HubServiceMode |
CLIENT_GUI
Hub mode with a GUI representation of connected clients.
|
static HubServiceMode |
FACADE
Hub Mode which piggy-backs on an existing hub using
the default client profile.
|
static HubServiceMode |
MESSAGE_GUI
Hub mode with a GUI representation of clients and messages.
|
static HubServiceMode |
NO_GUI
Hub mode with no GUI representation of hub operations.
|
Modifier and Type | Method and Description |
---|---|
static HubServiceMode[] |
getAvailableModes()
Returns an array of the hub modes which can actually be used.
|
static HubServiceMode |
getModeFromName(String name)
Returns one of the known modes which has a name as given.
|
String |
toString() |
public static final HubServiceMode NO_GUI
public static final HubServiceMode CLIENT_GUI
public static HubServiceMode MESSAGE_GUI
public static HubServiceMode FACADE
public static HubServiceMode getModeFromName(String name)
name
- mode name (case-insensitive)public static HubServiceMode[] getAvailableModes()
Copyright © 2008–2024. All rights reserved.