|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RuntimeWireProcessorExtensionPoint
Acts as a delegating WireProcessorExtensionPoint, delegating
processing of wires after policies have been applied and source and targets
have been connected.
| Method Summary | |
|---|---|
void |
addWireProcessor(RuntimeWireProcessor processor)
Registers a wire-processor in the runtime |
java.util.List<RuntimeWireProcessor> |
getWireProcessors()
Returns a list of registered wire-processors. |
void |
removeWireProcessor(RuntimeWireProcessor processor)
De-registers a wire-processor in the runtime |
| Method Detail |
|---|
void addWireProcessor(RuntimeWireProcessor processor)
processor - The processor to registervoid removeWireProcessor(RuntimeWireProcessor processor)
processor - The processor to de-registerjava.util.List<RuntimeWireProcessor> getWireProcessors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||