Package org.apache.uima.aae
Interface Channel
-
- All Known Subinterfaces:
InputChannel
,OutputChannel
- All Known Implementing Classes:
JmsInputChannel
,JmsOutputChannel
public interface Channel
-
-
Field Summary
Fields Modifier and Type Field Description static int
CloseAllChannels
static int
InputChannels
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
void
stop()
void
stop(int channelsToStop)
-
-
-
Field Detail
-
CloseAllChannels
static final int CloseAllChannels
- See Also:
- Constant Field Values
-
InputChannels
static final int InputChannels
- See Also:
- Constant Field Values
-
-