public class PollTableEntry
extends org.apache.axis2.transport.base.AbstractPollTableEntry
Modifier and Type | Field and Description |
---|---|
static int |
DELETE |
static int |
MOVE |
static int |
NONE |
Constructor and Description |
---|
PollTableEntry(boolean fileLocking) |
getLastPollState, getLastPollTime, getNextPollTime, getPollInterval, isConcurrentPollingAllowed, setConcurrentPollingAllowed, setLastPollState, setLastPollTime, setNextPollTime, setPollInterval
public static final int DELETE
public static final int MOVE
public static final int NONE
public org.apache.axis2.addressing.EndpointReference[] getEndpointReferences(org.apache.axis2.description.AxisService service, String ip)
getEndpointReferences
in class org.apache.axis2.transport.base.ProtocolEndpoint
public String getFileURI()
public String getReplyFileURI()
public String getFileNamePattern()
public String getContentType()
public int getActionAfterProcess()
public int getActionAfterErrors()
public int getActionAfterFailure()
public String getMoveAfterProcess()
public String getMoveAfterMoveFailure()
public int getNextRetryDuration()
public String getFailedRecordFileName()
public String getFailedRecordFileDestination()
public String getFailedRecordTimestampFormat()
public Integer getFileProcessingInterval()
public Integer getFileProcessingCount()
public String getMoveAfterErrors()
public String getMoveAfterFailure()
public boolean isStreaming()
public int getMaxRetryCount()
public boolean isFileLockingEnabled()
public void setSecureVaultProperties(Properties secureVaultProperties)
public double getFileSizeLimit()
public long getReconnectTimeout()
public DateFormat getMoveTimestampFormat()
public Boolean getAutoLockRelease()
public void setAutoLockRelease(Boolean autoLockRelease)
autoLockRelease
- the autoLockRelease to setpublic Long getAutoLockReleaseInterval()
public void setAutoLockReleaseInterval(Long autoLockReleaseInterval)
autoLockReleaseInterval
- the autoLockReleaseInterval to setpublic Boolean getAutoLockReleaseSameNode()
public void setAutoLockReleaseSameNode(Boolean autoLockReleaseSameNode)
autoLockReleaseSameNode
- the autoLockReleaseSameNode to setpublic boolean isDistributedLock()
public String getFileSortParam()
public void setFileSortParam(String fileSortParam)
fileSortParam
- the fileSortParam to setpublic boolean isFileSortAscending()
public void setFileSortAscending(boolean fileSortAscending)
fileSortAscending
- the fileSortAscending to setpublic Long getDistributedLockTimeout()
public boolean isCanceled()
public void setCanceled(boolean canceled)
public boolean isClusterAware()
public void setClusterAware(boolean clusterAware)
public boolean isResolveHostsDynamically()
public org.apache.axis2.description.ParameterInclude getParams()
public boolean isForceCreateFolder()
public void setForceCreateFolder(boolean forceCreateFolder)
forceCreateFolder
- the forceCreateFolder to setpublic String getSubfolderTimestamp()
public void setSubfolderTimestamp(String subfolderTimestamp)
subfolderTimestamp
- the subfolderTimestamp to setpublic boolean loadConfiguration(org.apache.axis2.description.ParameterInclude params) throws org.apache.axis2.AxisFault
loadConfiguration
in class org.apache.axis2.transport.base.AbstractPollTableEntry
org.apache.axis2.AxisFault
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.