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