ix.util.ipc
Interface ParameterizedCommStrategy

All Superinterfaces:
IPC.CommunicationStrategy
All Known Implementing Classes:
DispatchingStrategy, FilterStrategy, SeparateStrategy, TestStrategy, TracingStrategy, WrapperStrategy

public interface ParameterizedCommStrategy
extends IPC.CommunicationStrategy

A communication strategy that can be given parameters that are usually the names of other communication strategies or communication strategy expressions.

See Also:
IPC.evalStrategyExpr(String)

Method Summary
 IPC.CommunicationStrategy apply(java.lang.String[] args)
          Process the arguments in whatever way is appropriate.
 
Methods inherited from interface ix.util.IPC.CommunicationStrategy
sendObject, setupServer
 

Method Detail

apply

IPC.CommunicationStrategy apply(java.lang.String[] args)
Process the arguments in whatever way is appropriate. The result is normally the same communication strategy, after whatever changes are caused by processing the arguments.