org.gcube.vremanagement.executor.contexts
Class ServiceContext

java.lang.Object
  extended by GCUBEServiceContext
      extended by org.gcube.vremanagement.executor.contexts.ServiceContext

public class ServiceContext
extends GCUBEServiceContext

The context of the the service.

Author:
Fabio Simeoni (University of Strathclyde).

Field Summary
static java.lang.String JNDI_NAME
          Name of the JNDI configuration of the service.
 
Method Summary
static ServiceContext getContext()
          Returns cached instance.
  getPluginManager()
          
 
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
Name of the JNDI configuration of the service.

See Also:
Constant Field Values
Method Detail

getContext

public static ServiceContext getContext()
Returns cached instance.

Returns:
the instance.

getPluginManager

public  getPluginManager()