|
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 |
|
| FileOpsUtil |
This class has utility methods for operations such as finding and replacing
specific strings / lines in a file. |
| GassServerUtil |
This class has utility methods for working with GASS Servers. |
| GridProxyUtil |
This utility generates a proxy (if it is not found) or returns the current
proxy, if a valid proxy is found. |
| HSQLDBUtil |
|
| InputGobbler |
|
| 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 |
| LogUtil |
|
| PersistenceUtil |
|
| ProcRunner |
|
| 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. |
| ReflectionUtil |
|
| SleepUtil |
|
| SpringUtil |
|
| SrbFileResolver |
This class contains utility methods to resolve SRB data files to actual filenames. |
| SrbURL |
Represents an SRB URL of the form :
srb://[username.mdasdomain[.zone][:password]@]host[:port]/path[?replica=replica_id][&resource=resource_name][&serverDN=server_DN][&authScheme=auth_scheme]
The attributes in the [] brackets are optional. |
| SSHSession |
|
| TokenStack |
This class has utility methods for storing tokens of strings in a stack |
| XmlSerialiserUtil |
|