C D E F G J M O R S W

C

checkpoint() - Method in class MiG.oneclick.Job
Used for creating a new checkpoint
close() - Method in class MiG.oneclick.File
Closes the file, if the file is opened in write mode a File.flush() is invoked.
CLOSED - Static variable in class MiG.oneclick.File
 

D

dumpStackTrace(Exception) - Static method in exception MiG.oneclick.Exception
 

E

err(String) - Method in class MiG.oneclick.Job
Used for writing to the MiG job stderr.
Exception - Exception in MiG.oneclick
 
Exception(String) - Constructor for exception MiG.oneclick.Exception
 

F

File - Class in MiG.oneclick
This class provides fileaccess for the MiGOneClick framework.
File(String, String, String, int) - Constructor for class MiG.oneclick.File
Creates a File object.
File(String, String, String, int, boolean) - Constructor for class MiG.oneclick.File
Creates a File object, possible without a trustmanager.
FileException - Exception in MiG.oneclick
 
FileException(String) - Constructor for exception MiG.oneclick.FileException
 
flush() - Method in class MiG.oneclick.File
Flushes a file opened for write to the MiG server.

G

getBlockSize() - Method in class MiG.oneclick.File
For DEBUG
getCheckpointID() - Method in class MiG.oneclick.Job
Used to get the checkpoint counter.
getErrorMessages() - Method in class MiG.oneclick.File
Returns the ErrorMessage buffer as a String.
getFilename() - Method in class MiG.oneclick.File
Returns the filename of the file.
getFlushCount() - Method in class MiG.oneclick.File
Returns the number of flushes performed on this file.
getIOsessionid() - Method in class MiG.oneclick.Job
Used for retrieving the MiG iosessionid
getJobid() - Method in class MiG.oneclick.Job
Used for retrieving the id of the job
getMode() - Method in class MiG.oneclick.File
Returns the mode in which the file was opend
getStderr() - Method in class MiG.oneclick.Job
Used to get the MiG job stderr.
getStdout() - Method in class MiG.oneclick.Job
Used to get the MiG job stdout.
getTransferLog() - Method in class MiG.oneclick.File
Returns the transferlog

J

Job - Class in MiG.oneclick
This class provides the framework needed to create a MiGOneClick job.
Job() - Constructor for class MiG.oneclick.Job
 

M

MiG.oneclick - package MiG.oneclick
 
MiG_main(String[]) - Method in class MiG.oneclick.Job
The main method of the MiGOneClick job.

O

open_file(String, int) - Method in class MiG.oneclick.Job
Used for retrieving a File object, containing information required to perform file I/O.
out(String) - Method in class MiG.oneclick.Job
Used for writing to the MiG job stdout.

R

R - Static variable in class MiG.oneclick.File
Used to open file in mode READ
read() - Method in class MiG.oneclick.File
Reads the next byte of data from the file.
resetErrorMessages() - Method in class MiG.oneclick.File
Clears the File ErrorMessage buffer.
restoreCheckpointedFiles() - Method in class MiG.oneclick.Job
Used for restoring files from checkpoint
RW - Static variable in class MiG.oneclick.File
Used to open file in mode READ/WRITE (File is truncated)
RWW - Static variable in class MiG.oneclick.File
Used to open file in mode READ/UPDATE

S

seek(long) - Method in class MiG.oneclick.File
Seeks to the specified position in the file.
setInfo(String, String, String) - Method in class MiG.oneclick.Job
Used for setting the information about the job, this is set by the executing framework, and should not be altered.
setIOsessionid(String) - Method in class MiG.oneclick.File
Changes the session of an allready opend file.
startTransferLogging() - Method in class MiG.oneclick.File
Starts logging of the Transferrates

W

W - Static variable in class MiG.oneclick.File
Used to open file in mode WRITE (File is truncated)
write(int) - Method in class MiG.oneclick.File
Writes a byte to the file, see File.read() for describtion of why the byte is represented as an int.
WW - Static variable in class MiG.oneclick.File
Used to open file in mode UPDATE

C D E F G J M O R S W