|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.core.pipes.PipeListenerManager
public class PipeListenerManager
Add listener manager.
| Field Summary | |
|---|---|
static String |
LISTENER_MANAGER
Model. |
| Constructor Summary | |
|---|---|
PipeListenerManager()
|
|
| Method Summary | |
|---|---|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel. |
protected IListenerManager |
createListenerManager()
Creates a listener manager. |
static IListenerManager |
lookup(IChannel channel)
Get the manager from channel. |
IChannel |
process(IChannel channel)
Perform some transformation over the channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LISTENER_MANAGER
| Constructor Detail |
|---|
public PipeListenerManager()
| Method Detail |
|---|
public boolean check(IChannel channel)
throws AbortException
IPipe
check in interface IPipechannel - The information channel.
AbortException - If the channel is corrupted.
public IChannel process(IChannel channel)
throws PipelineException
IPipe
process in interface IPipechannel - The channel.
PipelineException - On processing errors.protected IListenerManager createListenerManager()
public static IListenerManager lookup(IChannel channel)
throws NotFoundException,
InvalidTypeException
channel - The channel.
NotFoundException - On lookup errors.
InvalidTypeException - On type errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||