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, startInPausedMode, startUpController, synapseEnvironment, TASK_THRESHOLD_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionGenericEventBasedListener(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
Methods inherited from class org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerEventBasedProcessor
destroy, startMethods inherited from class org.wso2.carbon.inbound.endpoint.common.InboundOneTimeTriggerRequestProcessor
activate, deactivate, isDeactivated, pause, start
-
Constructor Details
-
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 Details
-
init
public void init()- Specified by:
initin interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
start
public void start() -
getName
-
setName
-
update
public void update()- Specified by:
updatein interfaceorg.apache.synapse.task.TaskStartupObserver
-