Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
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.
|
StubData |
Random.get()
Get a stub randomly
|
StubData |
RoundRobin.get()
Get a stub according to the RR algorithm
|