public class PollTableEntry
extends org.apache.axis2.transport.base.AbstractPollTableEntry
Constructor and Description |
---|
PollTableEntry(boolean fileLocking) |
Modifier and Type | Method and Description |
---|---|
int |
getActionAfterErrors() |
int |
getActionAfterFailure() |
int |
getActionAfterProcess() |
String |
getContentType() |
org.apache.axis2.addressing.EndpointReference[] |
getEndpointReferences(org.apache.axis2.description.AxisService service,
String ip) |
String |
getFailedRecordFileDestination() |
String |
getFailedRecordFileName() |
String |
getFailedRecordTimestampFormat() |
String |
getFileNamePattern() |
String |
getFileURI() |
int |
getMaxRetryCount() |
String |
getMoveAfterErrors() |
String |
getMoveAfterFailure() |
String |
getMoveAfterMoveFailure() |
String |
getMoveAfterProcess() |
DateFormat |
getMoveTimestampFormat() |
int |
getNextRetryDuration() |
long |
getReconnectTimeout() |
String |
getReplyFileURI() |
boolean |
isFileLockingEnabled() |
boolean |
isStreaming() |
boolean |
loadConfiguration(org.apache.axis2.description.ParameterInclude params) |
getLastPollState, getLastPollTime, getNextPollTime, getPollInterval, isConcurrentPollingAllowed, setConcurrentPollingAllowed, setLastPollState, setLastPollTime, setNextPollTime, setPollInterval
public static final int DELETE
public static final int MOVE
public String getMoveAfterMoveFailure()
public int getNextRetryDuration()
public String getFailedRecordFileName()
public String getFailedRecordFileDestination()
public String getFailedRecordTimestampFormat()
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 getMoveAfterErrors()
public String getMoveAfterFailure()
public boolean isStreaming()
public int getMaxRetryCount()
public boolean isFileLockingEnabled()
public long getReconnectTimeout()
public DateFormat getMoveTimestampFormat()
public 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-2017 Apache Software Foundation. All Rights Reserved.