A B C D E F G H I J L M N O P Q R S T U V W

A

add(AttributeDefinition) - Method in class org.edg.data.util.attribute.AttributeDefinitionSet
 
add(String) - Method in class org.edg.data.util.BloomFilter
Add an entry to the Filter
addArgument(int, String, String) - Method in class org.edg.data.util.CommandBase
 
addColumn(Connection, String, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
addEntry(Connection, String, String) - Method in class org.edg.data.util.attribute.SQLHelpers
Add a entry for a guid.
addMappingsOptions(Options) - Static method in class org.edg.data.util.CommandHelpers
 
addNetworkOptions(Options) - Static method in class org.edg.data.util.CommandHelpers
 
addOption(Option) - Method in class org.edg.data.util.CommandBase
 
asFault() - Method in interface org.edg.data.util.Faultable
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.ConnectionException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.FaultableException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.AttributeDefinitionExistsException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.NoSuchAttributeDefinitionException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.UnsupportedAttributeTypeException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.ValueTooLongException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.InvalidQueryException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.UnappropriateAttributeTypeException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.EntryExistsException
return this exception as an AXIS Fault
asFault() - Method in class org.edg.data.util.attribute.NoSuchGuidException
return this exception as an AXIS Fault
asGsiftp(URI) - Static method in class org.edg.data.util.naming.URIScheme
Convert a SURL to a GSIFTP URI.
assemblePath(String, String) - Static method in class org.edg.data.util.FileUtil
This method assembles two paths, putting exactly one '/' between them, irrespective of whether the first ends with one, the second starts with one or not.
asSurl(URI) - Static method in class org.edg.data.util.naming.URIScheme
Convert a physical name to a SURL.
AttributeDefinition - class org.edg.data.util.attribute.AttributeDefinition.
auto generated class - here to generate the SOAP API
AttributeDefinition() - Constructor for class org.edg.data.util.attribute.AttributeDefinition
 
attributeDefinitionExists(String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
AttributeDefinitionExistsException - exception org.edg.data.util.attribute.AttributeDefinitionExistsException.
 
AttributeDefinitionExistsException(String) - Constructor for class org.edg.data.util.attribute.AttributeDefinitionExistsException
Constructs an AttributeDefinitionExistsException with the specified detail message.
AttributeDefinitionSet - class org.edg.data.util.attribute.AttributeDefinitionSet.
This is a cache class the holds a set of attribute definitions.
AttributeDefinitionSet() - Constructor for class org.edg.data.util.attribute.AttributeDefinitionSet
Create a new AttributeDefinitionSet
AttributeHandler - class org.edg.data.util.attribute.AttributeHandler.
This class handles the storage of "attributes" in a db table.
AttributeHandler(String, ConnectionFactory, int, MethodLogger) - Constructor for class org.edg.data.util.attribute.AttributeHandler
Create a new AttributeHandler.
AxisHelpers - class org.edg.data.util.AxisHelpers.
Helper methods useful when dealing with Axis Faults and Exceptions.

B

bitsToBytes(int) - Static method in class org.edg.data.util.BitUtils
return the number of bytes needed to hold this number of bits.
BitUtils - class org.edg.data.util.BitUtils.
A set of helper methods useful when working with byte[] that actually need to be manipulated on the bit level, not the byte level.
BloomFilter - class org.edg.data.util.BloomFilter.
A Representation of a Bloom Filter.
BloomFilter(byte[], int, int, int) - Constructor for class org.edg.data.util.BloomFilter
Create a new BloomFilter from its constituent parts
BloomFilter(int, int) - Constructor for class org.edg.data.util.BloomFilter
create a new bloom filter
BulkOperations - class org.edg.data.util.attribute.BulkOperations.
This contains Bulk get/set operations against the database
BulkOperations(SQLHelpers, MappingHandler, AttributeHandler) - Constructor for class org.edg.data.util.attribute.BulkOperations
 
BulkOperations(SQLHelpers, MappingHandler, AttributeHandler, AttributeHandler) - Constructor for class org.edg.data.util.attribute.BulkOperations
 
byteArrayToString(byte[], int) - Static method in class org.edg.data.util.BitUtils
given a bit bits, turn it into a string of bits

C

Canonicalizer - class org.edg.data.util.naming.Canonicalizer.
Validate guid, surl and lfn.
Canonicalizer() - Constructor for class org.edg.data.util.naming.Canonicalizer
 
checkName(URI) - Method in class org.edg.data.util.naming.GUIDGenerator
Check whether the given string conforms to the naming rules for GUIDs.
cleanup(Connection) - Static method in class org.edg.data.util.SQLUtils
 
clearBit(byte[], int) - Static method in class org.edg.data.util.BitUtils
clear a bit in the bit array
clearBit(int) - Method in class org.edg.data.util.BloomFilter
 
clearBit(int) - Method in class org.edg.data.util.CountingBloomFilter
 
clearBit(int) - Method in class org.edg.data.util.SimpleBloomFilter
 
ClientHelp - class org.edg.data.util.ClientHelp.
Helper class to do the help message formatting.
ClientHelp(int, int, int, int) - Constructor for class org.edg.data.util.ClientHelp
Constructor.
columnExists(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
Does a given column exist in a given table ?
Command - interface org.edg.data.util.Command.
The interface to each command line client call.
CommandBase - class org.edg.data.util.CommandBase.
The base class for each command, dealing with the option parsing and help messages (the common base tasks).
CommandBase(String, String, String[]) - Constructor for class org.edg.data.util.CommandBase
 
CommandClient - class org.edg.data.util.CommandClient.
The executable class that is used by the Main class of each client.
CommandClient(String[], String) - Constructor for class org.edg.data.util.CommandClient
Create a new command client by explicitly specifying the command factory
CommandFactory - class org.edg.data.util.CommandFactory.
This interface provides a way to create one of a set of pre-configured commands by specifying its name or shortcut and its arguments.
CommandFactory(String) - Constructor for class org.edg.data.util.CommandFactory
 
CommandHelpers - class org.edg.data.util.CommandHelpers.
Some helper methods useful when writing an object which is a subclass of the CommandBase object.
CommandLineException - exception org.edg.data.util.CommandLineException.
Exception thrown if there was an error on the command line.
CommandLineException(String, Command) - Constructor for class org.edg.data.util.CommandLineException
Constructs a CommandLineException.
connection() - Method in class org.edg.data.util.JNDIConnectionFactory
 
connection() - Method in class org.edg.data.util.ConnectionFactory
 
connection() - Method in class org.edg.data.util.DriverBasedConnectionFactory
 
ConnectionException - exception org.edg.data.util.ConnectionException.
A FaultableException to cover the generic exception cases of network and application server system exceptions and failures.
ConnectionException(String) - Constructor for class org.edg.data.util.ConnectionException
Constructs an ConnectionException with the specified detail message.
ConnectionException(Throwable) - Constructor for class org.edg.data.util.ConnectionException
 
ConnectionFactory - class org.edg.data.util.ConnectionFactory.
A Generic connection factory.
ConnectionFactory() - Constructor for class org.edg.data.util.ConnectionFactory
 
contains(String) - Method in class org.edg.data.util.BloomFilter
 
contains(String) - Method in class org.edg.data.util.SQLCatalog
Does this Catalog contain a given entry ?
containsKey(String) - Method in class org.edg.data.util.attribute.AttributeDefinitionSet
 
containsWildcards(String) - Static method in class org.edg.data.util.RegExp2SQL
 
CountingBloomFilter - class org.edg.data.util.CountingBloomFilter.
A Representation of a Bloom Filter which stores counts for each bit.
CountingBloomFilter(byte[], int, int, int) - Constructor for class org.edg.data.util.CountingBloomFilter
create a read-only Bloomfilter from a pre-created bit array.
CountingBloomFilter(int, int) - Constructor for class org.edg.data.util.CountingBloomFilter
create a new bloom filter
countStarFromTable(Connection, String) - Method in class org.edg.data.util.attribute.SQLHelpers
 
createAttributeDefinition(AttributeDefinition) - Method in class org.edg.data.util.attribute.AttributeHandler
 
createCommand(String, String[]) - Method in class org.edg.data.util.CommandFactory
Create a new command object.

D

DataError - exception org.edg.data.util.DataError.
Base exception class for all unckecked WP2 exceptions.
DataError(String) - Constructor for class org.edg.data.util.DataError
Constructs a DataException with the specified detail message.
DataError(String, Throwable) - Constructor for class org.edg.data.util.DataError
 
DataError(Throwable) - Constructor for class org.edg.data.util.DataError
Constructs a DataError from another Throwable.
DataException - exception org.edg.data.util.DataException.
Base exception class for all WP2 exceptions.
DataException(String) - Constructor for class org.edg.data.util.DataException
Constructs a DataException with the specified detail message.
DataException(String, Throwable) - Constructor for class org.edg.data.util.DataException
 
DataException(Throwable) - Constructor for class org.edg.data.util.DataException
Constructs a DataException from another exception.
decrHighNybble(byte) - Static method in class org.edg.data.util.BitUtils
decrement the high nybble, treating it a an unsigned nybble.
decrLowNybble(byte) - Static method in class org.edg.data.util.BitUtils
decrement the low nybble, treating it a an unsigned nybble.
DEFAULT_INSECURE_PORT - Static variable in class org.edg.data.util.CommandHelpers
the default port for insecure servers
DEFAULT_SECURE_PORT - Static variable in class org.edg.data.util.CommandHelpers
the default port for secure servers
delete(String) - Method in class org.edg.data.util.BloomFilter
 
deleteColumn(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
description(String) - Method in class org.edg.data.util.CommandBase
 
DriverBasedConnectionFactory - class org.edg.data.util.DriverBasedConnectionFactory.
A ConnectionFactory that uses the JDDB Driver Manager.
DriverBasedConnectionFactory(String, String, String, String) - Constructor for class org.edg.data.util.DriverBasedConnectionFactory
Create a new connection factory, using the given Driver to connec to a JDBC resource.
dumpFault(RemoteException, PrintStream) - Static method in class org.edg.data.util.AxisHelpers
check if a RemoteException is an AxisFault.

E

entriesForGuid(Connection, String) - Method in class org.edg.data.util.attribute.SQLHelpers
get the list of entries for a guid.
entryExists(Connection, String) - Method in class org.edg.data.util.attribute.SQLHelpers
does a entry exist in the db ?
EntryExistsException - exception org.edg.data.util.attribute.EntryExistsException.
TODO [doc] - document class EntryExistsException
EntryExistsException(String) - Constructor for class org.edg.data.util.attribute.EntryExistsException
Constructs an NoSuchGuidException with the specified detail message.
equals(Object) - Method in class org.edg.data.util.BloomFilter
 
equals(Object) - Method in class org.edg.data.util.MethodLogger
 
equals(Object) - Method in class org.edg.data.util.attribute.Mapping
 
equals(Object) - Method in class org.edg.data.util.attribute.AttributeDefinition
 
execute() - Method in interface org.edg.data.util.Command
Execute the command.
execute() - Method in class org.edg.data.util.CommandBase
 
execute(String) - Method in class org.edg.data.util.CommandClient
Execute the command.

F

Faultable - interface org.edg.data.util.Faultable.
This is a interface that a class, usually an Exception, can call to transform itself into an Axis Fault.
FaultableException - exception org.edg.data.util.FaultableException.
This is the top level data management exception which can be converted into an Axis Fault and thrown across a SOAP communication.
FaultableException(String) - Constructor for class org.edg.data.util.FaultableException
Constructs an FaultableException with the specified detail message.
faultCode() - Static method in class org.edg.data.util.ConnectionException
 
faultCode() - Static method in class org.edg.data.util.FaultableException
 
faultCode() - Static method in class org.edg.data.util.InternalServerException
 
faultCode() - Static method in class org.edg.data.util.attribute.AttributeDefinitionExistsException
 
faultCode() - Static method in class org.edg.data.util.attribute.NoSuchAttributeDefinitionException
 
faultCode() - Static method in class org.edg.data.util.attribute.UnsupportedAttributeTypeException
 
faultCode() - Static method in class org.edg.data.util.attribute.ValueTooLongException
 
faultCode() - Static method in class org.edg.data.util.attribute.InvalidQueryException
 
faultCode() - Static method in class org.edg.data.util.attribute.UnappropriateAttributeTypeException
 
faultCode() - Static method in class org.edg.data.util.attribute.EntryExistsException
 
faultCode() - Static method in class org.edg.data.util.attribute.NoSuchGuidException
 
FILE_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
FileUtil - class org.edg.data.util.FileUtil.
File utilities
FileUtil() - Constructor for class org.edg.data.util.FileUtil
 
fourByteToInt(byte, byte, byte, byte) - Static method in class org.edg.data.util.BitUtils
 
FTP_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 

G

generate() - Method in class org.edg.data.util.naming.GUIDGenerator
Generates a valid GUID based on the UUID standard.
generate(String) - Method in class org.edg.data.util.naming.GUIDGenerator
This creates a guid URI takes into account the MAC address of the host.
get(String) - Method in class org.edg.data.util.attribute.AttributeDefinitionSet
 
getArgument(String) - Method in class org.edg.data.util.CommandBase
 
getAttr() - Method in class org.edg.data.util.attribute.NoSuchAttributeDefinitionException
 
getAttrDesc() - Method in class org.edg.data.util.attribute.AttributeDefinitionExistsException
 
getAttribute(String) - Static method in class org.edg.data.util.AxisHelpers
Get an attribute from our current ServletContext It returns null if the attribute is not defined.
getAttributeDefinition(String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
getAttributeDefinitions() - Method in class org.edg.data.util.attribute.AttributeHandler
 
getAttributeNames() - Method in class org.edg.data.util.attribute.Mapping
 
getAttributes() - Method in class org.edg.data.util.attribute.Mapping
 
getAttrName() - Method in class org.edg.data.util.attribute.UnappropriateAttributeTypeException
 
getAttrType() - Method in class org.edg.data.util.attribute.UnsupportedAttributeTypeException
 
getAttrType() - Method in class org.edg.data.util.attribute.UnappropriateAttributeTypeException
 
getAxisEngine() - Static method in class org.edg.data.util.AxisHelpers
get the AxisServer in this servlet.
getBoolOption(String) - Method in class org.edg.data.util.CommandBase
 
getColumnDefinitions(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
return a string[] which contains {name, type} pairs in order where the name matches the given pattern
getColumnNames(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
return a string[] which contains column name in order where the name matches the given pattern
getColumnSize(ConnectionFactory, String, String) - Static method in class org.edg.data.util.SQLUtils
 
getColumnSize(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
getCommandLine() - Method in class org.edg.data.util.CommandBase
return the parsed command line
getCommandName() - Method in class org.edg.data.util.CommandBase
 
getConfigFile() - Method in interface org.edg.data.util.Command
 
getConfigFile() - Method in class org.edg.data.util.CommandBase
 
getConfigResource() - Method in class org.edg.data.util.InvalidConfigurationException
 
getConfiguration() - Method in class org.edg.data.util.CommandFactory
 
getConnectionName() - Method in class org.edg.data.util.InvalidConnectionException
 
getDefaultMaxStringAttributeLength(String) - Static method in class org.edg.data.util.attribute.AttributeHandler
return the default, hard-coded maximum string attribute length.
getEndpointUrl() - Static method in class org.edg.data.util.AxisHelpers
Get the endpoint URL this is running on.
getEntry() - Method in class org.edg.data.util.attribute.Mapping
 
getEntry() - Method in class org.edg.data.util.attribute.EntryExistsException
 
getEntryName() - Method in class org.edg.data.util.InvalidCatalogEntryException
Get the name of the invalid entry
getFloatAttribute(String, String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
getGuid() - Method in class org.edg.data.util.attribute.Mapping
 
getGuid() - Method in class org.edg.data.util.attribute.NoSuchGuidException
 
getGuidAttributeNames() - Method in class org.edg.data.util.attribute.Mapping
 
getGuidAttributes() - Method in class org.edg.data.util.attribute.Mapping
 
getInitParameter(String) - Static method in class org.edg.data.util.AxisHelpers
Get an initialization parameter from the Servlet deployment descriptor.
getIntAttribute(String, String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
getInterfaceVersion() - Static method in class org.edg.data.util.Version
 
getKey() - Method in class org.edg.data.util.MissingReplacementValueException
Get the name of the missing key
getMappings(String, int, int) - Method in class org.edg.data.util.attribute.MappingHandler
 
getMappingsWithAttributes(Connection, List) - Method in class org.edg.data.util.attribute.BulkOperations
get all the mappings for a list of guids.
getMappingsWithAttributes(String, int, int) - Method in class org.edg.data.util.attribute.MappingHandler
 
getMaxAttributeDefinitionLength() - Method in class org.edg.data.util.attribute.AttributeHandler
 
getMaxColumnNameSize() - Method in class org.edg.data.util.ConnectionFactory
 
getMaxStringAttributeLength() - Method in class org.edg.data.util.attribute.AttributeHandler
 
getName() - Method in class org.edg.data.util.InvalidCatalogException
Get the name of the invalid catalog
getName() - Method in class org.edg.data.util.attribute.AttributeDefinition
 
getName() - Method in class org.edg.data.util.attribute.ValueTooLongException
 
getName() - Method in class org.edg.data.util.attribute.InvalidNameException
 
getNumberOfHashes() - Method in class org.edg.data.util.BloomFilter
 
getNumBits() - Method in class org.edg.data.util.BloomFilter
 
getNumEntries() - Method in class org.edg.data.util.BloomFilter
 
getOptimalNumKeys() - Method in class org.edg.data.util.BloomFilter
 
getOptions() - Method in class org.edg.data.util.CommandBase
 
getParameterizedSQL(String, Map) - Method in class org.edg.data.util.SQLCatalog
return the SQL statement that has been created with the parameters.
getParentDirectory(String) - Static method in class org.edg.data.util.FileUtil
Method getDirectory() will retrieve the parent directory of the filename.
getReason() - Method in class org.edg.data.util.attribute.InvalidQueryException
 
getSchemaVersion(Connection) - Method in class org.edg.data.util.attribute.SQLHelpers
Get the schema version from the catalog.
getSQL(String) - Method in class org.edg.data.util.SQLCatalog
return the SQL statement from the catalog.
getStringAttribute(String, String) - Method in class org.edg.data.util.attribute.AttributeHandler
returns the attribute value, or null if there is no attribute value set
getStringOption(String) - Method in class org.edg.data.util.CommandBase
 
getTimingFile() - Method in class org.edg.data.util.CommandBase
 
getType() - Method in class org.edg.data.util.attribute.AttributeDefinition
 
getTypeForColumn(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
getVendor() - Method in class org.edg.data.util.InvalidCatalogException
Get the vendor of the invalid catalog
getVendor() - Method in class org.edg.data.util.ConnectionFactory
 
getVersion() - Static method in class org.edg.data.util.Version
 
getVO() - Method in interface org.edg.data.util.Command
 
getVO() - Method in class org.edg.data.util.CommandBase
 
GSIFTP_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
GUID_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
guid(String) - Static method in class org.edg.data.util.naming.Canonicalizer
Check whether a guid is valid
guid(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
Check whether a guid is valid
guidExists(Connection, String) - Method in class org.edg.data.util.attribute.SQLHelpers
does a guid exist in the db ?
guidForEntry(Connection, String) - Method in class org.edg.data.util.attribute.SQLHelpers
Gets the guid that an entry is mapped to. returns null if the entry does not exist
GUIDGenerator - class org.edg.data.util.naming.GUIDGenerator.
This class implements the NameGenerator interface to create Grid Unique Identifiers.
GUIDGenerator() - Constructor for class org.edg.data.util.naming.GUIDGenerator
create a new configured generator

H

handleRemoteException(RemoteException, URL) - Static method in class org.edg.data.util.CommandHelpers
Handle the various remote exception cases that we can return meaningful error messages for.
hasCommand() - Method in class org.edg.data.util.CommandLineException
check whether command was set
hashCode() - Method in class org.edg.data.util.BloomFilter
 
hashCode() - Method in class org.edg.data.util.MethodLogger
 
hashCode() - Method in class org.edg.data.util.attribute.Mapping
 
hashCode() - Method in class org.edg.data.util.attribute.AttributeDefinition
 
hasNext() - Method in class org.edg.data.util.NullIterator
 
highNybble(byte) - Static method in class org.edg.data.util.BitUtils
 
HTTP_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
HTTPG_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
HTTPS_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 

I

incrHighNybble(byte) - Static method in class org.edg.data.util.BitUtils
increment the high nybble, treating it a an unsigned nybble.
incrLowNybble(byte) - Static method in class org.edg.data.util.BitUtils
descrement the high nybble, treating it a an unsigned nybble.
init() - Method in class org.edg.data.util.CommandBase
do the per command initialization of each command's options
InternalServerException - exception org.edg.data.util.InternalServerException.
An internal server exception
InternalServerException(String) - Constructor for class org.edg.data.util.InternalServerException
 
InvalidCatalogEntryException - exception org.edg.data.util.InvalidCatalogEntryException.
An Exception thrown by the catalog when it is asked for an entry it does not contain.
InvalidCatalogEntryException(String) - Constructor for class org.edg.data.util.InvalidCatalogEntryException
 
InvalidCatalogEntryException(String, String) - Constructor for class org.edg.data.util.InvalidCatalogEntryException
 
InvalidCatalogException - exception org.edg.data.util.InvalidCatalogException.
An exception for the case of a catalog not being valid.
InvalidCatalogException(String, String, String) - Constructor for class org.edg.data.util.InvalidCatalogException
Constructs an InvalidCatalogException with the specified detail message.
InvalidConfigurationException - exception org.edg.data.util.InvalidConfigurationException.
Configuration exception.
InvalidConfigurationException(String) - Constructor for class org.edg.data.util.InvalidConfigurationException
 
InvalidConfigurationException(String, String) - Constructor for class org.edg.data.util.InvalidConfigurationException
 
InvalidConnectionException - exception org.edg.data.util.InvalidConnectionException.
An exception which is thrown if a Connection returned from the pool is not valid.
InvalidConnectionException(String) - Constructor for class org.edg.data.util.InvalidConnectionException
Constructs an InvalidConnectionException with the specified detail message.
InvalidFileTypeException - exception org.edg.data.util.InvalidFileTypeException.
A simple exception class which is used when a wrong URI type is specified in an operation.
InvalidFileTypeException(String, String) - Constructor for class org.edg.data.util.InvalidFileTypeException
 
InvalidFileTypeException(URI) - Constructor for class org.edg.data.util.InvalidFileTypeException
 
InvalidFileTypeException(URI, String) - Constructor for class org.edg.data.util.InvalidFileTypeException
 
InvalidNameException - exception org.edg.data.util.attribute.InvalidNameException.
TODO [doc] - document class InvalidNameException
InvalidNameException(String) - Constructor for class org.edg.data.util.attribute.InvalidNameException
 
InvalidQueryException - exception org.edg.data.util.attribute.InvalidQueryException.
A SOAP Exception for when the query is invalid
InvalidQueryException(String, String) - Constructor for class org.edg.data.util.attribute.InvalidQueryException
Constructs an InvalidQueryException with the specified detail message.
InvalidRegExpException - exception org.edg.data.util.InvalidRegExpException.
The exception thrown when performing translation of subset of regular expressions into SQL reg/ expressions fails due to an invalid input
InvalidRegExpException(String) - Constructor for class org.edg.data.util.InvalidRegExpException
Default constructor
isDuplicateMessage(SQLException) - Static method in class org.edg.data.util.SQLUtils
check if the SQL Exception is because of unique key constraint violation
isFault(RemoteException, String) - Static method in class org.edg.data.util.AxisHelpers
check we have a fault of a given type
isFile(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a file URL
isFloatType(AttributeDefinition) - Static method in class org.edg.data.util.attribute.AttributeHandler
 
isFtp(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a http URL
isFull() - Method in class org.edg.data.util.BloomFilter
 
isGsiftp(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a GsiFtp URI?
isGuid(String) - Static method in class org.edg.data.util.naming.URIScheme
 
isGuid(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a GUID ?
isHttp(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a http URL
isHttpg(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a httpg URL
isHttps(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a https URL
isIntType(AttributeDefinition) - Static method in class org.edg.data.util.attribute.AttributeHandler
 
isLfn(String) - Static method in class org.edg.data.util.naming.URIScheme
 
isLfn(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a LFN
isLoggingEnabled() - Method in class org.edg.data.util.MethodLogger
Is logging of methods enabled ?
isLogical(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a URI for a logical file (i.e.
isMutableLoggingEnabled() - Method in class org.edg.data.util.MethodLogger
Is logging of mutable methods enabled ?
isPhysical(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a URI fora physical file?
isSecure() - Method in interface org.edg.data.util.Command
 
isSecure() - Method in class org.edg.data.util.CommandBase
 
isSet(byte[], int) - Static method in class org.edg.data.util.BitUtils
Is a bit set in the bit array.
isSet(int) - Method in class org.edg.data.util.BloomFilter
 
isSet(int) - Method in class org.edg.data.util.CountingBloomFilter
 
isSet(int) - Method in class org.edg.data.util.SimpleBloomFilter
 
isSfn(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a real SFN Storage File Name?
isSrm(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a real SRM Storage File Name?
isStringType(AttributeDefinition) - Static method in class org.edg.data.util.attribute.AttributeHandler
 
isSurl(String) - Static method in class org.edg.data.util.naming.URIScheme
 
isSurl(URI) - Static method in class org.edg.data.util.naming.URIScheme
Is this a Storage File Name?
isTiming() - Method in class org.edg.data.util.CommandBase
 
isValidHostname(String) - Static method in class org.edg.data.util.naming.URIScheme
 
isVerbose() - Method in interface org.edg.data.util.Command
 
isVerbose() - Method in class org.edg.data.util.CommandBase
 

J

JNDIConnectionFactory - class org.edg.data.util.JNDIConnectionFactory.
A JNDI based connection factory.
JNDIConnectionFactory(Context, String) - Constructor for class org.edg.data.util.JNDIConnectionFactory
 

L

LFN_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
lfn(String) - Static method in class org.edg.data.util.naming.Canonicalizer
Check whether an lfn is valid
lfn(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
Check whether an lfn is valid
LoadableStack - class org.edg.data.util.LoadableStack.
Maintains a simple fifo stack of strings, which are loaded from a File, or URI.
LoadableStack() - Constructor for class org.edg.data.util.LoadableStack
never used
LoadableStack(File) - Constructor for class org.edg.data.util.LoadableStack
Load in a list of Strings into the stack, from the given file.
LoadableStack(URI) - Constructor for class org.edg.data.util.LoadableStack
create a new loadable stack, reading in the strings from a URI
log(String) - Method in class org.edg.data.util.MethodLogger
 
log(String, String) - Method in class org.edg.data.util.MethodLogger
 
LOG4J_CONFIGFILE_PATH - Static variable in class org.edg.data.util.AxisHelpers
the name of the parameter whose value contains the path to the log4j config file
logMutable(String) - Method in class org.edg.data.util.MethodLogger
 
logMutable(String, String) - Method in class org.edg.data.util.MethodLogger
 
logMutableWithResult(String, String, boolean) - Method in class org.edg.data.util.MethodLogger
 
logMutableWithResult(String, String, String) - Method in class org.edg.data.util.MethodLogger
 
logWithResult(String, String) - Method in class org.edg.data.util.MethodLogger
 
logWithResult(String, String[]) - Method in class org.edg.data.util.MethodLogger
 
logWithResult(String, String, boolean) - Method in class org.edg.data.util.MethodLogger
 
logWithResult(String, String, String) - Method in class org.edg.data.util.MethodLogger
 
logWithResult(String, String, String[]) - Method in class org.edg.data.util.MethodLogger
 
lowNybble(byte) - Static method in class org.edg.data.util.BitUtils
 

M

m_bits - Variable in class org.edg.data.util.BloomFilter
the actual bits of the filter
m_log - Static variable in class org.edg.data.util.ConnectionFactory
 
make(String) - Static method in class org.edg.data.util.naming.URIFactory
 
makeEndpoint(CommandLine, boolean, String) - Static method in class org.edg.data.util.CommandHelpers
Make an enpoint, given a set of command line options
makeFault(String, String) - Method in class org.edg.data.util.FaultableException
 
makeFileURI(String) - Static method in class org.edg.data.util.naming.URIFactory
given a path on disk, make a file URI from it.
makeGuid(String) - Static method in class org.edg.data.util.naming.URIFactory
 
makeHostURI(String) - Static method in class org.edg.data.util.naming.URIFactory
 
makeLfn(String) - Static method in class org.edg.data.util.naming.URIFactory
 
makeLogical(String) - Static method in class org.edg.data.util.naming.URIFactory
 
makePhysical(String) - Static method in class org.edg.data.util.naming.URIFactory
 
makeSfn(String, String) - Static method in class org.edg.data.util.naming.URIFactory
Create a new SFN Surl, provided with a hostname, and a path on that host.
makeSurl(String) - Static method in class org.edg.data.util.naming.URIFactory
Create a new Surl, provided with only a hostname.
makeSurl(String, int, String) - Static method in class org.edg.data.util.naming.URIFactory
Create a new Surl, provided with a hostname, port and a path on that host.
makeSurl(String, String) - Static method in class org.edg.data.util.naming.URIFactory
Create a new Surl, provided with a hostname, and a path on that host.
makeTurl(String) - Static method in class org.edg.data.util.naming.URIFactory
 
Mapping - class org.edg.data.util.attribute.Mapping.
A template for the SOAP generated class passed back from getMapping* operations.
Mapping() - Constructor for class org.edg.data.util.attribute.Mapping
 
MappingHandler - class org.edg.data.util.attribute.MappingHandler.
A Helper class which manages searching for mappings which match given GUID/ALIAS/PFN patterns
MappingHandler(String, ConnectionFactory, AttributeHandler, AttributeHandler, MethodLogger) - Constructor for class org.edg.data.util.attribute.MappingHandler
Create a new MappingHandler.
MethodLogger - class org.edg.data.util.MethodLogger.
A simple class which provides logging methods which are useful for logging API calls, with arguments and result codes.
MethodLogger(String) - Constructor for class org.edg.data.util.MethodLogger
Construct a new MethodLogger, with the give log name
MissingReplacementValueException - exception org.edg.data.util.MissingReplacementValueException.
This is an unckecked runtime error, i.e. you dont need to check for/declare it unless you want to in each method in the calling stack.
MissingReplacementValueException(String) - Constructor for class org.edg.data.util.MissingReplacementValueException
 
MissingReplacementValueException(String, String) - Constructor for class org.edg.data.util.MissingReplacementValueException
 
MYSQL_STRING_ATTR_VALUE_LENGTH - Static variable in class org.edg.data.util.attribute.AttributeHandler
 

N

next() - Method in class org.edg.data.util.NullIterator
 
NoSuchAttributeDefinitionException - exception org.edg.data.util.attribute.NoSuchAttributeDefinitionException.
 
NoSuchAttributeDefinitionException(String) - Constructor for class org.edg.data.util.attribute.NoSuchAttributeDefinitionException
Constructs an NoSuchAttributeDefinitionException with the specified detail message.
NoSuchGuidException - exception org.edg.data.util.attribute.NoSuchGuidException.
 
NoSuchGuidException(String) - Constructor for class org.edg.data.util.attribute.NoSuchGuidException
Constructs an NoSuchGuidException with the specified detail message.
NullIterator - class org.edg.data.util.NullIterator.
TODO [doc] - document class NullIterator
NullIterator() - Constructor for class org.edg.data.util.NullIterator
 
numBytes(int) - Static method in class org.edg.data.util.BitUtils
return the number of 8 bit bytes needed to represent this positive integer.

O

ORACLE_STRING_ATTR_VALUE_LENGTH - Static variable in class org.edg.data.util.attribute.AttributeHandler
 
org.edg.data.util - package org.edg.data.util
 
org.edg.data.util.attribute - package org.edg.data.util.attribute
 
org.edg.data.util.naming - package org.edg.data.util.naming
 

P

printArgument(String, String) - Method in class org.edg.data.util.ClientHelp
 
printCommandHelp(CommandDescriptor) - Method in class org.edg.data.util.ClientHelp
 
printHelp() - Method in interface org.edg.data.util.Command
 
printHelp() - Method in class org.edg.data.util.CommandBase
print help on command
printHelp() - Method in class org.edg.data.util.CommandLineException
Print help on command on screen
println() - Method in class org.edg.data.util.ClientHelp
output a blank line to the help text
println(String) - Method in class org.edg.data.util.ClientHelp
output a line of help
printUsageBlock(String, Options) - Method in class org.edg.data.util.ClientHelp
print a usage block.
printUsageBlock(String, String, Options, String) - Method in class org.edg.data.util.ClientHelp
print a usage block.

Q

queryFourParamThirdAndFourthIntReturnStringPairList(Connection, String, String, String, int, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamHasString(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnDate(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnFloat(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnInt(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnListStringArray(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnString(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnStringPairList(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamIntReturnTimestamp(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamReturnDate(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamReturnInt(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamReturnString(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamReturnStringList(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryOneParamReturnStringPairList(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
Execute query which returns a result set where the row is a pair of string.
queryReturnInt(Connection, String) - Static method in class org.edg.data.util.SQLUtils
 
queryReturnString(Connection, String) - Static method in class org.edg.data.util.SQLUtils
 
queryReturnStringList(Connection, String) - Static method in class org.edg.data.util.SQLUtils
 
queryReturnStringPairList(Connection, String) - Static method in class org.edg.data.util.SQLUtils
Execute query which returns a result set where the row is a pair of string.
queryReturnThreeStringsList(Connection, String) - Static method in class org.edg.data.util.SQLUtils
 
queryReturnTwoStringsList(Connection, String) - Static method in class org.edg.data.util.SQLUtils
 
queryThreeParamReturnString(Connection, String, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryThreeParamSecondAndThirdIntReturnStringPairList(Connection, String, String, int, int) - Static method in class org.edg.data.util.SQLUtils
Execute query which returns a result set where the row is a pair of string.
queryThreeParamThirdIntReturnStringPairList(Connection, String, String, String, int) - Static method in class org.edg.data.util.SQLUtils
 
queryTwoParamIntReturnListStringArray(Connection, String, int, int) - Static method in class org.edg.data.util.SQLUtils
 
queryTwoParamIntReturnStringPairList(Connection, String, int, int) - Static method in class org.edg.data.util.SQLUtils
 
queryTwoParamReturnInt(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryTwoParamReturnString(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryTwoParamReturnStringList(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
queryTwoParamReturnStringPairList(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
Execute query which returns a result set where the row is a pair of string.
queryTwoParamSecondIntReturnStringPairList(Connection, String, String, int) - Static method in class org.edg.data.util.SQLUtils
Execute query which returns a result set where the row is a pair of string.

R

RegExp2SQL - class org.edg.data.util.RegExp2SQL.
The utility class performing translation of subset of regular expressions into SQL reg/ expressions.
remove() - Method in class org.edg.data.util.NullIterator
 
remove(String) - Method in class org.edg.data.util.attribute.AttributeDefinitionSet
 
removeAttribute(String, String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
removeAttributeDefinition(String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
removeEntryFromGuid(Connection, String, String) - Method in class org.edg.data.util.attribute.SQLHelpers
remove an entry from the entry table in the rmc.
removeGuidIfEmpty(Connection, String) - Method in class org.edg.data.util.attribute.SQLHelpers
Remove a guid from the guid table if it has no entries mapped to it.
rollback(String, Connection) - Static method in class org.edg.data.util.SQLUtils
 

S

setAttribute(String, Object) - Static method in class org.edg.data.util.AxisHelpers
An an Attribute to our current ServletContext.
setAttribute(String, String, String) - Method in class org.edg.data.util.attribute.AttributeHandler
 
setAttributeNames(String[]) - Method in class org.edg.data.util.attribute.Mapping
 
setAttributes(String[]) - Method in class org.edg.data.util.attribute.Mapping
 
setBit(byte[], int) - Static method in class org.edg.data.util.BitUtils
set a bit in the bit array
setBit(int) - Method in class org.edg.data.util.BloomFilter
 
setBit(int) - Method in class org.edg.data.util.CountingBloomFilter
 
setBit(int) - Method in class org.edg.data.util.SimpleBloomFilter
 
setEntry(String) - Method in class org.edg.data.util.attribute.Mapping
 
setGuid(String) - Method in class org.edg.data.util.attribute.Mapping
 
setGuidAttributeNames(String[]) - Method in class org.edg.data.util.attribute.Mapping
 
setGuidAttributes(String[]) - Method in class org.edg.data.util.attribute.Mapping
 
setMappingsWithAttributes(Connection, List) - Method in class org.edg.data.util.attribute.BulkOperations
 
setName(String) - Method in class org.edg.data.util.attribute.AttributeDefinition
 
setOption(HashMap) - Method in class org.edg.data.util.CommandBase
 
setType(String) - Method in class org.edg.data.util.attribute.AttributeDefinition
 
setupLogging() - Static method in class org.edg.data.util.AxisHelpers
Set up log4j logging, getting the name of the log file from an init-param.
setupLogging(ServletContext) - Static method in class org.edg.data.util.AxisHelpers
Set up log4j logging, getting the name of the log file from an init-param.
SFN_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
SimpleBloomFilter - class org.edg.data.util.SimpleBloomFilter.
A Representation of a Bloom Filter.
SimpleBloomFilter(byte[], int, int, int) - Constructor for class org.edg.data.util.SimpleBloomFilter
 
SimpleBloomFilter(int, int) - Constructor for class org.edg.data.util.SimpleBloomFilter
 
singleDateValue(ResultSet) - Static method in class org.edg.data.util.SQLUtils
return the first col of the first row of a ResultSet
singleFloatValue(ResultSet) - Static method in class org.edg.data.util.SQLUtils
return the first col of the first row of a ResultSet
singleIntValue(ResultSet) - Static method in class org.edg.data.util.SQLUtils
return the first col of the first row of a ResultSet
singleTimestampValue(ResultSet) - Static method in class org.edg.data.util.SQLUtils
return the first col of the first row of a ResultSet
singleValue(ResultSet) - Static method in class org.edg.data.util.SQLUtils
return the first col of the first row of a ResultSet
SQLCatalog - class org.edg.data.util.SQLCatalog.
A Catalog for SQL Statements
SQLCatalog(String, String) - Constructor for class org.edg.data.util.SQLCatalog
Create a new catalog.
SQLHelpers - class org.edg.data.util.attribute.SQLHelpers.
This abstracts out the concept of a 1-N guid -> entry mapping in a catalog.
SQLHelpers(String, String) - Constructor for class org.edg.data.util.attribute.SQLHelpers
 
SQLUtils - class org.edg.data.util.SQLUtils.
Useful methods for dealing with SQL
SQLUtils() - Constructor for class org.edg.data.util.SQLUtils
 
SRM_SCHEME - Static variable in class org.edg.data.util.naming.URIScheme
 
stripGuidPrefix(String) - Static method in class org.edg.data.util.CommandBase
 
stripGuidPrefix(String) - Static method in class org.edg.data.util.naming.Canonicalizer
 
stripGuidPrefix(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
For a given GUID, chech if a prefix exists: If not, return the same GUID otherwise remove the prefix "guid:"
stripGuidPrefixes(String) - Static method in class org.edg.data.util.CommandBase
given a query, which might contain some queries on the guid_guid column, remove guid: prefixes from those gueries
stripLfnPrefix(String) - Static method in class org.edg.data.util.CommandBase
 
stripLfnPrefix(String) - Static method in class org.edg.data.util.naming.Canonicalizer
 
stripLfnPrefix(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
For a given LFN, chech if a prefix exists: If not, return the same LFN otherwise remove the prefix "lfn:"
stripLfnPrefixes(String) - Static method in class org.edg.data.util.CommandBase
given a query, which might contain some queries on the lfn_lfn column, remove lfn: prefixes from those gueries
surl(String) - Static method in class org.edg.data.util.naming.Canonicalizer
Check whether a surl is valid
surl(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
Check whether a surl is valid

T

toString() - Method in class org.edg.data.util.BloomFilter
 
toString() - Method in class org.edg.data.util.ClientHelp
return the help text currently stored
toString() - Method in class org.edg.data.util.attribute.Mapping
 
toString() - Method in class org.edg.data.util.attribute.AttributeDefinition
 
translate(String) - Static method in class org.edg.data.util.RegExp2SQL
Translates a regular expression to SQL wildcard to be used inside LIKE SQL statements.

U

UnappropriateAttributeTypeException - exception org.edg.data.util.attribute.UnappropriateAttributeTypeException.
 
UnappropriateAttributeTypeException(String, String) - Constructor for class org.edg.data.util.attribute.UnappropriateAttributeTypeException
Constructs an UnappropriateAttributeTypeException with the specified detail message.
UnsupportedAttributeTypeException - exception org.edg.data.util.attribute.UnsupportedAttributeTypeException.
 
UnsupportedAttributeTypeException(String) - Constructor for class org.edg.data.util.attribute.UnsupportedAttributeTypeException
Constructs an UnsupportedAttributeTypeException with the specified detail message.
update(Connection, String) - Static method in class org.edg.data.util.SQLUtils
do an executeUpdate() with a statement having one parameter
updateManyParam(Connection, String, String[]) - Static method in class org.edg.data.util.SQLUtils
 
updateOneParam(Connection, String, String) - Static method in class org.edg.data.util.SQLUtils
 
updateOneParamAndNullDate(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
updateOneParamAndNullFloat(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
updateOneParamAndNullInt(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
updateOneParamAndNullString(Connection, String, int) - Static method in class org.edg.data.util.SQLUtils
 
updateThreeParam(Connection, String, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
updateTwoParam(Connection, String, String, String) - Static method in class org.edg.data.util.SQLUtils
 
updateTwoParamFirstAndSecondInt(Connection, String, int, int) - Static method in class org.edg.data.util.SQLUtils
 
updateTwoParamFirstFloatAndSecondInt(Connection, String, float, int) - Static method in class org.edg.data.util.SQLUtils
 
updateTwoParamFirstInt(Connection, String, int, String) - Static method in class org.edg.data.util.SQLUtils
 
updateTwoParamFirstTimestampAndSecondInt(Connection, String, Timestamp, int) - Static method in class org.edg.data.util.SQLUtils
 
updateTwoParamSecondInt(Connection, String, String, int) - Static method in class org.edg.data.util.SQLUtils
 
URIFactory - class org.edg.data.util.naming.URIFactory.
Create SURLs
URIFactory() - Constructor for class org.edg.data.util.naming.URIFactory
we never construct one of these
URIScheme - class org.edg.data.util.naming.URIScheme.
File types understood by the replica manager.
URIScheme() - Constructor for class org.edg.data.util.naming.URIScheme
 

V

values() - Method in class org.edg.data.util.attribute.AttributeDefinitionSet
 
ValueTooLongException - exception org.edg.data.util.attribute.ValueTooLongException.
 
ValueTooLongException(String) - Constructor for class org.edg.data.util.attribute.ValueTooLongException
Constructs an ValueTooLongException with the specified detail message.
VENDOR_MYSQL - Static variable in class org.edg.data.util.SQLUtils
 
VENDOR_ORACLE - Static variable in class org.edg.data.util.SQLUtils
 
Version - class org.edg.data.util.Version.
The Version of this package.
Version() - Constructor for class org.edg.data.util.Version
 

W

withGuidPrefix(String) - Static method in class org.edg.data.util.CommandBase
 
withGuidPrefix(String) - Static method in class org.edg.data.util.naming.Canonicalizer
 
withGuidPrefix(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
For a given GUID, chech if a prefix exists: If yes, return the same GUID otherwise add a "guid:" prefix.
withLfnPrefix(String) - Static method in class org.edg.data.util.CommandBase
 
withLfnPrefix(String) - Static method in class org.edg.data.util.naming.Canonicalizer
 
withLfnPrefix(URI) - Static method in class org.edg.data.util.naming.Canonicalizer
For a given LFN, chech if a prefix exists: If yes, return the same LFN otherwise add a "lfn:" prefix.
writeBits(OutputStream) - Method in class org.edg.data.util.BloomFilter
 
writeTo(PrintStream) - Method in class org.edg.data.util.ClientHelp
Output the help to a PrintStream, e.g.
writeTo(PrintWriter) - Method in class org.edg.data.util.ClientHelp
Output the help to a PrintWriter

A B C D E F G H I J L M N O P Q R S T U V W