jgroup.relacs.gmi.protocols
Class Anycast

java.lang.Object
  extended by jgroup.relacs.gmi.protocols.BasicDispatcher
      extended by jgroup.relacs.gmi.protocols.Anycast
All Implemented Interfaces:
ProtocolDispatcher

public class Anycast
extends BasicDispatcher

Anycast represents a protocol that dispatch method invocations received through the local endpoint to the local server. It is simply a wrapper around the BasicDispatcher which actually implement the dispatcher functionality which is common for many of the other protocols as well.

Author:
Hein Meling

Constructor Summary
Anycast(GroupInvocationDispatcher dispatcher)
           
 
Method Summary
 
Methods inherited from class jgroup.relacs.gmi.protocols.BasicDispatcher
dispatch, getIdentifier, setServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Anycast

public Anycast(GroupInvocationDispatcher dispatcher)


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.