|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--JavaGroups.JavaStack.Protocol
|
+--JavaGroups.JavaStack.MessageProtocol
|
+--JavaGroups.JavaStack.RpcProtocol
|
+--JavaGroups.JavaStack.Protocols.RpcProtocolEXAMPLE
| Constructor Summary | |
RpcProtocolEXAMPLE()
|
|
| Method Summary | |
java.lang.Object |
bar(int a,
int b)
|
void |
foo()
|
java.lang.String |
GetName()
|
boolean |
HandleDownEvent(Event evt)
Callback. |
boolean |
HandleUpEvent(Event evt)
Callback. |
| Methods inherited from class JavaGroups.JavaStack.RpcProtocol |
CallRemoteMethod,
CallRemoteMethod,
CallRemoteMethod,
CallRemoteMethod,
CallRemoteMethod,
CallRemoteMethod,
CallRemoteMethod,
CallRemoteMethods,
CallRemoteMethods,
CallRemoteMethods,
CallRemoteMethods,
CallRemoteMethods,
CallRemoteMethods,
CallRemoteMethods,
Handle |
| Methods inherited from class JavaGroups.JavaStack.MessageProtocol |
CastMessage,
Down,
SendMessage,
Up |
| Methods inherited from class JavaGroups.JavaStack.Protocol |
GetDownProtocol,
GetProperties,
GetUpProtocol,
PassDown,
PassUp,
ProvidedDownServices,
ProvidedUpServices,
RequiredDownServices,
RequiredUpServices,
Reset,
SetDownProtocol,
SetProperties,
SetProtocolStack,
SetUpProtocol,
StartDownHandler,
StartUpHandler,
StopInternal |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RpcProtocolEXAMPLE()
| Method Detail |
public java.lang.String GetName()
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 !
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 !
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||