|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.orb.util.LifecycleHelper
Static utility to process a component through is lifecycle.
Method Summary | |
static void |
pipeline(java.lang.Object object,
Logger logger,
Context context,
Configuration config,
ServiceManager manager)
Processes a supplied object through a series of component lifecycle phases based on the supplied parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void pipeline(java.lang.Object object, Logger logger, Context context, Configuration config, ServiceManager manager) throws java.lang.Exception
If the target object implements one of the above phases, and the
corresponding argument is null, the pipeline implementation will throw a
NullPointerException
.
object
- the object to apply lifecycle processing tologger
- the logging channel to applycontext
- the context to applyconfig
- the configuration to applymanager
- the service manager to apply
java.lang.Exception
- if an error occurs dureing pipeline processing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |