|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectensemble.processing.Processor
public abstract class Processor
The Class Processor.
| Field Summary | |
|---|---|
protected Parameters |
parameters
The parameters. |
| Constructor Summary | |
|---|---|
Processor()
|
|
| Method Summary | |
|---|---|
boolean |
configure()
User-implemented method that configures the component, setting up user parameters and essential properties. |
Parameters |
getParameters()
Returns all configured parameters. |
boolean |
parameterUpdate(java.lang.String name,
java.lang.String newValue)
User-implement method called when a parameter has been updated. |
abstract java.lang.Object |
process(Parameters parameters,
java.lang.Object in)
Process method. |
void |
setParameters(Parameters parameters)
Framework-implemented method that sets system and user parameters. |
boolean |
start()
Framework-implemented initialization method. |
boolean |
stop()
Framework-implemented finalization method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ensemble.LifeCycle |
|---|
finit, init |
| Field Detail |
|---|
protected Parameters parameters
| Constructor Detail |
|---|
public Processor()
| Method Detail |
|---|
public void setParameters(Parameters parameters)
LifeCycle
setParameters in interface LifeCycleparameters - a Parameters object with all user and system Parameters for this objectpublic Parameters getParameters()
LifeCycle
getParameters in interface LifeCyclepublic boolean configure()
LifeCycle
configure in interface LifeCyclepublic boolean start()
LifeCycle
start in interface LifeCyclepublic boolean stop()
LifeCycle
stop in interface LifeCycle
public boolean parameterUpdate(java.lang.String name,
java.lang.String newValue)
LifeCycle
parameterUpdate in interface LifeCyclename - the namenewValue - the new value
public abstract java.lang.Object process(Parameters parameters,
java.lang.Object in)
parameters - the parametersin - the in
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||