org.gcube.personalization.profileadministration.impl
Class ServiceContext

java.lang.Object
  extended by GCUBEServiceContext
      extended by org.gcube.personalization.profileadministration.impl.ServiceContext

public class ServiceContext
extends GCUBEServiceContext

Author:
Panagiota Koltsida, NKUA

Field Summary
static java.lang.String JNDI_NAME
          The jndi name of the service
 
Method Summary
static ServiceContext getContext()
          Single context instance, created eagerly
 java.lang.String getJNDIName()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_NAME

public static final java.lang.String JNDI_NAME
The jndi name of the service

See Also:
Constant Field Values
Method Detail

getContext

public static ServiceContext getContext()
Single context instance, created eagerly

Returns:
the Service Context

getJNDIName

public java.lang.String getJNDIName()