Class LifecycleImpl
java.lang.Object
org.talend.sdk.component.runtime.base.Named
org.talend.sdk.component.runtime.base.LifecycleImpl
- All Implemented Interfaces:
Serializable,Lifecycle
- Direct Known Subclasses:
DriverRunnerImpl,InputImpl,PartitionMapperImpl,ProcessorImpl
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLifecycleImpl(Object delegate, String rootName, String name, String plugin) -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectbooleanprotected Object[]evaluateParameters(Class<? extends Annotation> marker, Method method) findMethods(Class<? extends Annotation> marker) inthashCode()protected byte[]voidstart()voidstop()
-
Field Details
-
delegate
-
-
Constructor Details
-
LifecycleImpl
-
LifecycleImpl
protected LifecycleImpl()
-
-
Method Details