< A C D E F G I J M N O P Q R S U V W

<

<default> - Class Diagram
 

A

abortQuery(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
abortQuery(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WebDelegate
- stops the given query
abortQuery(java.lang.String) - Method in interface org.astrogrid.warehouse.delegate.WarehouseDelegateIfc
- stops the given query
abortQuery(java.lang.String) - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
- stops the given query
abortQuery(java.lang.String) - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
- stops the given query
addExpectedAbortQueryValues(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
addExpectedGetStatusValues(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
addExpectedMakeQueryValues(Element,java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
addExpectedSetResultsDestinationValues(java.lang.String,java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
addExpectedStartQueryValues(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
astrogrid - Class Diagram in org.astrogrid
 

C

Class - Class Diagram
 
clearErrors() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Clears previously-caught exceptions, causing the object to behave as
if it has not yet caught an exception.
Client - class Client
 
common - Class Diagram in org.astrogrid.warehouse.common
 
connect() - Method in class org.astrogrid.warehouse.service.GdsDelegate
Creates a GDS instance and locates its application port.
CONSTRUCTED - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service has been initialised (ie created) but no other methods called

D

delegate - Class Diagram in org.astrogrid.warehouse.delegate
 
DeploymentOption1 - Deployment Diagram
 
DeploymentOption2 - Deployment Diagram
 

E

ERROR - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service has had an error (usually in spawned thread).
external - Class Diagram in org.astrogrid.warehouse.external
 

F

FINISHED - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service instance has finished/closed/no longer available

G

GdsDelegate - Class in Class Diagram Class
A delegate for the Grid Data Service (GDS) of OGSA-DAI.
GdsDelegate - class org.astrogrid.warehouse.service.GdsDelegate
A delegate for the Grid Data Service (GDS) of OGSA-DAI.
GdsQuerier - Class in Class Diagram Class
 
GdsQuerier - class org.astrogrid.warehouse.service.GdsQuerier
 
getErrorMessage() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Returns the error message from the last exception to be caught,
or "OK" if no exception has yet been caught.
getFactoryHandle() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Returns the Grid Service Handle for the factory that will make
the service instance managed by this delegate.
getFor(java.lang.String) - Static method in class org.astrogrid.warehouse.common.QueryStatus
Returns the Service Status for the given string.
getInstanceHandle() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Return the Grid Service Handle for the service instance.
getMetadata() - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
Returns the metadata file
getMetadata() - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
Returns the metadata file
getStatus(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
getStatus(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WebDelegate
- gets info on the query status
getStatus(java.lang.String) - Method in interface org.astrogrid.warehouse.delegate.WarehouseDelegateIfc
- gets info on the query status
getStatus(java.lang.String) - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
- gets info on the query status
getStatus(java.lang.String) - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
- gets info on the query status
getThrowsExceptions() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Determines whether this delegate throws exceptions
(the alternative is to catch the exceptions and to present
their messages through the bean properties).
getVoRegistryMetadata() - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
Returns metadata in a format suitable for a VO Registry
getVoRegistryMetadata() - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
Returns metadata in a format suitable for a VO Registry
GridDataService - class GridDataService
 
GridDataServiceFactory - class GridDataServiceFactory
 
GridFtpDelegate - class GridFtpDelegate
 
GridFtpServer - class GridFtpServer
 
GridFtpServer - Component in MySpace server (in Deployment Diagram DeploymentOption1)
 
GridFtpServer - Component in warehouse front-end (in Deployment Diagram DeploymentOption1)
 
GridFtpServer - Component in MySpace server (in Deployment Diagram DeploymentOption2)
 
GridFtpServer - Component in warehouse back-end (in Deployment Diagram DeploymentOption2)
 
GridServiceDelegate - class org.astrogrid.warehouse.service.GridServiceDelegate
 

I

isBefore(org.astrogrid.warehouse.common.QueryStatus) - Method in class org.astrogrid.warehouse.common.QueryStatus
Returns true if the order of this instance is before the given one, ie
this.order < givenStatus.order
isConnected() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Talks to the service and checks whether an instance is
connected to the delegate.
isFailed() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Indicates whether this delegate has caught an exception
since construction or since the last call to clearErrors.
isSimulating() - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Reports whether the delegate is simulating the
link with its service.

J

JobManagerService - Component in warehouse back-end (in Deployment Diagram DeploymentOption2)
 

M

main(java.lang.String[]) - Static method in class org.astrogrid.warehouse.delegate.WebDelegate
Temporary test harness - TOFIX - remove!
main(java.lang.String[]) - Static method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
Temporary test harness - easier than trying to test through
tomcat!
makeQuery(Element,java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
makeQuery(Element,java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WebDelegate
takes an
adql document - this should really be an object model, which we have but
it's all tied up in the datacenter at the moment.
makeQuery(Element,java.lang.String) - Method in interface org.astrogrid.warehouse.delegate.WarehouseDelegateIfc
takes an
adql document - this should really be an object model, which we have but
it's all tied up in the datacenter at the moment.
makeQuery(Element,java.lang.String) - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
takes an adql document and returns an id for the query.
makeQuery(Element,java.lang.String) - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
takes an adql document and returns an id for the query.
MySpace server - Node in Deployment Diagram DeploymentOption1
 
MySpace server - Node in Deployment Diagram DeploymentOption2
 
MySpaceService - class MySpaceService
 
MySpaceService - Component in MySpace server (in Deployment Diagram DeploymentOption1)
 
MySpaceService - Component in MySpace server (in Deployment Diagram DeploymentOption2)
 

N

Note1 - Note in Deployment Diagram DeploymentOption1
 
Note1 - Note in Deployment Diagram DeploymentOption2
 
Note1 - Note in Class Diagram Class
 
Note2 - Note in Class Diagram Class
 

O

OgsaDai - Component in warehouse back-end (in Deployment Diagram DeploymentOption1)
 
OgsaDai - Component in warehouse back-end (in Deployment Diagram DeploymentOption2)
 
org - package org
 
org - Class Diagram in org
 
org.astrogrid - package org.astrogrid
 
org.astrogrid.warehouse - package org.astrogrid.warehouse
 
org.astrogrid.warehouse.common - package org.astrogrid.warehouse.common
 
org.astrogrid.warehouse.delegate - package org.astrogrid.warehouse.delegate
 
org.astrogrid.warehouse.external - package org.astrogrid.warehouse.external
 
org.astrogrid.warehouse.service - package org.astrogrid.warehouse.service
 

P

performSelect(java.lang.String) - Method in class org.astrogrid.warehouse.service.GdsDelegate
Invokes an SQL select statement on the GDS instance.

Q

Querier - class org.astrogrid.warehouse.service.Querier
 
QUERY_COMPLETE - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service instance is running, query has finished (probably waiting for results to be processed)...
QueryStatus - class org.astrogrid.warehouse.common.QueryStatus
Defines the service status' possible results.

R

reportError(java.lang.Exception) - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Reports a given exception, either by throwing it or storing
it in the error property, according to the state of the
throwsException property.
RUNNING_QUERY - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service instance is running, ie query is being processed...
RUNNING_RESULTS - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service is processing results, eg converting to VOTable

S

service - Class Diagram in org.astrogrid.warehouse.service
 
setExpectedAbortQueryCalls(int) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setExpectedGetStatusCalls(int) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setExpectedMakeQueryCalls(int) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setExpectedSetResultsDestinationCalls(int) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setExpectedStartQueryCalls(int) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setFactoryHandle(java.lang.String) - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Sets the Grid Service Handle for the factory that will make the
service instance managed by this delegate.
setResultsDestination(java.lang.String,java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setResultsDestination(java.lang.String,java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WebDelegate
set the myspace server where the results should be stored, for the
given query id.
setResultsDestination(java.lang.String,java.lang.String) - Method in interface org.astrogrid.warehouse.delegate.WarehouseDelegateIfc
set the myspace server where the results should be stored, for the
given query id.
setResultsDestination(java.lang.String,java.lang.String) - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
set the myspace server where the results should be stored, for the
given query id.
setResultsDestination(java.lang.String,java.lang.String) - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
set the myspace server where the results should be stored, for the
given query id.
setSimulating(boolean) - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Sets the flag for simulation of the link with the
delegate's service.
setThrowsExceptions(boolean) - Method in class org.astrogrid.warehouse.service.GridServiceDelegate
Specifies whether this delegate throws exceptions (the alternative is to catch the exceptions and to present
their messages through the bean properties).
setupGetStatus(Element) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
setupMakeQuery(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
STARTING - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service instance is starting, ie initialising...
startQuery(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
startQuery(java.lang.String) - Method in class org.astrogrid.warehouse.delegate.WebDelegate
starts given query running
startQuery(java.lang.String) - Method in interface org.astrogrid.warehouse.delegate.WarehouseDelegateIfc
starts given query running
startQuery(java.lang.String) - Method in class org.astrogrid.warehouse.service.WarehouseServiceImpl
starts given query running
startQuery(java.lang.String) - Method in interface org.astrogrid.warehouse.service.WarehouseServiceIfc
starts given query running

U

UNKNOWN - Static variable in class org.astrogrid.warehouse.common.QueryStatus
Service instance is unknown, or cannot provide state

V

verify() - Method in class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 

W

warehouse - Class Diagram in org.astrogrid.warehouse
 
warehouse back-end - Node in Deployment Diagram DeploymentOption1
 
warehouse back-end - Node in Deployment Diagram DeploymentOption2
 
WarehouseDelegateIfc - interface org.astrogrid.warehouse.delegate.WarehouseDelegateIfc
Delegate interface for sending jobs/queries to a grid-based data warehouse.
WarehouseException - class org.astrogrid.warehouse.delegate.WarehouseException
Exception thrown by data warehouse delegates.
WarehouseException(java.lang.String,java.lang.Throwable) - Constructor for class org.astrogrid.warehouse.delegate.WarehouseException
 
WarehouseException(java.lang.String) - Constructor for class org.astrogrid.warehouse.delegate.WarehouseException
 
warehouse front-end - Node in Deployment Diagram DeploymentOption1
 
warehouse front-end - Node in Deployment Diagram DeploymentOption2
 
WarehouseMockDelegate - class org.astrogrid.warehouse.delegate.WarehouseMockDelegate
 
WarehouseServiceIfc - interface org.astrogrid.warehouse.service.WarehouseServiceIfc
At the moment, basically a clone of the WarehouseDelegate interface.
WarehouseServiceImpl - Class in Class Diagram Class
At the moment, basically a clone of the WarehouseDelegate interface.
WarehouseServiceImpl - class org.astrogrid.warehouse.service.WarehouseServiceImpl
At the moment, basically a clone of the WarehouseDelegate interface.
WarehouseWebService - Component in warehouse front-end (in Deployment Diagram DeploymentOption1)
 
WarehouseWebService - Component in warehouse front-end (in Deployment Diagram DeploymentOption2)
 
WebDelegate - Class in Class Diagram Class
Delegate implementation (currently just a dummy) for invoking a
warehouse web service.
WebDelegate - class org.astrogrid.warehouse.delegate.WebDelegate
Delegate implementation (currently just a dummy) for invoking a
warehouse web service.
WebDelegate(java.net.URL) - Constructor for class org.astrogrid.warehouse.delegate.WebDelegate