public class SchedulerComponent extends BaseComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_THREADS |
| Constructor and Description |
|---|
SchedulerComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Component lifecycle hook.
|
void |
init(Session session,
Map<String,String> parameters)
Component lifecycle hook.
|
getName, getParameter, getParameter, getParameterInt, getParameters, getSession, setParameter, setParameterpublic static final String PARAMETER_THREADS
public void init(Session session, Map<String,String> parameters) throws OpenAS2Exception
Componentinit in interface Componentinit in class BaseComponentsession - the component uses this object to access other componentsparameters - configuration values for the componentOpenAS2Exception - If an error occurs while initializing the componentSessionpublic void destroy()
throws Exception
ComponentComponent requires a destroy function this method can be used.destroy in interface Componentdestroy in class BaseComponentException - Something went wrongComponent.init(Session, Map),
SessionCopyright © 2019. All rights reserved.