com.ccg.net
Interface Receiver

All Known Implementing Classes:
Dispatcher

public interface Receiver

Not ready for prime time - please ignore for now.

 class Example {
   public void main(String[] args) {
     com.ccg.net.Receiver o = new com.ccg.net.Receiver();
          System.out.println(o);
   }
 }
 

Since:
1.0
Version:
$Revision: 1.3 $
Author:
$Author: pkb $ *see [class][#method]|Text

Method Summary
 Exception received(Transport from, Object what)
          What to do with an Object received from a Transport This method handles the processing of objects which are received by a Transport.
 

Method Detail

received

Exception received(Transport from,
                   Object what)
What to do with an Object received from a Transport This method handles the processing of objects which are received by a Transport. The actual processing is left up to the implementer.

Parameters:
from - Where the object came from.
o - Object that was sent.
Returns:
null if everything went well. However if a problem occurred during processing, an Exception object will be returned indicating what went wrong.
Since:
1.0
See Also:
Transport, Dispatcher


Copyright 1998-1998-2006 null. All Rights Reserved.