org.apache.uima.aae
Interface Channel

All Known Subinterfaces:
InputChannel, OutputChannel
All Known Implementing Classes:
JmsInputChannel, JmsOutputChannel

public interface Channel


Field Summary
static int CloseAllChannels
           
static int InputChannels
           
 
Method Summary
 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
Method Detail

stop

void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop(int channelsToStop)
          throws java.lang.Exception
Throws:
java.lang.Exception

getName

java.lang.String getName()


Copyright © 2011. All Rights Reserved.