|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.AbstractJoblet
org.torweg.pulse.bundle.AbstractConfigurableJoblet
public abstract class AbstractConfigurableJoblet
| Constructor Summary | |
|---|---|
AbstractConfigurableJoblet()
|
|
| Method Summary | |
|---|---|
ConfigBean |
getConfig(Bundle b)
Deprecated. |
Configuration |
getConfiguration(Bundle b)
Returns the Joblet's configuration registered for the given
Bundle or the global configuration if none is registered for
the given Bundle or null if no configuration
could be found at all. |
| Methods inherited from class org.torweg.pulse.bundle.AbstractJoblet |
|---|
execute, run |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractConfigurableJoblet()
| Method Detail |
|---|
@Deprecated public final ConfigBean getConfig(Bundle b)
Joblet's configuration registered for the given
Bundle or the global configuration if none is registered for
the given Bundle or null if no configuration
could be found at all.
b - the Bundle the Joblet's
configuration is registered for
Joblet's configuration or nullpublic final Configuration getConfiguration(Bundle b)
Joblet's configuration registered for the given
Bundle or the global configuration if none is registered for
the given Bundle or null if no configuration
could be found at all.
b - the Bundle the Joblet's
configuration is registered for
Joblet's configuration or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||