Uses of Class
org.teiid.adminapi.Request.ThreadState
-
Packages that use Request.ThreadState Package Description org.teiid.adminapi org.teiid.adminapi.impl -
-
Uses of Request.ThreadState in org.teiid.adminapi
Methods in org.teiid.adminapi that return Request.ThreadState Modifier and Type Method Description Request.ThreadStateRequestBean. getThreadState()static Request.ThreadStateRequest.ThreadState. valueOf(String name)Returns the enum constant of this type with the specified name.static Request.ThreadState[]Request.ThreadState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Request.ThreadState in org.teiid.adminapi.impl
Methods in org.teiid.adminapi.impl that return Request.ThreadState Modifier and Type Method Description Request.ThreadStateRequestMetadata. getThreadState()Methods in org.teiid.adminapi.impl with parameters of type Request.ThreadState Modifier and Type Method Description voidRequestMetadata. setThreadState(Request.ThreadState threadState)
-