Package org.apache.uima.aae
Interface InputChannel
- All Superinterfaces:
Channel
- All Known Implementing Classes:
JmsInputChannel
-
Field Summary
Fields inherited from interface org.apache.uima.aae.Channel
CloseAllChannels, InputChannels
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ackMessage
(MessageContext aMessageContext) void
createListener
(String aDelegateKey, Endpoint endpointToUpdate) void
destroyListener
(String anEndpointName, String aDelegateKey) int
int
boolean
boolean
isListenerForDestination
(String anEndpointName) boolean
void
removeDelegateFromFailedList
(String aDelegateKey) void
setServerUri
(String aServerUri) void
void
-
Method Details
-
getSessionAckMode
int getSessionAckMode() -
ackMessage
-
getServerUri
String getServerUri() -
setServerUri
-
getInputQueueName
String getInputQueueName() -
getServiceInfo
ServiceInfo getServiceInfo() -
isStopped
boolean isStopped() -
getConcurrentConsumerCount
int getConcurrentConsumerCount() -
destroyListener
-
createListener
- Throws:
Exception
-
isFailed
-
isListenerForDestination
-
removeDelegateFromFailedList
-
setTerminating
void setTerminating() -
terminate
void terminate()
-