Uses of Enum Class
com.sas.iom.orb.ThreadPoolEvent.Type
Packages that use ThreadPoolEvent.Type
-
Uses of ThreadPoolEvent.Type in com.sas.iom.orb
Methods in com.sas.iom.orb that return ThreadPoolEvent.TypeModifier and TypeMethodDescriptionThreadPoolEvent.getType()Get the ThreadPoolEvent type.static ThreadPoolEvent.TypeThreadPoolEvent.Type.valueOf(String name) Returns the enum constant of this class with the specified name.static ThreadPoolEvent.Type[]ThreadPoolEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.iom.orb with parameters of type ThreadPoolEvent.TypeModifierConstructorDescriptionThreadPoolEvent(ThreadPool threadPool, ThreadPoolEvent.Type type) Construct a ThreadPoolEvent of a certain type.