public class RpcProtocolEXAMPLE extends RpcProtocol
_corr, members
down_handler, down_prot, down_queue, down_thread, down_thread_prio, log, observer, props, stack, stats, up_handler, up_prot, up_queue, up_thread, up_thread_prio
Constructor and Description |
---|
RpcProtocolEXAMPLE() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
bar(int a,
int b) |
void |
foo() |
java.lang.String |
getName() |
boolean |
handleDownEvent(Event evt)
Callback.
|
boolean |
handleUpEvent(Event evt)
Callback.
|
callRemoteMethod, callRemoteMethod, callRemoteMethod, callRemoteMethod, callRemoteMethods, callRemoteMethods, callRemoteMethods, handle
castMessage, down, sendMessage, start, stop, up, updateView
destroy, downThreadEnabled, dumpStats, enableStats, getDownProtocol, getDownQueue, getProperties, getUpProtocol, getUpQueue, handleSpecialDownEvent, init, passDown, passUp, printStats, providedDownServices, providedUpServices, receiveDownEvent, receiveUpEvent, requiredDownServices, requiredUpServices, resetStats, setDownProtocol, setObserver, setProperties, setPropertiesInternal, setProtocolStack, setUpProtocol, startDownHandler, startUpHandler, statsEnabled, stopInternal, upThreadEnabled
public java.lang.String getName()
getName
in class RpcProtocol
public void foo()
public java.lang.Object bar(int a, int b)
public boolean handleUpEvent(Event evt)
Do not use PassUp
in this method as the event is passed up
by default by the superclass after this method returns !
handleUpEvent
in class RpcProtocol
public boolean handleDownEvent(Event evt)
Do not use PassDown
in this method as the event is passed down
by default by the superclass after this method returns !
handleDownEvent
in class RpcProtocol
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.