|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ccg.net.Dispatcher
public class Dispatcher
Not ready for prime time - please ignore for now.
class Example {
public void main(String[] args) {
com.ccg.net.Dispatcher o = new com.ccg.net.Dispatcher();
System.out.println(o);
}
}
| Constructor Summary | |
|---|---|
Dispatcher()
Initializes object to... |
|
| Method Summary | |
|---|---|
Exception |
add(Object toDispatchTo)
One line summary... |
Transport |
connect(Object client,
Lookup transportSettings)
One line 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. |
Thread |
startReceiving(Transport t)
One line summary... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dispatcher()
| Method Detail |
|---|
public Exception received(Transport from,
Object what)
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.
received in interface Receiverfrom - Where the object came from.o - Object that was sent.
Transport,
Dispatcherpublic Exception add(Object toDispatchTo)
arg1 - arg1-describearg2 - arg2-describe
exc - Why thrown
public Transport connect(Object client,
Lookup transportSettings)
arg1 - arg1-describearg2 - arg2-describe
exc - Why thrownpublic Thread startReceiving(Transport t)
arg1 - arg1-describearg2 - arg2-describe
exc - Why thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||