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 PollTableEntryVFSTransportListener. createEndpoint()Methods in org.apache.synapse.transport.vfs with parameters of type PollTableEntry Modifier and Type Method Description protected booleanVFSTransportListener. acquireLock(org.apache.commons.vfs2.FileSystemManager fsManager, org.apache.commons.vfs2.FileObject fileObject, PollTableEntry entry, org.apache.commons.vfs2.FileSystemOptions fso, boolean isListener)protected voidVFSTransportListener. addFailedRecord(PollTableEntry pollTableEntry, org.apache.commons.vfs2.FileObject failedObject, String timeString)protected booleanVFSTransportListener. isFailedRecord(org.apache.commons.vfs2.FileObject fileObject, PollTableEntry entry)protected voidVFSTransportListener. 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 voidVFSTransportListener. poll(PollTableEntry entry)protected booleanVFSTransportListener. processFile(PollTableEntry entry, org.apache.commons.vfs2.FileObject file)Process a single file through Axis2protected voidVFSTransportListener. 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 voidVFSTransportListener. stopEndpoint(PollTableEntry endpoint)
-