Package com.iizix.virtual
Enum Class ThreadGroupType
- All Implemented Interfaces:
Serializable
,Comparable<ThreadGroupType>
,Constable
Enumeration indicating the type of thread group.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Enum ConstantDescriptionAn application session.A client session.A receiving end-point in the serverServer session with another server used e.g.The system threads are always non-virtual by default, allocated depending on the number of CPUs and Cores available.A VirtualSpace Viewer session for development servers.The Web Server.Method Summary
Modifier and TypeMethodDescriptionstatic ThreadGroupType
Returns the enum constant of this class with the specified name.static ThreadGroupType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
SYSTEM
The system threads are always non-virtual by default, allocated depending on the number of CPUs and Cores available. The thread group can can also create virtual threads.SERVER_SESSION
Server session with another server used e.g. for load balancing or systems management.WEB_SERVER
The Web Server.SERVER_END_POINT
A receiving end-point in the serverAPP_SESSION
An application session.CLIENT_SESSION
A client session.VSVIEWER_SESSION
A VirtualSpace Viewer session for development servers.
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