public static enum BBjAdminServer.ServerType extends java.lang.Enum<BBjAdminServer.ServerType>
Enum Constant and Description |
---|
ADMIN |
BRIDGE |
ENTERPRISE_ACTOR |
FILESYSTEM |
INTERPRETER |
PORT_REQUEST |
PRO5DS |
PROXY_MANAGER |
SQL |
STATUS |
TERMINAL |
THIN_CLIENT |
THIN_CLIENT_PROXY |
WEB |
XCALL |
Modifier and Type | Method and Description |
---|---|
static BBjAdminServer.ServerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BBjAdminServer.ServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BBjAdminServer.ServerType ADMIN
public static final BBjAdminServer.ServerType BRIDGE
public static final BBjAdminServer.ServerType ENTERPRISE_ACTOR
public static final BBjAdminServer.ServerType FILESYSTEM
public static final BBjAdminServer.ServerType INTERPRETER
public static final BBjAdminServer.ServerType PORT_REQUEST
public static final BBjAdminServer.ServerType PRO5DS
public static final BBjAdminServer.ServerType PROXY_MANAGER
public static final BBjAdminServer.ServerType SQL
public static final BBjAdminServer.ServerType STATUS
public static final BBjAdminServer.ServerType TERMINAL
public static final BBjAdminServer.ServerType THIN_CLIENT_PROXY
public static final BBjAdminServer.ServerType THIN_CLIENT
public static final BBjAdminServer.ServerType WEB
public static final BBjAdminServer.ServerType XCALL
public static BBjAdminServer.ServerType[] values()
for (BBjAdminServer.ServerType c : BBjAdminServer.ServerType.values()) System.out.println(c);
public static BBjAdminServer.ServerType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null