org.gcube.dir.master.contexts
Class MasterContext

java.lang.Object
  extended by GCUBEStatefulPortTypeContext
      extended by org.gcube.dir.master.contexts.MasterContext

public class MasterContext
extends GCUBEStatefulPortTypeContext

Provides a context for the operation of the Master port-type of the Master service..

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
static MasterContext getContext()
          Returns a context instance.
 java.lang.String getJNDIName()
          
 java.lang.String getNamespace()
          
 GCUBEServiceContext getServiceContext()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public static MasterContext getContext()
Returns a context instance.

Returns:
the context.

getJNDIName

public java.lang.String getJNDIName()


getNamespace

public java.lang.String getNamespace()


getServiceContext

public GCUBEServiceContext getServiceContext()