|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnathan.middleware.Dispatcher
public class Dispatcher
Dispatcher is used call call the correct method on the skeleton of the remote object. By using reflection the correct method is located on the skeleton object.
Constructor Summary | |
---|---|
Dispatcher()
|
Method Summary | |
---|---|
Message |
dispatchMessage(Message message)
dispatch the message calls the correct method of the skeleton class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dispatcher()
Method Detail |
---|
public Message dispatchMessage(Message message)
message
- The message to be passed to the skeleton.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |