gov.nih.nci.cagrid.gts.service
Class GTSConfiguration

java.lang.Object
  extended by gov.nih.nci.cagrid.gts.service.GTSConfiguration
All Implemented Interfaces:
org.projectmobius.common.AbstractMobiusConfiguration

public class GTSConfiguration
extends java.lang.Object
implements org.projectmobius.common.AbstractMobiusConfiguration

Version:
$Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella Exp $
Author:
Stephen Langella , Scott Oster , Shannon Hastings

Field Summary
static java.lang.String DATABASE
           
static java.lang.String GTS_ID
           
static java.lang.String RESOURCE
           
static java.lang.String SYNC_AUTHORITIES
           
 
Constructor Summary
GTSConfiguration()
           
 
Method Summary
 AuthoritySyncTime getAuthoritySyncTime()
           
 org.projectmobius.db.ConnectionManager getConnectionManager()
           
 java.lang.String getGTSInternalId()
           
 void parse(org.projectmobius.common.MobiusResourceManager resourceManager, org.jdom.Element config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final java.lang.String RESOURCE
See Also:
Constant Field Values

DATABASE

public static final java.lang.String DATABASE
See Also:
Constant Field Values

GTS_ID

public static final java.lang.String GTS_ID
See Also:
Constant Field Values

SYNC_AUTHORITIES

public static final java.lang.String SYNC_AUTHORITIES
See Also:
Constant Field Values
Constructor Detail

GTSConfiguration

public GTSConfiguration()
Method Detail

parse

public void parse(org.projectmobius.common.MobiusResourceManager resourceManager,
                  org.jdom.Element config)
           throws org.projectmobius.common.MobiusException
Specified by:
parse in interface org.projectmobius.common.AbstractMobiusConfiguration
Throws:
org.projectmobius.common.MobiusException

getGTSInternalId

public java.lang.String getGTSInternalId()

getConnectionManager

public org.projectmobius.db.ConnectionManager getConnectionManager()
Returns:
Returns the rootConnectionManager.

getAuthoritySyncTime

public AuthoritySyncTime getAuthoritySyncTime()