org.gcube.informationsystem.glitebridge.impl
Class ServiceContext
java.lang.Object
GCUBEServiceContext
org.gcube.informationsystem.glitebridge.impl.ServiceContext
public class ServiceContext
- extends GCUBEServiceContext
- Author:
- Luca Frosini (ISTI-CNR)
Field Summary |
static java.lang.String |
JNDI_NAME
JNDI Name |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDI_NAME
public static final java.lang.String JNDI_NAME
- JNDI Name
- See Also:
- Constant Field Values
getContext
public static ServiceContext getContext()
- Returns:
- the singleton instance of the Service Context
getJNDIName
public java.lang.String getJNDIName()
- Returns:
- JNDI NAME
getSAMURL
public java.lang.String getSAMURL()
- Returns:
- SAM URL
getBdiiHost
public java.lang.String getBdiiHost()
- Returns:
- BDII Host
getBdiiPort
public int getBdiiPort()
- Returns:
- BDII port
getLoginDN
public java.lang.String getLoginDN()
- Returns:
- Login DN
getPassword
public java.lang.String getPassword()
- Returns:
- Password
getBDIIQueriesPoolFile
public java.io.File getBDIIQueriesPoolFile()
- Returns:
- BDII Query Pool File
getVO
public java.lang.String getVO()
- Returns:
- VO where getting information from BDII
getStatusVO
public java.lang.String getStatusVO()
- Returns:
- VO where getting status from SAM
getHarvestingIntertime
public int getHarvestingIntertime()
- Returns:
- Minutes to schedule the next harvesting
getPeriodicHarvester
public PeriodicHarvester getPeriodicHarvester()
- Returns:
- PeriodicHarvester
setPeriodicHarvester
public void setPeriodicHarvester(PeriodicHarvester periodicHarvester)
- Parameters:
periodicHarvester
- PeriodicHarvester