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
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
Distributor.removeStub(StubData sd)
Remove a stub in the list
|
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)
|