Package edu.sdsc.inca.agent.access

Class Summary
AccessMethodTestCase Base class for implementing access method tests (i.e., run the same tests consistently on each method).
Globus A class that implements AccessMethod using Globus commands (i.e., gridFTP and GRAM) for transferring files and running processes on remote resources.
GlobusBlockingJobListener Subclass of GramJobListener that can be used to create a blocking GRAM request.
GlobusNonBlockingJobListener Subclass of GramJobListener that can be used to create a non-blocking GRAM request.
GlobusOutputListener A subclass of JobOutputListener that can be used store output being sent to a GASS server.
GlobusTest Test the Globus class.
Local A class that implements AccessMethod using the Java Runtime and IO API
LocalTest Test Local access method
Manual A class that implements manual AccessMethod (i.e., agent doesn't directly have remote access but instead prints out commands to log).
ManualTest Test Manual access method
Sleep Used for testing to make sure the ReporterManagerStarter class handles interrupts correctly.
Ssh A class that implements AccessMethod using the SSH protocol for transferring files and running processes on remote resources.
SshTest Test ssh access method