Uses of Class
org.objectweb.carol.cmi.StubData

Packages that use StubData
org.objectweb.carol.cmi   
 

Uses of StubData in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that return StubData
 StubData RoundRobin.get()
           
 StubData RoundRobin.get(StubLBFilter f)
           
 StubData Random.get()
           
 StubData Random.get(StubLBFilter f)
           
abstract  StubData StubLB.get()
           
abstract  StubData StubLB.get(StubLBFilter f)
           
 StubData ClusterStubData.getLocal()
           
 

Methods in org.objectweb.carol.cmi with parameters of type StubData
 void RoundRobin.remove(StubData s)
           
 void Random.remove(StubData s)
           
 boolean StubLBFilter.add(StubData sd)
           
 boolean StubLBFilter.contains(StubData sd)
           
abstract  void StubLB.remove(StubData sd)
           
 boolean ClusterStubData.removeStubData(StubData sd)
          This function fails if and only if the stub to remove is the last one.