Class InboundRequestProcessorImpl
java.lang.Object
org.wso2.carbon.inbound.endpoint.common.InboundRequestProcessorImpl
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessor
- Direct Known Subclasses:
GenericProcessor,JMSProcessor,KAFKAProcessor
public abstract class InboundRequestProcessorImpl
extends Object
implements org.apache.synapse.inbound.InboundRequestProcessor
This class provides the common implementation for polling protocol processors
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanactivate()booleanvoiddestroy()Stop the inbound polling processor This will be called when inbound is undeployed/redeployed or when server stopbooleanprotected booleanisPinnedServer(Properties inboundProperties) protected static booleanisPinnedServerEnabled(Properties inboundProperties) voidpause()protected voidstart(InboundTask task, String endpointPostfix) Based on the coordination option schedule the task with NTASK or run as a background threadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.synapse.inbound.InboundRequestProcessor
init
-
Field Details
-
synapseEnvironment
protected org.apache.synapse.core.SynapseEnvironment synapseEnvironment -
interval
protected long interval -
name
-
coordination
protected boolean coordination -
startInPausedMode
protected boolean startInPausedMode -
COMMON_ENDPOINT_POSTFIX
- See Also:
-
-
Constructor Details
-
InboundRequestProcessorImpl
public InboundRequestProcessorImpl()
-
-
Method Details
-
start
Based on the coordination option schedule the task with NTASK or run as a background thread- Parameters:
task-endpointPostfix-
-
destroy
public void destroy()Stop the inbound polling processor This will be called when inbound is undeployed/redeployed or when server stop- Specified by:
destroyin interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
isPinnedServerEnabled
-
isPinnedServer
-
activate
public boolean activate()- Specified by:
activatein interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
deactivate
public boolean deactivate()- Specified by:
deactivatein interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
isDeactivated
public boolean isDeactivated()- Specified by:
isDeactivatedin interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-
pause
public void pause()- Specified by:
pausein interfaceorg.apache.synapse.inbound.InboundRequestProcessor
-