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 SummaryEnum ConstantsEnum 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 SummaryModifier and TypeMethodDescription- static ThreadGroupTypeReturns 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- SYSTEMThe 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_SESSIONServer session with another server used e.g. for load balancing or systems management.
- WEB_SERVERThe Web Server.
- SERVER_END_POINTA receiving end-point in the server
- APP_SESSIONAn application session.
- CLIENT_SESSIONA client session.
- VSVIEWER_SESSIONA VirtualSpace Viewer session for development servers.
 
- Method Details- valuesReturns 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
 
- valueOfReturns 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 name
- NullPointerException- if the argument is null