Uses of Class
com.compuware.api.topaz.jes.JESQueue
-
Packages that use JESQueue Package Description com.compuware.api.topaz.jes Provides classes and exceptions related to JES. -
-
Uses of JESQueue in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes that return JESQueue Modifier and Type Method Description JESQueue
IJob. getJESQueue()
Returns the JES queue of this job.static JESQueue
JESQueue. valueOf(String name)
Returns the enum constant of this type with the specified name.static JESQueue[]
JESQueue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-