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

Packages that use NoServerException
org.objectweb.carol.cmi   
 

Uses of NoServerException in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that throw NoServerException
 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.