T - public class ComponentMethodsImpl<T> extends Object implements ComponentMethods<T>
| Constructor and Description |
|---|
ComponentMethodsImpl() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleMethod |
getActivateMethod() |
ReferenceMethods |
getBindMethods(String refName) |
ComponentConstructor<T> |
getConstructor() |
LifecycleMethod |
getDeactivateMethod() |
LifecycleMethod |
getModifiedMethod() |
void |
initComponentMethods(ComponentMetadata componentMetadata,
Class<T> implementationObjectClass,
ComponentLogger logger) |
public void initComponentMethods(ComponentMetadata componentMetadata, Class<T> implementationObjectClass, ComponentLogger logger)
initComponentMethods in interface ComponentMethods<T>public LifecycleMethod getActivateMethod()
getActivateMethod in interface ComponentMethods<T>public LifecycleMethod getDeactivateMethod()
getDeactivateMethod in interface ComponentMethods<T>public LifecycleMethod getModifiedMethod()
getModifiedMethod in interface ComponentMethods<T>public ReferenceMethods getBindMethods(String refName)
getBindMethods in interface ComponentMethods<T>public ComponentConstructor<T> getConstructor()
getConstructor in interface ComponentMethods<T>Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.