org.objectweb.carol.cmi
Class StubLB

java.lang.Object
  |
  +--org.objectweb.carol.cmi.StubLB
Direct Known Subclasses:
Random, RoundRobin

public abstract class StubLB
extends java.lang.Object

Author:
nieuviar

Constructor Summary
StubLB()
           
 
Method Summary
abstract  java.rmi.Remote get()
           
abstract  java.rmi.Remote get(StubLBFilter f)
           
abstract  void remove(java.rmi.Remote stub)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubLB

public StubLB()
Method Detail

get

public abstract java.rmi.Remote get()
                             throws NoMoreStubException
NoMoreStubException

get

public abstract java.rmi.Remote get(StubLBFilter f)
                             throws NoMoreStubException
NoMoreStubException

remove

public abstract void remove(java.rmi.Remote stub)