jtge.engine.io
Interface IOutput

All Superinterfaces:
IConsumer
All Known Implementing Classes:
Output

public interface IOutput
extends IConsumer

Defines an output.

An output writes commands to a given destination synchronously, e.g. in a blocking mode.

Version:
$Revision: 1.3 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 void close()
          Close the output.
 boolean isClosed()
          Check whether the output is closed or not.
 
Methods inherited from interface jtge.engine.handler.IConsumer
handle
 

Method Detail

close

public void close()
Close the output.

This method must be callable from a thread while another one consumes the command.


isClosed

public boolean isClosed()
Check whether the output is closed or not.

Returns:
current close status.


Copyright © 2003-2005 . All Rights Reserved.