public class PipeDump extends Object implements IPipe
| Constructor and Description |
|---|
PipeDump() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel.
|
protected String |
getNome()
Thread normalized name.
|
protected void |
messageAfter(Map<String,Object> info,
IResultSet result)
Message after execution.
|
protected void |
messageBefore(String input)
Print message before execution.
|
IChannel |
process(IChannel channel)
Perform some transformation over the channel.
|
public boolean check(IChannel channel) throws AbortException
IPipecheck in interface IPipechannel - The information channel.AbortException - If the channel is corrupted.public IChannel process(IChannel channel) throws PipelineException
IPipeprocess in interface IPipechannel - The channel.PipelineException - On processing errors.protected void messageBefore(String input)
input - The input.protected String getNome()
protected void messageAfter(Map<String,Object> info, IResultSet result)
info - The model information.result - The result set.Copyright © 2016. All rights reserved.