|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.TaskOutputFilter
public abstract class TaskOutputFilter
Abstract base class for a task output filter.
A task output filter sets the criteria as to which task outputs to retrieve.
NOTE: If any of the methods of this class are called after the main(...) method exits,
the client or service process may behave in an undefined manner (for example,
hang or terminate abnormally).
Constructor Summary | |
---|---|
TaskOutputFilter()
|
Method Summary | |
---|---|
abstract void |
enableValidation(boolean shouldEnable)
Enables or disables filter validation. |
abstract boolean |
isSatisfied()
Tests whether the filter has been satisfied. |
abstract void |
reset()
Resets the filter criteria. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskOutputFilter()
Method Detail |
---|
public abstract void reset() throws SoamException
SoamException
public abstract boolean isSatisfied() throws SoamException
SoamException
public abstract void enableValidation(boolean shouldEnable) throws SoamException
Session.fetchTaskOutput()
call is made. This check will not
take into account whether concurrent filter requests invalidate
one another. Note that there may be some performance degradation for
filter validation.
shouldEnable
- Flag indicating whether to enable filter validation or not.
SoamException
|
Version 5.1 Date Modified: -DREL_DATE=Apr 28 2011 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |