public class ProfilerPipeListener extends Object implements IPipeListener
| Modifier and Type | Field and Description |
|---|---|
protected long |
time
Time.
|
protected long |
total
Total time.
|
| Constructor and Description |
|---|
ProfilerPipeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterCheck(IChannel channel,
IPipe source)
Perform something after checking.
|
void |
onAfterProcess(IChannel channel,
IPipe source)
Perform something after processing.
|
void |
onBeforeCheck(IChannel channel,
IPipe source)
Perform something before checking.
|
void |
onBeforeProcess(IChannel channel,
IPipe source)
Perform something before processing.
|
public void onBeforeCheck(IChannel channel, IPipe source)
IPipeListeneronBeforeCheck in interface IPipeListenerchannel - The channel.source - The source.public void onAfterCheck(IChannel channel, IPipe source)
IPipeListeneronAfterCheck in interface IPipeListenerchannel - The channel.source - The source.public void onBeforeProcess(IChannel channel, IPipe source)
IPipeListeneronBeforeProcess in interface IPipeListenerchannel - The channel.source - The source.public void onAfterProcess(IChannel channel, IPipe source)
IPipeListeneronAfterProcess in interface IPipeListenerchannel - The channel.source - The source.Copyright © 2016. All rights reserved.