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