Enum Class CometBridgeRemote.InternalCall
java.lang.Object
java.lang.Enum<CometBridgeRemote.InternalCall>
com.priint.pubserver.comet.bridge.CometBridgeRemote.InternalCall
- All Implemented Interfaces:
Serializable,Comparable<CometBridgeRemote.InternalCall>,Constable
- Enclosing interface:
- CometBridgeRemote
The enum Internal call.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionActivate trace internal call.Deactivate trace internal call.End transaction internal call.Get newid internal call.Get trace status internal call.Session mode internal call.Start transaction internal call. -
Method Summary
Modifier and TypeMethodDescriptionGets command.Returns the enum constant of this class with the specified name.static CometBridgeRemote.InternalCall[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SESSION_MODE
Session mode internal call. -
GET_NEWID
Get newid internal call. -
START_TRANSACTION
Start transaction internal call. -
END_TRANSACTION
End transaction internal call. -
ACTIVATE_TRACE
Activate trace internal call. -
GET_TRACE_STATUS
Get trace status internal call. -
DEACTIVATE_TRACE
Deactivate trace internal call.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getCommand
Gets command.- Returns:
- the command
-