Uses of Class
org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngineCommon_impl.ClientState
-
Packages that use BaseUIMAAsynchronousEngineCommon_impl.ClientState Package Description org.apache.uima.adapter.jms.client -
-
Uses of BaseUIMAAsynchronousEngineCommon_impl.ClientState in org.apache.uima.adapter.jms.client
Fields in org.apache.uima.adapter.jms.client declared as BaseUIMAAsynchronousEngineCommon_impl.ClientState Modifier and Type Field Description protected BaseUIMAAsynchronousEngineCommon_impl.ClientState
BaseUIMAAsynchronousEngineCommon_impl. state
Methods in org.apache.uima.adapter.jms.client that return BaseUIMAAsynchronousEngineCommon_impl.ClientState Modifier and Type Method Description static BaseUIMAAsynchronousEngineCommon_impl.ClientState
BaseUIMAAsynchronousEngineCommon_impl.ClientState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseUIMAAsynchronousEngineCommon_impl.ClientState[]
BaseUIMAAsynchronousEngineCommon_impl.ClientState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-