Uses of Class
org.apache.synapse.transport.vfs.PollTableEntry
-
-
Uses of PollTableEntry in org.apache.synapse.transport.vfs
Methods in org.apache.synapse.transport.vfs that return PollTableEntry Modifier and Type Method Description protected PollTableEntry
VFSTransportListener. createEndpoint()
Methods in org.apache.synapse.transport.vfs with parameters of type PollTableEntry Modifier and Type Method Description protected boolean
VFSTransportListener. acquireLock(org.apache.commons.vfs2.FileSystemManager fsManager, org.apache.commons.vfs2.FileObject fileObject, PollTableEntry entry, org.apache.commons.vfs2.FileSystemOptions fso, boolean isListener)
protected void
VFSTransportListener. addFailedRecord(PollTableEntry pollTableEntry, org.apache.commons.vfs2.FileObject failedObject, String timeString)
protected boolean
VFSTransportListener. isFailedRecord(org.apache.commons.vfs2.FileObject fileObject, PollTableEntry entry)
protected void
VFSTransportListener. moveOrDeleteAfterProcessing(PollTableEntry entry, org.apache.commons.vfs2.FileObject fileObject, org.apache.commons.vfs2.FileSystemOptions fso)
Take specified action to either move or delete the processed file, depending on the outcomeprotected void
VFSTransportListener. poll(PollTableEntry entry)
protected boolean
VFSTransportListener. processFile(PollTableEntry entry, org.apache.commons.vfs2.FileObject file)
Process a single file through Axis2protected void
VFSTransportListener. scanFileOrDirectory(PollTableEntry entry, String fileURI)
Search for files that match the given regex pattern and create a list Then process each of these files and update the status of the scan on the poll tableprotected void
VFSTransportListener. stopEndpoint(PollTableEntry endpoint)
-