Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
O
P
R
S
T
U
W
A
acquireEndpointLock
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
Acquire the lock on endpoint so that only one service polls the endpoint across cluster
acquireEndpointLock(File)
- Static method in class org.sca4j.binding.file.runtime.
FileEndpointLock
Create the instance of
FileEndpointLock
, returns
null
if endpoint lock could not be acquired.
acquireFileLock
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
lock the file during read/write operation to protect against in-flight files
archiveFileTimestampPattern
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
Timestamp pattern for archived file
archiveUri
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
URI of the directory where the file will be moved after reading
attachObjectFactory(FileWireSourceDefinition, ObjectFactory<?>, PhysicalWireTargetDefinition)
- Method in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
attachToSource(FileWireSourceDefinition, PhysicalWireTargetDefinition, Wire)
- Method in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
attachToTarget(PhysicalWireSourceDefinition, FileWireTargetDefinition, Wire)
- Method in class org.sca4j.binding.file.runtime.
FileTargetWireAttacher
B
BINDING_QNAME
- Static variable in class org.sca4j.binding.file.introspection.
FileBindingLoader
C
closeQuietly(FileLock)
- Static method in class org.sca4j.binding.file.runtime.
FileUtils
Release and close the file lock
closeQuietly(FileChannel)
- Static method in class org.sca4j.binding.file.runtime.
FileUtils
Close the file channel
createObjectFactory(FileWireTargetDefinition)
- Method in class org.sca4j.binding.file.runtime.
FileTargetWireAttacher
D
detachFromSource(FileWireSourceDefinition, PhysicalWireTargetDefinition, Wire)
- Method in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
detachFromTarget(PhysicalWireSourceDefinition, FileWireTargetDefinition)
- Method in class org.sca4j.binding.file.runtime.
FileTargetWireAttacher
DirectoryWatcher
- Class in
org.sca4j.binding.file.runtime
Polls the directory to list the files and passes them to
FileServiceInvoker
for processing.
DirectoryWatcher(File, Wire, FileBindingMonitor, ManagementService, URI)
- Constructor for class org.sca4j.binding.file.runtime.
DirectoryWatcher
Constructor with mandatory fields
DirectoryWatcher.ManagementUnitImpl
- Class in
org.sca4j.binding.file.runtime
DirectoryWatcher.ManagementUnitImpl()
- Constructor for class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
E
endpointLockAttempted(File, boolean)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the event of endpoint lock attempt event
endpointLockReleased(File)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the event of endpoint lock released
eventService
- Variable in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
execute()
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
F
fileArchived(File, File)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log when file successfully archived
FileBindingDefinition
- Class in
org.sca4j.binding.file.scdl
Binding definition for the File binding loaded from the SCDL.
FileBindingDefinition(URI, FileBindingMetadata, Document)
- Constructor for class org.sca4j.binding.file.scdl.
FileBindingDefinition
Initialises the file binding definition
FileBindingGenerator
- Class in
org.sca4j.binding.file.control
FileBindingGenerator()
- Constructor for class org.sca4j.binding.file.control.
FileBindingGenerator
FileBindingLoader
- Class in
org.sca4j.binding.file.introspection
FileBindingLoader(LoaderHelper)
- Constructor for class org.sca4j.binding.file.introspection.
FileBindingLoader
FileBindingMetadata
- Class in
org.sca4j.binding.file.common
Contains configuration data for
binding.file
FileBindingMetadata()
- Constructor for class org.sca4j.binding.file.common.
FileBindingMetadata
FileBindingMonitor
- Interface in
org.sca4j.binding.file.runtime
Monitor interface to log significant events for File binding.
fileDeleted(File)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log when file successfully deleted
FileEndpointLock
- Class in
org.sca4j.binding.file.runtime
Represents the cluster-wide endpoint lock to ensure serialised access to a file endpoint.
fileExtensionStarted(File, boolean, boolean)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the event of file extension started
filenamePattern
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
pattern used to select file
FileServiceInvoker
- Class in
org.sca4j.binding.file.runtime
Invokes the service bound to file binding.
FileServiceInvoker(Interceptor, FileBindingMonitor)
- Constructor for class org.sca4j.binding.file.runtime.
FileServiceInvoker
Constructor with mandatory parameters
fileSkipped(String)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the event when file is skipped during the polling
FileSourceWireAttacher
- Class in
org.sca4j.binding.file.runtime
Attaches physical source to the wire.
FileSourceWireAttacher()
- Constructor for class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
FileTargetInterceptor
- Class in
org.sca4j.binding.file.runtime
Intercepts calls to the File System form the reference end of the wire.
FileTargetInterceptor(File, boolean, String)
- Constructor for class org.sca4j.binding.file.runtime.
FileTargetInterceptor
Constructor with rootDir and lock flag.
FileTargetWireAttacher
- Class in
org.sca4j.binding.file.runtime
Attaches target end of the wire to the Physical target.
FileTargetWireAttacher()
- Constructor for class org.sca4j.binding.file.runtime.
FileTargetWireAttacher
FileUtils
- Class in
org.sca4j.binding.file.runtime
File related utilities.
FileUtils()
- Constructor for class org.sca4j.binding.file.runtime.
FileUtils
FileWireSourceDefinition
- Class in
org.sca4j.binding.file.provision
Definition of the physical source of the
binding.file
.
FileWireSourceDefinition(FileBindingMetadata)
- Constructor for class org.sca4j.binding.file.provision.
FileWireSourceDefinition
FileWireTargetDefinition
- Class in
org.sca4j.binding.file.provision
FileWireTargetDefinition(FileBindingMetadata)
- Constructor for class org.sca4j.binding.file.provision.
FileWireTargetDefinition
G
generateWireSource(LogicalBinding<FileBindingDefinition>, Policy, ServiceDefinition)
- Method in class org.sca4j.binding.file.control.
FileBindingGenerator
generateWireTarget(LogicalBinding<FileBindingDefinition>, Policy, ReferenceDefinition)
- Method in class org.sca4j.binding.file.control.
FileBindingGenerator
getArchiveDirectory()
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
getBindingMetaData()
- Method in class org.sca4j.binding.file.provision.
FileWireSourceDefinition
getBindingMetaData()
- Method in class org.sca4j.binding.file.provision.
FileWireTargetDefinition
getBindingMetadata()
- Method in class org.sca4j.binding.file.scdl.
FileBindingDefinition
getDescription()
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
getEndpointDirectory()
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
getNext()
- Method in class org.sca4j.binding.file.runtime.
FileTargetInterceptor
Gets the next interceptor
getPollingFrequency()
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
I
invoke(File, File, boolean)
- Method in class org.sca4j.binding.file.runtime.
FileServiceInvoker
Read the file from file system and pass it to the bound service.
invoke(Message)
- Method in class org.sca4j.binding.file.runtime.
FileTargetInterceptor
isStarted()
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
L
load(XMLStreamReader, IntrospectionContext)
- Method in class org.sca4j.binding.file.introspection.
FileBindingLoader
M
managementService
- Variable in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
monitor
- Variable in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
O
onEvent(SCA4JEvent)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
onException(String, Throwable)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the exception
org.sca4j.binding.file.common
- package org.sca4j.binding.file.common
org.sca4j.binding.file.control
- package org.sca4j.binding.file.control
org.sca4j.binding.file.introspection
- package org.sca4j.binding.file.introspection
org.sca4j.binding.file.provision
- package org.sca4j.binding.file.provision
org.sca4j.binding.file.runtime
- package org.sca4j.binding.file.runtime
org.sca4j.binding.file.scdl
- package org.sca4j.binding.file.scdl
P
pollingFrequency
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
polling frequency
R
releaseEndpointLock()
- Method in class org.sca4j.binding.file.runtime.
FileEndpointLock
S
setAcquireEndpointLock(boolean)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
Sets the flag to specify if endpoint lock must be acquired for cluster-wide deployment.
setAcquireFileLock(boolean)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
Sets the flag to specify if lock must be acquired before reading the file.
setArchiveDir(File)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
Set optional archive directory, where file be moved after its been read.
setArchiveDirectory(String)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
setArchiveFileTSPattern(String)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
Set timestamp suffix pattern for the archived file
setEndpointDirectory(String)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
setFileNamePattern(String)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
Regular expression to filter the files
setNext(Interceptor)
- Method in class org.sca4j.binding.file.runtime.
FileTargetInterceptor
Sets the next interceptor
setPollingFrequency(long)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
setPollingFrequency(long)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher
Sets directory polling frequency
setStarted(boolean)
- Method in class org.sca4j.binding.file.runtime.
DirectoryWatcher.ManagementUnitImpl
T
tmpFileSuffix
- Variable in class org.sca4j.binding.file.common.
FileBindingMetadata
Suffix used to create temp file during upload, which is then renamed to original file on completion.
U
unableToAcquireLock(String)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the warning when unable to acquire the lock before reading the file
unableToArchive(File, File)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the error when not able to move the file to archive directory
unableToDelete(File)
- Method in interface org.sca4j.binding.file.runtime.
FileBindingMonitor
Log the error when not able to delete the source file
W
workScheduler
- Variable in class org.sca4j.binding.file.runtime.
FileSourceWireAttacher
A
B
C
D
E
F
G
I
L
M
O
P
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008-2011
Service Symphony
. All Rights Reserved.