public interface IMultiplexDistributor
| Modifier and Type | Method and Description | 
|---|---|
| void | addService(IService service)Add a new service. | 
| IIntermediateFuture<java.lang.Object> | init(java.lang.reflect.Method method,
    java.lang.Object[] args,
    IFilter<Tuple2<IService,java.lang.Object[]>> filter,
    IParameterConverter conv)Init the call distributor. | 
| void | serviceSearchFinished()Search for services has finished. | 
IIntermediateFuture<java.lang.Object> init(java.lang.reflect.Method method, java.lang.Object[] args, IFilter<Tuple2<IService,java.lang.Object[]>> filter, IParameterConverter conv)
void addService(IService service)
service - The service.void serviceSearchFinished()