Class GenericEventBasedListener
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerRequestProcessor
-
- org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerEventBasedProcessor
-
- org.wso2.carbon.inbound.endpoint.protocol.generic.GenericEventBasedListener
-
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessor
,org.apache.synapse.task.TaskStartupObserver
public class GenericEventBasedListener extends InboundOneTimeTriggerEventBasedProcessor implements org.apache.synapse.task.TaskStartupObserver
-
-
Field Summary
-
Fields inherited from class org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerRequestProcessor
COMMON_ENDPOINT_POSTFIX, coordination, name, startUpController, synapseEnvironment, TASK_THRESHOLD_INTERVAL
-
-
Constructor Summary
Constructors Constructor Description GenericEventBasedListener(String name, String classImpl, Properties properties, String injectingSeq, String onErrorSeq, org.apache.synapse.core.SynapseEnvironment synapseEnvironment, boolean coordination, boolean sequential)
GenericEventBasedListener(org.apache.synapse.inbound.InboundProcessorParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
init()
void
setName(String name)
void
start()
void
update()
-
Methods inherited from class org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerEventBasedProcessor
destroy, start
-
Methods inherited from class org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerRequestProcessor
start
-
-
-
-
Constructor Detail
-
GenericEventBasedListener
public GenericEventBasedListener(String name, String classImpl, Properties properties, String injectingSeq, String onErrorSeq, org.apache.synapse.core.SynapseEnvironment synapseEnvironment, boolean coordination, boolean sequential)
-
GenericEventBasedListener
public GenericEventBasedListener(org.apache.synapse.inbound.InboundProcessorParams params)
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
start
public void start()
-
getName
public String getName()
-
setName
public void setName(String name)
-
update
public void update()
- Specified by:
update
in interfaceorg.apache.synapse.task.TaskStartupObserver
-
-