Uses of Class
org.glite.rgma.RGMAException

Uses of RGMAException in org.glite.rgma
 

Subclasses of RGMAException in org.glite.rgma
 class RGMABufferFullException
          Exception thrown when an R-GMA producer fails to insert tuples because its buffer is full.
 class RGMABusyException
          An instance of this class represent an exception thrown when the RGMA server is too busy (under a lot load) to service a request.
 class RGMANoWorkingReplicasException
          Class RGMANoWorkingReplicasException
 class RGMASecurityException
          Exception thrown when R-GMA fails due to a security error (e.g.
 class RGMAUserException
          Exception thrown when R-GMA fails due to a user error (e.g.
 

Methods in org.glite.rgma that throw RGMAException
 void Consumer.abort()
          Aborts the current query.
 Consumer ConsumerFactory.createConsumer(TimeInterval terminationInterval, java.lang.String selectStatement, QueryProperties queryProperties)
          Creates a consumer with a specific SELECT query and query type.
 void Schema.createIndex(java.lang.String vdbName, java.lang.String createIndexStatement)
          Creates an index in the Schema instance for the given VDB.
 OnDemandProducer ProducerFactory.createOnDemandProducer(TimeInterval terminationInterval, java.net.URI uri)
          Creates an on-demand producer.
 OnDemandProducer ProducerFactory.createOnDemandProducer(TimeInterval terminationInterval, java.net.URI uri, StringList voNames)
          Deprecated. See createOnDemandProducer(TimeInterval,URI)
 PrimaryProducer ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties)
          Creates a primary producer that uses the specified data storage and producer type.
 PrimaryProducer ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)
          Deprecated. Use createPrimaryProducer(TimeInterval,ProducerProperties).
 Registry RegistryFactory.createRegistry()
          Create an object that implements Registry and connects to an automatically selected RegistryService.
 void Registry.createRegistry(java.lang.String vdbName, java.lang.String registryService)
          Creates a Registry instance for the given VDB on the specified service.
 Schema SchemaFactory.createSchema()
          Create an object that implements Schema and connects to an automatically selected SchemaService.
 void Schema.createSchema(java.lang.String vdbName, java.lang.String schemaService)
          Creates a Schema instance for the given VDB on the specified service.
 SecondaryProducer ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties)
          Creates a secondary producer, that uses a primary producer with the specified attributes to republish information.
 SecondaryProducer ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)
          Deprecated. See createSecondaryProducer(TimeInterval,ProducerProperties).
 void Schema.createTable(java.lang.String vdbName, java.lang.String createTableStatement, TableAuthorization tableAuthz)
          Creates a table in the Schema instance for the given VDB.
 void Schema.createView(java.lang.String vdbName, java.lang.String createViewStatement, TableAuthorization viewAuthz)
          Creates a view in the Schema instance for the given VDB.
 void OnDemandProducer.declareStaticTable(java.lang.String tableName, java.lang.String predicate)
          Declares a static table into which this Producer can publish.
 void SecondaryProducer.declareTable(java.lang.String tableName, java.lang.String predicate, TimeInterval historyRetentionPeriod)
          Declares a table, specifying the retention period for history tuples.
 void PrimaryProducer.declareTable(java.lang.String tableName, java.lang.String predicate, TimeInterval historyRetentionPeriod, TimeInterval latestRetentionPeriod)
          Declares a table, specifying the retention period for history and latest tuples.
 void Registry.destroyRegistry(java.lang.String vdbName, java.lang.String registryService)
          Removes the Registry instance for the given VDB from the specified service.
 void Schema.destroySchema(java.lang.String vdbName, java.lang.String schemaService)
          Removes the schema instance for the given VDB from the specified service.
 void Schema.dropIndex(java.lang.String vdbName, java.lang.String indexName)
          Drops an index from the Schema instance for the given VDB.
 void ProducerFactory.dropPrimaryTupleStore(java.lang.String logicalName)
          Permanently deletes a named Primary Producer tuple store.
 void ProducerFactory.dropSecondaryTupleStore(java.lang.String logicalName)
          Permanently deletes a named Secondary Producer tuple store.
 void Schema.dropTable(java.lang.String vdbName, java.lang.String tableName)
          Drops a table from the Schema instance for the given VDB.
 void Schema.dropView(java.lang.String vdbName, java.lang.String viewName)
          Drops a view from the Schema instance for the given VDB.
 int ResultSet.findColumn(java.lang.String columnName)
          Maps the given ResultSet column name to its ResultSet column index.
 ProducerTableEntryList Registry.getAllProducersForTable(java.lang.String vdbName, java.lang.String tableName)
          Returns a list of all producers, with their registered information.
 TableAuthorization Schema.getAuthorizationRules(java.lang.String vdbName, java.lang.String tableName)
          Gets the authorization rules for the given table.
 boolean ResultSet.getBoolean(int columnIndex)
          Retrieves the value of the designated column in the current row of this ResultSet object as an boolean in the Java programming language.
 boolean ResultSet.getBoolean(java.lang.String columnName)
          Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
 java.lang.String ResultSetMetaData.getColumnName(int column)
          Get the designated column's name.
 int ResultSetMetaData.getColumnType(int column)
          Retrieves the designated column's SQL type.
 java.lang.String ResultSetMetaData.getColumnTypeName(int column)
          Retrieves the designated column's database-specific type name.
 Service ConsumerFactory.getConsumerService()
          Gets a reference to the Consumer service, which can be used to get and set properties and get version.
 double ResultSet.getDouble(int columnIndex)
          Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
 double ResultSet.getDouble(java.lang.String columnName)
          Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
 float ResultSet.getFloat(int columnIndex)
          Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
 float ResultSet.getFloat(java.lang.String columnName)
          Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
 TimeInterval SecondaryProducer.getHistoryRetentionPeriod(java.lang.String tableName)
          Gets the retention period that is applied to history tuples for the specified table.
 TimeInterval PrimaryProducer.getHistoryRetentionPeriod(java.lang.String tableName)
          Gets the retention period that is applied to history tuples for the specified table.
 int ResultSet.getInt(int columnIndex)
          Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
 int ResultSet.getInt(java.lang.String columnName)
          Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
 TimeInterval PrimaryProducer.getLatestRetentionPeriod(java.lang.String tableName)
          Gets the retention period that is applied to latest tuples for the specified table.
 Service ProducerFactory.getOnDemandProducerService()
          Gets a reference to the OnDemandProducer service, which can be used to get and set properties and get version.
 Service ProducerFactory.getPrimaryProducerService()
          Gets a reference to the PrimaryProducer service, which can be used to get and set properties and get version.
 java.lang.String Service.getProperty(java.lang.String name, java.lang.String parameter)
          Gets the value of the specified service property.
 Service ProducerFactory.getSecondaryProducerService()
          Gets a reference to the SecondaryProducer service, which can be used to get and set properties and get version.
 java.lang.String ResultSet.getString(int columnIndex)
          Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
 java.lang.String ResultSet.getString(java.lang.String columnName)
          Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
 TableDefinition Schema.getTableDefinition(java.lang.String vdbName, java.lang.String tableName)
          Gets the definition for table tableName in the given VDB.
 IndexList Schema.getTableIndexes(java.lang.String vdbName, java.lang.String tableName)
          Gets the list of indexes defined on the given table in the given VDB.
 java.lang.String ResultSetMetaData.getTableName(int column)
          Gets the designated column's table name.
 void PrimaryProducer.insert(java.lang.String insertStatement)
          Publishes data by inserting a tuple into a table, both specified by the SQL INSERT statement.
 void PrimaryProducer.insert(java.lang.String insertStatement, TimeInterval latestRetentionPeriod)
          Publishes data by inserting a tuple into a table, both specified by the SQL INSERT statement.
 void PrimaryProducer.insertList(StringList insertStatements)
          Publishes using a list of SQL INSERT statements.
 void PrimaryProducer.insertList(StringList insertStatements, TimeInterval latestRetentionPeriod)
          Publishes using a list of SQL INSERT statements.
 TupleStoreList ProducerFactory.listPrimaryTupleStores()
          Returns a list of existing tuple stores that can be used by Primary Producers.
 TupleStoreList ProducerFactory.listSecondaryTupleStores()
          Returns a list of existing tuple stores that can be used by Secondary Producers.
 ResultSet Consumer.pop(int maxCount)
          Retrieves at most maxCount tuples from the consumer that it has received from producers.
 ResultSet Consumer.popAll()
          Deprecated.  
 Consumer ConsumerFactory.reconnectConsumer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing Consumer resource.
 OnDemandProducer ProducerFactory.reconnectOnDemandProducer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing OnDemandProducer resource.
 PrimaryProducer ProducerFactory.reconnectPrimaryProducer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing PrimaryProducer resource.
 SecondaryProducer ProducerFactory.reconnectSecondaryProducer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing SecondaryProducer resource.
 void Schema.setAuthorizationRules(java.lang.String vdbName, java.lang.String tableName, TableAuthorization tableAuthz)
          Sets the authorization rules for the given table.
 void RegistryFactory.setConfigFileName(java.lang.String configFileName)
          Sets the name of the config file to be used.
 void SchemaFactory.setConfigFileName(java.lang.String configFileName)
          Sets the name of the config file to be used.
 void Service.setProperty(java.lang.String name, java.lang.String parameter, java.lang.String value)
          Changes the value of the specified service property.
 void Resource.setTerminationInterval(TimeInterval terminationInterval)
          Deprecated. Termination interval can only be set in factory create method.
 void Consumer.start(TimeInterval timeout)
          Starts this consumer's query, using the mediator to locate producers, terminating after the specified time interval.
 void Consumer.start(TimeInterval timeout, ResourceEndpointList producers)
          Starts this consumer's query, contacting the specified producers, terminating after the specified time interval.