All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.JavaStack.Protocols.RpcProtocolEXAMPLE

java.lang.Object
   |
   +----JavaGroups.JavaStack.Protocol
           |
           +----JavaGroups.JavaStack.MessageProtocol
                   |
                   +----JavaGroups.JavaStack.RpcProtocol
                           |
                           +----JavaGroups.JavaStack.Protocols.RpcProtocolEXAMPLE

public class RpcProtocolEXAMPLE
extends RpcProtocol

Constructor Index

 o RpcProtocolEXAMPLE()

Method Index

 o bar(int, int)
 o foo()
 o GetName()
 o HandleDownEvent(Event)
Callback.
 o HandleUpEvent(Event)
Callback.

Constructors

 o RpcProtocolEXAMPLE
 public RpcProtocolEXAMPLE()

Methods

 o GetName
 public String GetName()
Overrides:
GetName in class RpcProtocol
 o foo
 public void foo()
 o bar
 public Object bar(int a,
                   int b)
 o HandleUpEvent
 public boolean HandleUpEvent(Event evt)
Callback. Called by superclass when event may be handled.

Do not use PassUp in this method as the event is passed up by default by the superclass after this method returns !

Returns:
boolean Defaults to true. If false, event will not be passed up the stack.
Overrides:
HandleUpEvent in class RpcProtocol
 o HandleDownEvent
 public boolean HandleDownEvent(Event evt)
Callback. Called by superclass when event may be handled.

Do not use PassDown in this method as the event is passed down by default by the superclass after this method returns !

Returns:
boolean Defaults to true. If false, event will not be passed down the stack.
Overrides:
HandleDownEvent in class RpcProtocol

All Packages  Class Hierarchy  This Package  Previous  Next  Index