org.eclipse.net4j.signal
Class Indication

java.lang.Object
  extended by org.eclipse.net4j.signal.Signal
      extended by org.eclipse.net4j.signal.SignalReactor
          extended by org.eclipse.net4j.signal.Indication
All Implemented Interfaces:
java.lang.Runnable

public abstract class Indication
extends SignalReactor


Constructor Summary
protected Indication()
           
 
Method Summary
protected  void execute(BufferInputStream in, BufferOutputStream out)
           
protected abstract  void indicating(ExtendedDataInputStream in)
           
 
Methods inherited from class org.eclipse.net4j.signal.SignalReactor
toString
 
Methods inherited from class org.eclipse.net4j.signal.Signal
finishInputStream, finishOutputStream, getBufferInputStream, getBufferOutputStream, getCorrelationID, getProtocol, getSignalID, run, runSync, wrapInputStream, wrapOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Indication

protected Indication()
Method Detail

execute

protected final void execute(BufferInputStream in,
                             BufferOutputStream out)
                      throws java.lang.Exception
Specified by:
execute in class Signal
Throws:
java.lang.Exception

indicating

protected abstract void indicating(ExtendedDataInputStream in)
                            throws java.io.IOException
Throws:
java.io.IOException

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.