uk.org.ogsadai.client.databrowser
Class DBClient

java.lang.Object
  |
  +--uk.org.ogsadai.client.databrowser.DBClient

public class DBClient
extends java.lang.Object

The Data service browser. This application acts as an interface between the user and the OGSA-DAI database access software. It utilises the OGSA-DAI client toolkit API to access the OGSA-DAI functionality. This application was developed as part of the FirstDIG project.

Version:
$Revision: 1.4 $
Author:
Paul J Graham, EPCC

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
static java.lang.String NEWLINE
          Character sequence that specific a new line
 
Constructor Summary
DBClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to the Data Browser Client application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

NEWLINE

public static final java.lang.String NEWLINE
Character sequence that specific a new line

Constructor Detail

DBClient

public DBClient()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to the Data Browser Client application.

Parameters:
args - Command line arguments (not used).