| Modifier and Type | Field and Description | 
|---|---|
| static HubServiceMode | CLIENT_GUIHub mode with a GUI representation of connected clients. | 
| static HubServiceMode | FACADEHub Mode which piggy-backs on an existing hub using
  the default client profile. | 
| static HubServiceMode | MESSAGE_GUIHub mode with a GUI representation of clients and messages. | 
| static HubServiceMode | NO_GUIHub 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.