public class ServerType extends Object implements Comparable, Createable
| Modifier and Type | Field and Description |
|---|---|
static int |
CALLSERVER
Konstante, die den ServerTyp CallServer repraesentiert.
|
protected int |
id |
static int |
IRSEARCHSERVER
Konstante, die den ServerTyp ModelServer repraesentiert.
|
static int |
LOCALSERVER
Konstante, die den ServerTyp LocalServer repraesentiert.
|
static int |
MODELSERVER
Konstante, die den ServerTyp ModelServer repraesentiert.
|
protected String |
name |
static int |
NOT_PREDEFINED
Konstante, die den ServerTyp NOT_PREDEFINED für Servertypen welche nicht in den folgenden Konstanten
vorgesehen sind.*
|
static int |
PROTOCOLSERVER
Konstante, die den ServerTyp ProtocolServer repraesentiert.
|
protected static Hashtable |
typeStrings |
static int |
USERSERVER
Konstante, die den ServerTyp ProtocolServer repraesentiert.
|
| Constructor and Description |
|---|
ServerType(String name,
int id)
Creates a new ServerType object.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addType(int id,
String name)
DOCUMENT ME!
|
int |
compareTo(Object o)
DOCUMENT ME!
|
Object |
createObject(String constructorArgs,
String delimiter)
DOCUMENT ME!
|
static int[] |
getAllServerTypes()
DOCUMENT ME!
|
static String |
getBindString(int type)
DOCUMENT ME!
|
public static final int NOT_PREDEFINED
public static final int LOCALSERVER
registerServer,
unregisterServer, getServerIP
getServerIPs *public static final int CALLSERVER
registerServer,
unregisterServer,
getServerIP getServerIPs *public static final int PROTOCOLSERVER
registerServer,
unregisterServer,
getServerIP getServerIPs *public static final int USERSERVER
registerServer,
unregisterServer,
getServerIP getServerIPs *public static final int MODELSERVER
registerServer,
unregisterServer,
getServerIP getServerIPs *public static final int IRSEARCHSERVER
registerServer,
unregisterServer,
getServerIP getServerIPs *protected static final Hashtable typeStrings
protected int id
protected String name
public ServerType(String name, int id)
name - DOCUMENT ME!id - DOCUMENT ME!public static String getBindString(int type)
type - DOCUMENT ME!public int compareTo(Object o)
compareTo in interface Comparableo - DOCUMENT ME!public static int[] getAllServerTypes()
public static boolean addType(int id,
String name)
id - DOCUMENT ME!name - DOCUMENT ME!public Object createObject(String constructorArgs, String delimiter)
CreateablecreateObject in interface CreateableconstructorArgs - DOCUMENT ME!delimiter - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.