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) |
Modifier and Type | Method and Description |
---|---|
int |
getActionAfterErrors() |
int |
getActionAfterFailure() |
int |
getActionAfterProcess() |
java.lang.Boolean |
getAutoLockRelease() |
java.lang.Long |
getAutoLockReleaseInterval() |
java.lang.Boolean |
getAutoLockReleaseSameNode() |
java.lang.String |
getContentType() |
java.lang.Long |
getDistributedLockTimeout() |
org.apache.axis2.addressing.EndpointReference[] |
getEndpointReferences(org.apache.axis2.description.AxisService service,
java.lang.String ip) |
java.lang.String |
getFailedRecordFileDestination() |
java.lang.String |
getFailedRecordFileName() |
java.lang.String |
getFailedRecordTimestampFormat() |
java.lang.String |
getFileNamePattern() |
java.lang.Integer |
getFileProcessingCount() |
java.lang.Integer |
getFileProcessingInterval() |
double |
getFileSizeLimit() |
java.lang.String |
getFileSortParam() |
java.lang.String |
getFileURI() |
int |
getMaxRetryCount() |
java.lang.String |
getMoveAfterErrors() |
java.lang.String |
getMoveAfterFailure() |
java.lang.String |
getMoveAfterMoveFailure() |
java.lang.String |
getMoveAfterProcess() |
java.text.DateFormat |
getMoveTimestampFormat() |
int |
getNextRetryDuration() |
org.apache.axis2.description.ParameterInclude |
getParams() |
long |
getReconnectTimeout() |
java.lang.String |
getReplyFileURI() |
java.lang.String |
getSubfolderTimestamp() |
boolean |
getUpdateLastModified() |
java.util.Map<java.lang.String,java.lang.String> |
getVfsSchemeProperties() |
boolean |
isCanceled() |
boolean |
isClusterAware() |
boolean |
isDistributedLock() |
boolean |
isFileLockingEnabled() |
boolean |
isFileSortAscending() |
boolean |
isForceCreateFolder() |
boolean |
isResolveHostsDynamically() |
boolean |
isStreaming() |
boolean |
loadConfiguration(org.apache.axis2.description.ParameterInclude params) |
void |
setAutoLockRelease(java.lang.Boolean autoLockRelease) |
void |
setAutoLockReleaseInterval(java.lang.Long autoLockReleaseInterval) |
void |
setAutoLockReleaseSameNode(java.lang.Boolean autoLockReleaseSameNode) |
void |
setCanceled(boolean canceled) |
void |
setClusterAware(boolean clusterAware) |
void |
setFileSortAscending(boolean fileSortAscending) |
void |
setFileSortParam(java.lang.String fileSortParam) |
void |
setForceCreateFolder(boolean forceCreateFolder) |
void |
setSecureVaultProperties(java.util.Properties secureVaultProperties) |
void |
setSubfolderTimestamp(java.lang.String subfolderTimestamp) |
void |
setVfsSchemeProperties(java.util.Map<java.lang.String,java.lang.String> vfsSchemeProperties) |
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, java.lang.String ip)
getEndpointReferences
in class org.apache.axis2.transport.base.ProtocolEndpoint
public java.lang.String getFileURI()
public java.lang.String getReplyFileURI()
public java.lang.String getFileNamePattern()
public java.lang.String getContentType()
public boolean getUpdateLastModified()
public int getActionAfterProcess()
public int getActionAfterErrors()
public int getActionAfterFailure()
public java.lang.String getMoveAfterProcess()
public java.lang.String getMoveAfterMoveFailure()
public int getNextRetryDuration()
public java.lang.String getFailedRecordFileName()
public java.lang.String getFailedRecordFileDestination()
public java.lang.String getFailedRecordTimestampFormat()
public java.lang.Integer getFileProcessingInterval()
public java.lang.Integer getFileProcessingCount()
public java.lang.String getMoveAfterErrors()
public java.lang.String getMoveAfterFailure()
public boolean isStreaming()
public int getMaxRetryCount()
public boolean isFileLockingEnabled()
public void setSecureVaultProperties(java.util.Properties secureVaultProperties)
public double getFileSizeLimit()
public long getReconnectTimeout()
public java.text.DateFormat getMoveTimestampFormat()
public java.lang.Boolean getAutoLockRelease()
public void setAutoLockRelease(java.lang.Boolean autoLockRelease)
autoLockRelease
- the autoLockRelease to setpublic java.lang.Long getAutoLockReleaseInterval()
public void setAutoLockReleaseInterval(java.lang.Long autoLockReleaseInterval)
autoLockReleaseInterval
- the autoLockReleaseInterval to setpublic java.lang.Boolean getAutoLockReleaseSameNode()
public void setAutoLockReleaseSameNode(java.lang.Boolean autoLockReleaseSameNode)
autoLockReleaseSameNode
- the autoLockReleaseSameNode to setpublic boolean isDistributedLock()
public java.lang.String getFileSortParam()
public void setFileSortParam(java.lang.String fileSortParam)
fileSortParam
- the fileSortParam to setpublic boolean isFileSortAscending()
public void setFileSortAscending(boolean fileSortAscending)
fileSortAscending
- the fileSortAscending to setpublic java.lang.Long getDistributedLockTimeout()
public boolean isCanceled()
public void setCanceled(boolean canceled)
public boolean isClusterAware()
public void setClusterAware(boolean clusterAware)
public boolean isResolveHostsDynamically()
public java.util.Map<java.lang.String,java.lang.String> getVfsSchemeProperties()
public void setVfsSchemeProperties(java.util.Map<java.lang.String,java.lang.String> vfsSchemeProperties)
public org.apache.axis2.description.ParameterInclude getParams()
public boolean isForceCreateFolder()
public void setForceCreateFolder(boolean forceCreateFolder)
forceCreateFolder
- the forceCreateFolder to setpublic java.lang.String getSubfolderTimestamp()
public void setSubfolderTimestamp(java.lang.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-2022 Apache Software Foundation. All Rights Reserved.