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 Random.get()
          Get a stub randomly
 StubData RoundRobin.get()
          Get a stub according to the RR algorithm
 StubData Distributor.choose(java.lang.reflect.Method method, java.lang.Object[] parameters)
          Choose a stub among the stub list The application deployer can override this method to make its own choices.
 

Methods in org.objectweb.carol.cmi with parameters of type StubData
 boolean RegistryStubList.removeStub(StubData sd)
          Remove a stub This function fails if and only if the stub to remove is the last one.
 void ServerStubList.removeStub(StubData sd)
          Remove a stub in the clustered stub (Synchronized)
protected  void Distributor.removeStub(StubData sd)
          Remove a stub in the list
 Decision Distributor.onException(StubData sd, java.lang.Exception ex)
          Decison on Exception The application deployer can override this method to make its own choices.
 Decision Distributor.onReturn(StubData sd, java.lang.Object retVal)
          Decision on return The application deployer can override this method to make its own choices.