|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConnectionInfoCallback.Type>
com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
public static enum ConnectionInfoCallback.Type
Enum Constant Summary | |
---|---|
ADMIN
A connection from the tibemsadmin application, or from the EMS Admin API |
|
CLIENT
A connection from a Java, C or .Net EMS client. |
|
FT
A connection from another tibemsd, connecting as part of a fault tolerant pair. |
|
ROUTE
A connection from another tibemsd to set up a route. |
Method Summary | |
---|---|
static ConnectionInfoCallback.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConnectionInfoCallback.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConnectionInfoCallback.Type CLIENT
public static final ConnectionInfoCallback.Type ADMIN
public static final ConnectionInfoCallback.Type FT
public static final ConnectionInfoCallback.Type ROUTE
Method Detail |
---|
public static ConnectionInfoCallback.Type[] values()
for (ConnectionInfoCallback.Type c : ConnectionInfoCallback.Type.values()) System.out.println(c);
public static ConnectionInfoCallback.Type 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 name
java.lang.NullPointerException
- if the argument is null
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |