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

A

abort() - Method in interface org.glite.rgma.Consumer
Aborts the current query.
addColumn(ColumnDefinition) - Method in class org.glite.rgma.CreateTableStatement
Adds a column definition.
addRule(String) - Method in class org.glite.rgma.TableAuthorization
Adds a rule to this TableAuthorization.
afterLast() - Method in interface org.glite.rgma.ResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.

B

beforeFirst() - Method in interface org.glite.rgma.ResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
BOOLEAN - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BOOLEAN.

C

CHAR - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
clone() - Method in class org.glite.rgma.ColumnDefinition
Gets a clone of this object.
clone() - Method in class org.glite.rgma.CreateTableStatement
Gets a clone of this object.
close() - Method in interface org.glite.rgma.Resource
Closes the resource.
ColumnDefinition - Class in org.glite.rgma
Definition of a column in an SQL CREATE TABLE statement.
ColumnDefinition() - Constructor for class org.glite.rgma.ColumnDefinition
Constructs an empty ColumnDefinition object.
ColumnDefinition(String, String, int, boolean, boolean) - Constructor for class org.glite.rgma.ColumnDefinition
Constructs a ColumnDefinition object.
ColumnDefinitionList - Class in org.glite.rgma
Contains a list of column definitions.
ColumnDefinitionList() - Constructor for class org.glite.rgma.ColumnDefinitionList
Creates a new column definition list.
Consumer - Interface in org.glite.rgma
A client uses a Consumer to retrieve data from one or more producers.
ConsumerFactory - Interface in org.glite.rgma
A factory to create Consumers.
containsValidSize() - Method in class org.glite.rgma.ColumnDefinition
Determines if the column has a size.
CONTINUOUS - Static variable in class org.glite.rgma.QueryProperties
Stream data continuously, starting with the next inserted tuple.
count() - Method in interface org.glite.rgma.Consumer
Deprecated.  
createConsumer(TimeInterval, String, QueryProperties) - Method in interface org.glite.rgma.ConsumerFactory
Creates a consumer with a specific SELECT query and query type.
createIndex(String, String) - Method in interface org.glite.rgma.Schema
Creates an index in the Schema instance for the given VDB.
createOnDemandProducer(TimeInterval, URI, StringList) - Method in interface org.glite.rgma.ProducerFactory
Deprecated. See createOnDemandProducer(TimeInterval,URI)
createOnDemandProducer(TimeInterval, URI) - Method in interface org.glite.rgma.ProducerFactory
Creates an on-demand producer.
createPrimaryProducer(TimeInterval, ProducerProperties, StringList) - Method in interface org.glite.rgma.ProducerFactory
Deprecated. Use createPrimaryProducer(TimeInterval,ProducerProperties).
createPrimaryProducer(TimeInterval, ProducerProperties) - Method in interface org.glite.rgma.ProducerFactory
Creates a primary producer that uses the specified data storage and producer type.
createRegistry(String, String) - Method in interface org.glite.rgma.Registry
Creates a Registry instance for the given VDB on the specified service.
createRegistry() - Method in interface org.glite.rgma.RegistryFactory
Create an object that implements Registry and connects to an automatically selected RegistryService.
createSchema(String, String) - Method in interface org.glite.rgma.Schema
Creates a Schema instance for the given VDB on the specified service.
createSchema() - Method in interface org.glite.rgma.SchemaFactory
Create an object that implements Schema and connects to an automatically selected SchemaService.
createSecondaryProducer(TimeInterval, ProducerProperties, StringList) - Method in interface org.glite.rgma.ProducerFactory
Deprecated. See createSecondaryProducer(TimeInterval,ProducerProperties).
createSecondaryProducer(TimeInterval, ProducerProperties) - Method in interface org.glite.rgma.ProducerFactory
Creates a secondary producer, that uses a primary producer with the specified attributes to republish information.
createTable(String, String, TableAuthorization) - Method in interface org.glite.rgma.Schema
Creates a table in the Schema instance for the given VDB.
CreateTableStatement - Class in org.glite.rgma
A generic CREATE TABLE statement for R-GMA (non-database-specific).
CreateTableStatement(String, List) - Constructor for class org.glite.rgma.CreateTableStatement
Creates a new CreateTableStatement object from a table name and list of ColumnDefinitions.
CreateTableStatement(String) - Constructor for class org.glite.rgma.CreateTableStatement
Creates a new CreateTableStatement object with no columns from a table name.
createView(String, String, TableAuthorization) - Method in interface org.glite.rgma.Schema
Creates a view in the Schema instance for the given VDB.

D

DATABASE - Static variable in class org.glite.rgma.Storage
The default DATABASE storage location.
DATE - Static variable in class org.glite.rgma.Types
Deprecated.  
DAYS - Static variable in class org.glite.rgma.Units
Days.
declareStaticTable(String, String) - Method in interface org.glite.rgma.OnDemandProducer
Declares a static table into which this Producer can publish.
declareTable(String, String, TimeInterval, TimeInterval) - Method in interface org.glite.rgma.PrimaryProducer
Declares a table, specifying the retention period for history and latest tuples.
declareTable(String, String, TimeInterval) - Method in interface org.glite.rgma.SecondaryProducer
Declares a table, specifying the retention period for history tuples.
destroy() - Method in interface org.glite.rgma.Resource
Closes and destroys the resource.
destroyRegistry(String, String) - Method in interface org.glite.rgma.Registry
Removes the Registry instance for the given VDB from the specified service.
destroySchema(String, String) - Method in interface org.glite.rgma.Schema
Removes the schema instance for the given VDB from the specified service.
DOUBLE - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
dropIndex(String, String) - Method in interface org.glite.rgma.Schema
Drops an index from the Schema instance for the given VDB.
dropPrimaryTupleStore(String) - Method in interface org.glite.rgma.ProducerFactory
Permanently deletes a named Primary Producer tuple store.
dropSecondaryTupleStore(String) - Method in interface org.glite.rgma.ProducerFactory
Permanently deletes a named Secondary Producer tuple store.
dropTable(String, String) - Method in interface org.glite.rgma.Schema
Drops a table from the Schema instance for the given VDB.
dropView(String, String) - Method in interface org.glite.rgma.Schema
Drops a view from the Schema instance for the given VDB.

E

endOfResults() - Method in interface org.glite.rgma.ResultSet
Reports whether this ResultSet is the last one to be returned by a Consumer.
Endpoint - Class in org.glite.rgma
A service endpoint, containing a URL.
Endpoint(String) - Constructor for class org.glite.rgma.Endpoint
Creates a new Endpoint object.
equals(Object) - Method in class org.glite.rgma.ColumnDefinition
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.CreateTableStatement
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.Endpoint
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.ProducerTableEntry
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.ProducerTableEntryList
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.QueryProperties
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.ResourceEndpoint
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.Storage
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.TimeInterval
Compares this object with the specified object.
equals(Object) - Method in class org.glite.rgma.Units
Compares this object with the specified object.

F

FILE - Static variable in class org.glite.rgma.Storage
The default FILE storage location.
findColumn(String) - Method in interface org.glite.rgma.ResultSet
Maps the given ResultSet column name to its ResultSet column index.
first() - Method in interface org.glite.rgma.ResultSet
Moves the cursor to the first row in this ResultSet object.
FLOAT - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.

G

getAllProducersForTable(String, String) - Method in interface org.glite.rgma.Registry
Returns a list of all producers, with their registered information.
getAllTables(String) - Method in interface org.glite.rgma.Schema
Gets a list of all tables in the schema for the given VDB.
getAuthorizationRules(String, String) - Method in interface org.glite.rgma.Schema
Gets the authorization rules for the given table.
getBoolean(int) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an boolean in the Java programming language.
getBoolean(String) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getCause() - Method in exception org.glite.rgma.RGMAException
Returns the root cause of this exception.
getColumnCount() - Method in interface org.glite.rgma.ResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDefinition(int) - Method in class org.glite.rgma.ColumnDefinitionList
Retrieves the ColumnDefinition with the specified index.
getColumnName(int) - Method in class org.glite.rgma.Index
Returns the name of the given column used by this index.
getColumnName(int) - Method in interface org.glite.rgma.ResultSetMetaData
Get the designated column's name.
getColumnNames() - Method in class org.glite.rgma.Index
Returns the List of column names used by this index.
getColumns() - Method in class org.glite.rgma.CreateTableStatement
Gets the list of column definitions.
getColumns() - Method in class org.glite.rgma.TableDefinition
Returns the column definitions for this table.
getColumnType(int) - Method in interface org.glite.rgma.ResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in interface org.glite.rgma.ResultSetMetaData
Retrieves the designated column's database-specific type name.
getConsumerService() - Method in interface org.glite.rgma.ConsumerFactory
Gets a reference to the Consumer service, which can be used to get and set properties and get version.
getContinuous(TimeInterval) - Static method in class org.glite.rgma.QueryProperties
Returns a CONTINUOUS QueryProperties object with a time interval.
getDatabase(String, String, String) - Static method in class org.glite.rgma.Storage
Deprecated.  
getDatabase(String) - Static method in class org.glite.rgma.Storage
Gets a DATABASE Storage object for the specified database.
getDouble(int) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getEndpoint() - Method in class org.glite.rgma.ProducerTableEntry
Gets the producer's endpoint.
getErrorNumber() - Method in exception org.glite.rgma.RGMAException
Gets the error number associated with this exception.
getErrorNumber() - Method in exception org.glite.rgma.UnknownResourceException
Returns the error number for this exception.
getFile(String) - Static method in class org.glite.rgma.Storage
Deprecated.  
getFloat(int) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getHistory(TimeInterval) - Static method in class org.glite.rgma.QueryProperties
Returns a HISTORY QueryProperties object with a time interval.
getHistoryRetentionPeriod(String) - Method in interface org.glite.rgma.PrimaryProducer
Gets the retention period that is applied to history tuples for the specified table.
getHistoryRetentionPeriod(String) - Method in interface org.glite.rgma.SecondaryProducer
Gets the retention period that is applied to history tuples for the specified table.
getIndex(int) - Method in class org.glite.rgma.IndexList
Retrieves the Index with the specified index.
getIndexName() - Method in class org.glite.rgma.Index
Gets the name of this index.
getInt(int) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getLatest(TimeInterval) - Static method in class org.glite.rgma.QueryProperties
Returns a LATEST QueryProperties object with a time interval.
getLatestRetentionPeriod(String) - Method in interface org.glite.rgma.PrimaryProducer
Gets the retention period that is applied to latest tuples for the specified table.
getLocation() - Method in class org.glite.rgma.Storage
Deprecated.  
getLocation() - Method in interface org.glite.rgma.TupleStore
Gets the URL for this storage system.
getLogicalName() - Method in class org.glite.rgma.Storage
Gets the logical name for this storage system.
getLogicalName() - Method in interface org.glite.rgma.TupleStore
Gets the logical name for this storage system.
getMessage() - Method in exception org.glite.rgma.RGMAException
Returns the error message.
getMessage() - Method in class org.glite.rgma.RGMAWarning
Gets the message for this warning.
getMetaData() - Method in interface org.glite.rgma.ResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getName() - Method in class org.glite.rgma.ColumnDefinition
Returns the name of the column.
getNumRules() - Method in class org.glite.rgma.TableAuthorization
Returns the number of rules in this TableAuthorization.
getNumSuccessfulOps() - Method in exception org.glite.rgma.RGMAException
Returns the number of successful operations (for batch commands).
getOnDemandProducerService() - Method in interface org.glite.rgma.ProducerFactory
Gets a reference to the OnDemandProducer service, which can be used to get and set properties and get version.
getPassword() - Method in class org.glite.rgma.Storage
Deprecated.  
getPrimaryProducerService() - Method in interface org.glite.rgma.ProducerFactory
Gets a reference to the PrimaryProducer service, which can be used to get and set properties and get version.
getProducerTableEntry(int) - Method in class org.glite.rgma.ProducerTableEntryList
Retrieves the ProducerTableEntry with the specified index.
getProducerType() - Method in class org.glite.rgma.ProducerTableEntry
Returns the type of the producer.
getProperty(String, String) - Method in interface org.glite.rgma.Service
Gets the value of the specified service property.
getQosAttrib() - Method in class org.glite.rgma.ProducerTableEntry
Returns the producer's Quality of Service attribute.
getResourceEndpoint() - Method in interface org.glite.rgma.Resource
Gets the endpoint of the resource with which the API communicates.
getResourceEndpoint(int) - Method in class org.glite.rgma.ResourceEndpointList
Retrieves the ResourceEndpoint with the specified index.
getResourceId() - Method in class org.glite.rgma.ResourceEndpoint
Gets the resource identifier.
getRetentionPeriod() - Method in class org.glite.rgma.ProducerTableEntry
Returns the producer's history retention period.
getRow() - Method in interface org.glite.rgma.ResultSet
Retrieves the current row number.
getRule(int) - Method in class org.glite.rgma.TableAuthorization
Gets the specified rule.
getRules() - Method in class org.glite.rgma.TableAuthorization
Returns the List of rules.
getSecondaryProducerService() - Method in interface org.glite.rgma.ProducerFactory
Gets a reference to the SecondaryProducer service, which can be used to get and set properties and get version.
getSize() - Method in class org.glite.rgma.ColumnDefinition
Returns the size of the column.
getStorage() - Method in class org.glite.rgma.ProducerProperties
Gets the storage location for this Producer.
getString(int) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in interface org.glite.rgma.ResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(int) - Method in class org.glite.rgma.StringList
Retrieves the String with the specified index.
getTableDefinition(String, String) - Method in interface org.glite.rgma.Schema
Gets the definition for table tableName in the given VDB.
getTableIndexes(String, String) - Method in interface org.glite.rgma.Schema
Gets the list of indexes defined on the given table in the given VDB.
getTableName() - Method in class org.glite.rgma.CreateTableStatement
Gets the name of the table.
getTableName() - Method in class org.glite.rgma.ProducerTableEntry
Returns the tableName.
getTableName(int) - Method in interface org.glite.rgma.ResultSetMetaData
Gets the designated column's table name.
getTableName() - Method in class org.glite.rgma.TableDefinition
Returns the name of this table.
getTerminationInterval() - Method in interface org.glite.rgma.Resource
Retrieves the resource's termination interval.
getTimeInterval() - Method in class org.glite.rgma.QueryProperties
Returns the time interval associated with this QueryProperties.
getTupleStore(int) - Method in class org.glite.rgma.TupleStoreList
Retrieves the TupleStore with the specified index.
getType() - Method in class org.glite.rgma.ColumnDefinition
Returns the type of the column.
getType(String) - Static method in class org.glite.rgma.Types
Returns the type number for the given type.
getTypeName(int) - Static method in class org.glite.rgma.Types
Gets the name associated with a type number.
getTypeString() - Method in class org.glite.rgma.ColumnDefinition
Gets a String representation of the column type (including size, NOT NULL and PRIMARY KEY).
getUrl() - Method in class org.glite.rgma.Endpoint
Gets the service URL.
getUserName() - Method in class org.glite.rgma.Storage
Deprecated.  
getValueAs(Units) - Method in class org.glite.rgma.TimeInterval
Gets the length of the time interval in the specified units.
getVersion() - Method in interface org.glite.rgma.Service
Gets the version of this implementation.
getWarning() - Method in interface org.glite.rgma.ResultSet
Gets the RGMAWarning associated with this ResultSet.

H

hasAborted() - Method in interface org.glite.rgma.Consumer
Determines if the last query has aborted.
hasDetails() - Method in class org.glite.rgma.Storage
Determines if this Storage contains storage details.
hashCode() - Method in class org.glite.rgma.ColumnDefinition
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.CreateTableStatement
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.Endpoint
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.ProducerTableEntry
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.ProducerTableEntryList
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.QueryProperties
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.ResourceEndpoint
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.Storage
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.TimeInterval
Returns a hash code value for the object.
hashCode() - Method in class org.glite.rgma.Units
Returns a hash code value for the object.
hasTimeInterval() - Method in class org.glite.rgma.QueryProperties
Determines if this QueryProperties has an associated TimeInterval.
HISTORY - Static variable in class org.glite.rgma.ProducerProperties
Producer supports HISTORY queries.
HISTORY - Static variable in class org.glite.rgma.QueryProperties
Retrieve data from HISTORY producers.
HOURS - Static variable in class org.glite.rgma.Units
Hours.

I

ignoreSlowConsumers() - Method in class org.glite.rgma.ProducerProperties
Deprecated.  
ignoreSlowConsumers() - Method in class org.glite.rgma.ProducerType
Deprecated.  
Index - Class in org.glite.rgma
An index on a table.
Index(String, List) - Constructor for class org.glite.rgma.Index
Creates a new Index object.
IndexList - Class in org.glite.rgma
A list of Index objects.
IndexList() - Constructor for class org.glite.rgma.IndexList
Creates a new IndexList object.
insert(String) - Method in interface org.glite.rgma.PrimaryProducer
Publishes data by inserting a tuple into a table, both specified by the SQL INSERT statement.
insert(String, TimeInterval) - Method in interface org.glite.rgma.PrimaryProducer
Publishes data by inserting a tuple into a table, both specified by the SQL INSERT statement.
insertList(StringList) - Method in interface org.glite.rgma.PrimaryProducer
Publishes using a list of SQL INSERT statements.
insertList(StringList, TimeInterval) - Method in interface org.glite.rgma.PrimaryProducer
Publishes using a list of SQL INSERT statements.
INTEGER - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
isAfterLast() - Method in interface org.glite.rgma.ResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isBeforeFirst() - Method in interface org.glite.rgma.ResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isContinuous() - Method in class org.glite.rgma.ProducerType
Does the producer support continuous queries?
isContinuous() - Method in class org.glite.rgma.QueryProperties
Determines if this is a CONTINUOUS query.
isDatabase() - Method in class org.glite.rgma.Storage
Determines if this storage system is a database.
isDatabase() - Method in interface org.glite.rgma.TupleStore
Determines if this storage system is a database.
isExecuting() - Method in interface org.glite.rgma.Consumer
Deprecated. Use ResultSet#endOfResults
isFile() - Method in class org.glite.rgma.Storage
Deprecated.  
isFile() - Method in interface org.glite.rgma.TupleStore
Determines if this storage system is a file.
isFirst() - Method in interface org.glite.rgma.ResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isHistory() - Method in class org.glite.rgma.ProducerProperties
Determines the Producer's support for history queries.
isHistory() - Method in class org.glite.rgma.ProducerType
Does the producer support history queries?
isHistory() - Method in class org.glite.rgma.QueryProperties
Determines if this is a HISTORY query.
isLast() - Method in interface org.glite.rgma.ResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isLatest() - Method in class org.glite.rgma.ProducerProperties
Determines the Producer's support for latest queries.
isLatest() - Method in class org.glite.rgma.ProducerType
Does the producer support latest queries?
isLatest() - Method in class org.glite.rgma.QueryProperties
Determines if this is a LATEST query.
isMemory() - Method in class org.glite.rgma.Storage
Determines if this storage system is memory.
isMemory() - Method in interface org.glite.rgma.TupleStore
Determines if this storage system is memory.
isNotNull() - Method in class org.glite.rgma.ColumnDefinition
Returns the NOT NULL flag.
isPrimaryKey() - Method in class org.glite.rgma.ColumnDefinition
Returns the PRIMARY KEY flag.
isRepublisher() - Method in class org.glite.rgma.ProducerType
Deprecated.  
isSecondaryProducer() - Method in class org.glite.rgma.ProducerType
Is the producer a secondary producer?
isStatic() - Method in class org.glite.rgma.ProducerType
Does the producer support static queries?
isStatic() - Method in class org.glite.rgma.QueryProperties
Determines if this is a STATIC query.

L

last() - Method in interface org.glite.rgma.ResultSet
Moves the cursor to the last row in this ResultSet object.
LATEST - Static variable in class org.glite.rgma.ProducerProperties
Producer supports LATEST queries.
LATEST - Static variable in class org.glite.rgma.QueryProperties
Retrieve data from LATEST producers.
listPrimaryTupleStores() - Method in interface org.glite.rgma.ProducerFactory
Returns a list of existing tuple stores that can be used by Primary Producers.
listSecondaryTupleStores() - Method in interface org.glite.rgma.ProducerFactory
Returns a list of existing tuple stores that can be used by Secondary Producers.

M

MEMORY - Static variable in class org.glite.rgma.Storage
The default MEMORY storage location.
MILLIS - Static variable in class org.glite.rgma.Units
Milliseconds.
MINUTES - Static variable in class org.glite.rgma.Units
Minutes.

N

next() - Method in interface org.glite.rgma.ResultSet
Moves the cursor down one row from its current position.

O

OnDemandProducer - Interface in org.glite.rgma
A client uses an OnDemandProducer to publish data into R-GMA when the cost of creating each message is high.
org.glite.rgma - package org.glite.rgma
This package contains the user API for R-GMA, a relational implementation of the Grid Monitoring Architecture from GGF.

P

pop(int) - Method in interface org.glite.rgma.Consumer
Retrieves at most maxCount tuples from the consumer that it has received from producers.
popAll() - Method in interface org.glite.rgma.Consumer
Deprecated.  
previous() - Method in interface org.glite.rgma.ResultSet
Moves the cursor to the previous row in this ResultSet object.
PrimaryProducer - Interface in org.glite.rgma
A client uses a PrimaryProducer to publish information into R-GMA.
ProducerFactory - Interface in org.glite.rgma
A factory for Primary, Secondary and OnDemand Producers.
ProducerProperties - Class in org.glite.rgma
Properties of a Primary or Secondary Producer.
ProducerProperties(Storage, int) - Constructor for class org.glite.rgma.ProducerProperties
Creates a new ProducerProperties object.
ProducerProperties(Storage, int, boolean) - Constructor for class org.glite.rgma.ProducerProperties
Deprecated.  
ProducerTableEntry - Class in org.glite.rgma
Contains a producer table entry from the registry.
ProducerTableEntry(ResourceEndpoint, String, ProducerType, int, String) - Constructor for class org.glite.rgma.ProducerTableEntry
Creates a new ProducerTableEntry object.
ProducerTableEntryList - Class in org.glite.rgma
Contains list of producer's type and connection details.
ProducerTableEntryList() - Constructor for class org.glite.rgma.ProducerTableEntryList
Creates a new ProducerDescriptionList object.
ProducerType - Class in org.glite.rgma
Attributes of a Producer.
ProducerType(ProducerType) - Constructor for class org.glite.rgma.ProducerType
Creates a new ProducerType instance from an existing ProducerType.
ProducerType(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.glite.rgma.ProducerType
Creates a new ProducerType instance.
ProducerType(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.glite.rgma.ProducerType
Deprecated.  

Q

QueryProperties - Class in org.glite.rgma
The properties of a consumer query.

R

REAL - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
reconnectConsumer(ResourceEndpoint) - Method in interface org.glite.rgma.ConsumerFactory
Reconnects to an existing Consumer resource.
reconnectOnDemandProducer(ResourceEndpoint) - Method in interface org.glite.rgma.ProducerFactory
Reconnects to an existing OnDemandProducer resource.
reconnectPrimaryProducer(ResourceEndpoint) - Method in interface org.glite.rgma.ProducerFactory
Reconnects to an existing PrimaryProducer resource.
reconnectSecondaryProducer(ResourceEndpoint) - Method in interface org.glite.rgma.ProducerFactory
Reconnects to an existing SecondaryProducer resource.
Registry - Interface in org.glite.rgma
Admin API for the Registry.
RegistryFactory - Interface in org.glite.rgma
Factory to create RegistryAdmin instances.
RemoteException - Exception in org.glite.rgma
An exception thrown when the API is unable to contact a service (e.g.
RemoteException() - Constructor for exception org.glite.rgma.RemoteException
Creates a new RemoteException object.
RemoteException(String) - Constructor for exception org.glite.rgma.RemoteException
Creates a new RemoteException object.
Resource - Interface in org.glite.rgma
An object managed by a service that an API can interact with.
ResourceEndpoint - Class in org.glite.rgma
A resource endpoint, containing a URL and a Resource ID.
ResourceEndpoint(ResourceEndpoint) - Constructor for class org.glite.rgma.ResourceEndpoint
Creates a new Endpoint object.
ResourceEndpoint(String, int) - Constructor for class org.glite.rgma.ResourceEndpoint
Creates a new Endpoint object.
ResourceEndpointList - Class in org.glite.rgma
A list of ResourceEndpoint objects.
ResourceEndpointList() - Constructor for class org.glite.rgma.ResourceEndpointList
Creates a new ResourceEndpointList object.
ResultSet - Interface in org.glite.rgma
A set of tuples, modelled on the java.sql.ResultSet and providing a subset of its functionality.
ResultSetMetaData - Interface in org.glite.rgma
Column and table details for a ResultSet, modelled on java.sql.ResultSetMetaData.
RGMA_BUFFER_FULL_EXCEPTION - Static variable in exception org.glite.rgma.RGMAException
Error code for R-GMA buffer full exception.
RGMA_BUSY_EXCEPTION - Static variable in exception org.glite.rgma.RGMAException
Error code for R-GMA busy exception.
RGMA_EXCEPTION - Static variable in exception org.glite.rgma.RGMAException
Error code for generic R-GMA exception.
RGMA_NO_WORKING_REPLICAS_EXCEPTION - Static variable in exception org.glite.rgma.RGMAException
Error code for R-GMA no working replicas exception.
RGMA_SECURITY_EXCEPTION - Static variable in exception org.glite.rgma.RGMAException
Error code for R-GMA security exception.
RGMA_USER_EXCEPTION - Static variable in exception org.glite.rgma.RGMAException
Error code for R-GMA user exception.
RGMABufferFullException - Exception in org.glite.rgma
Exception thrown when an R-GMA producer fails to insert tuples because its buffer is full.
RGMABufferFullException(String, Throwable) - Constructor for exception org.glite.rgma.RGMABufferFullException
Constructs an RGMABufferFullException object.
RGMABufferFullException(String) - Constructor for exception org.glite.rgma.RGMABufferFullException
Constructs an RGMABufferFullException object.
RGMABufferFullException() - Constructor for exception org.glite.rgma.RGMABufferFullException
Constructs an empty RGMABufferFullException object.
RGMABusyException - Exception in org.glite.rgma
An instance of this class represent an exception thrown when the RGMA server is too busy (under a lot load) to service a request.
RGMABusyException(String, Throwable) - Constructor for exception org.glite.rgma.RGMABusyException
Creates RGMABusyException with given message and cause.
RGMABusyException(String) - Constructor for exception org.glite.rgma.RGMABusyException
Creates RGMABusyException with given message.
RGMABusyException() - Constructor for exception org.glite.rgma.RGMABusyException
Creates RGMABusyException with no message.
RGMAException - Exception in org.glite.rgma
Exception thrown when an error occurs in the RGMA application.
RGMAException(int, String, Throwable) - Constructor for exception org.glite.rgma.RGMAException
Creates a new RGMAException object.
RGMAException(int, String) - Constructor for exception org.glite.rgma.RGMAException
Creates a new RGMAException object.
RGMAException(int) - Constructor for exception org.glite.rgma.RGMAException
Creates a new RGMAException object.
RGMANoWorkingReplicasException - Exception in org.glite.rgma
Class RGMANoWorkingReplicasException
RGMANoWorkingReplicasException(String, Throwable) - Constructor for exception org.glite.rgma.RGMANoWorkingReplicasException
 
RGMANoWorkingReplicasException(String) - Constructor for exception org.glite.rgma.RGMANoWorkingReplicasException
 
RGMANoWorkingReplicasException() - Constructor for exception org.glite.rgma.RGMANoWorkingReplicasException
 
RGMASecurityException - Exception in org.glite.rgma
Exception thrown when R-GMA fails due to a security error (e.g.
RGMASecurityException(String, Throwable) - Constructor for exception org.glite.rgma.RGMASecurityException
Constructs an RGMASecurityException object.
RGMASecurityException(String) - Constructor for exception org.glite.rgma.RGMASecurityException
Constructs an RGMASecurityException object.
RGMASecurityException() - Constructor for exception org.glite.rgma.RGMASecurityException
Constructs an empty RGMASecurityException object.
RGMAUserException - Exception in org.glite.rgma
Exception thrown when R-GMA fails due to a user error (e.g.
RGMAUserException(String, Throwable) - Constructor for exception org.glite.rgma.RGMAUserException
Constructs an RGMAUserException object.
RGMAUserException(String) - Constructor for exception org.glite.rgma.RGMAUserException
Constructs an RGMAUserException object.
RGMAUserException() - Constructor for exception org.glite.rgma.RGMAUserException
Constructs an empty RGMAUserException object.
RGMAWarning - Class in org.glite.rgma
RGMAWarnings are used to warn about the quality of an answer to a query.
RGMAWarning(String) - Constructor for class org.glite.rgma.RGMAWarning
Create a new RGMAWarning object.

S

Schema - Interface in org.glite.rgma
Admin API for the Schema.
SchemaFactory - Interface in org.glite.rgma
Factory to create Schema instances.
SecondaryProducer - Interface in org.glite.rgma
A client uses a secondary producer to republish or store information from other producers.
SECONDS - Static variable in class org.glite.rgma.Units
Seconds.
Service - Interface in org.glite.rgma
Provides methods common to all services.
setAuthorizationRules(String, String, TableAuthorization) - Method in interface org.glite.rgma.Schema
Sets the authorization rules for the given table.
setColumns(List) - Method in class org.glite.rgma.CreateTableStatement
Sets the columns for this CREATE TABLE statement.
setConfigFileName(String) - Method in interface org.glite.rgma.RegistryFactory
Sets the name of the config file to be used.
setConfigFileName(String) - Method in interface org.glite.rgma.SchemaFactory
Sets the name of the config file to be used.
setName(String) - Method in class org.glite.rgma.ColumnDefinition
Sets the name of the column.
setNotNull(boolean) - Method in class org.glite.rgma.ColumnDefinition
Sets the NOT NULL flag.
setNumSuccessfulOps(int) - Method in exception org.glite.rgma.RGMAException
Sets the number of successful operations (for batch commands).
setPrimaryKey(boolean) - Method in class org.glite.rgma.ColumnDefinition
Sets the PRIMARY KEY flag.
setPrimaryKey(String) - Method in class org.glite.rgma.CreateTableStatement
Sets the primary key of this table to the specified column.
setProperty(String, String, String) - Method in interface org.glite.rgma.Service
Changes the value of the specified service property.
setRepublisher(boolean) - Method in class org.glite.rgma.ProducerType
Deprecated.  
setSecondaryProducer(boolean) - Method in class org.glite.rgma.ProducerType
Sets the republisher flag.
setTableName(String) - Method in class org.glite.rgma.CreateTableStatement
Sets the table name for this CREATE TABLE statement.
setTerminationInterval(TimeInterval) - Method in interface org.glite.rgma.Resource
Deprecated. Termination interval can only be set in factory create method.
setType(String) - Method in class org.glite.rgma.ColumnDefinition
Sets the type of the column.
showSignOfLife() - Method in interface org.glite.rgma.Resource
Indicates to the resource that this API is still alive.
size() - Method in interface org.glite.rgma.ResultSet
Gets the number of tuples in this ResultSet.
start(TimeInterval) - Method in interface org.glite.rgma.Consumer
Starts this consumer's query, using the mediator to locate producers, terminating after the specified time interval.
start(TimeInterval, ResourceEndpointList) - Method in interface org.glite.rgma.Consumer
Starts this consumer's query, contacting the specified producers, terminating after the specified time interval.
STATIC - Static variable in class org.glite.rgma.QueryProperties
Retrieve data from STATIC producers.
Storage - Class in org.glite.rgma
Storage location for tuples.
StringList - Class in org.glite.rgma
A list of String objects.
StringList() - Constructor for class org.glite.rgma.StringList
Creates a new StringList object.
subList(int) - Method in class org.glite.rgma.StringList
Returns a new StringList containing the elements of this list from index fromIndex to the end.

T

TableAuthorization - Class in org.glite.rgma
Authorization rules for a table.
TableAuthorization() - Constructor for class org.glite.rgma.TableAuthorization
Create an empty TableAuthorization object.
TableDefinition - Class in org.glite.rgma
Definitions of a table, including table name and column details.
TableDefinition(String, ColumnDefinitionList) - Constructor for class org.glite.rgma.TableDefinition
Creates a new table definition object with table name and columns.
TIME - Static variable in class org.glite.rgma.Types
Deprecated.  
TimeInterval - Class in org.glite.rgma
Encapsulates a time value and the units being used.
TimeInterval(long, Units) - Constructor for class org.glite.rgma.TimeInterval
Creates a new TimeInterval object.
TIMESTAMP - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
toString() - Method in class org.glite.rgma.ColumnDefinition
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ColumnDefinitionList
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.CreateTableStatement
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.Endpoint
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.Index
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.IndexList
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ProducerProperties
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ProducerTableEntry
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ProducerTableEntryList
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ProducerType
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.QueryProperties
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ResourceEndpoint
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.ResourceEndpointList
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.RGMAWarning
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.StringList
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.TableDefinition
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.TimeInterval
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.TupleStoreList
Returns a string representation of the object.
toString() - Method in class org.glite.rgma.Units
Returns a string representation of the object.
TupleStore - Interface in org.glite.rgma
Details of a named tuple store.
TupleStoreList - Class in org.glite.rgma
A list of TupleStore objects.
TupleStoreList() - Constructor for class org.glite.rgma.TupleStoreList
Creates a new TupleStoreList object.
Types - Class in org.glite.rgma
Constants for SQL column types.

U

Units - Class in org.glite.rgma
Time units.
UnknownResourceException - Exception in org.glite.rgma
Exception thrown when a resource cannot be found in the resource framework.
UnknownResourceException(String) - Constructor for exception org.glite.rgma.UnknownResourceException
Constructs an UnknownResourceException object.
UnknownResourceException(String, int) - Constructor for exception org.glite.rgma.UnknownResourceException
Constructs an UnknownResourceException object.

V

VARCHAR - Static variable in class org.glite.rgma.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.

W

wasNull() - Method in interface org.glite.rgma.ResultSet
Reports whether the last column read had a value of SQL NULL.

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