|
Class Summary |
| Base64 |
Encodes and decodes to and from Base64 notation. |
| Base64.InputStream |
InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A OutputStream will write data to another
OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BrokerUtil |
|
| Conversion |
This class contains some methods for conversion of byte arrays, hex values etc. |
| FileOpsUtil |
This class has utility methods for operations such as finding and replacing
specific strings / lines in a file. |
| FileResolver |
Abtract class for FileResolver types |
| GsiftpFileResolver |
This class contains methods to work with Gsftp files
Not implemented in the current version. |
| HSQLDBUtil |
|
| LdapReplicaAccessUtil |
This class has methods to access and query the Globus replica catalog using LDAP |
| LfnFileResolver |
This class has methods to resolve logical file names that appear in the app-description file |
| RandomGUID |
RandomGUID generates truly random GUIDs by using the system's
IP address (name/IP), system time in milliseconds (as an integer),
and a very large random number joined together in a single String
that is passed through an MD5 hash. |
| SleepUtil |
|
| SrbFileResolver |
This class contains utility methods to resolve SRB data files to actual filenames. |
| SSHSession |
|
| TokenStack |
This class has utility methods for storing tokens of strings in a stack |