public class RpcProtocolEXAMPLE extends RpcProtocol
_corr, membersdown_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, handlecastMessage, down, sendMessage, start, stop, up, updateViewdestroy, 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, upThreadEnabledpublic java.lang.String getName()
getName in class RpcProtocolpublic 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 RpcProtocolpublic 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 RpcProtocolCopyright ? 1998-2006 Bela Ban. All Rights Reserved.