org.gcube.contentmanagement.viewmanager.context
Class ServiceContext

java.lang.Object
  extended by GCUBEServiceContext
      extended by org.gcube.contentmanagement.viewmanager.context.ServiceContext

public class ServiceContext
extends GCUBEServiceContext


Field Summary
 java.util.List<GCUBENotificationTopic> registeredNotficationTopic
           
static long SCHEDULER_TIME
           
 
Method Summary
static ServiceContext getContext()
          Returns cached instance
 PluginManager getPluginManager()
          
 java.lang.Thread newServiceThread(java.lang.Runnable r)
          Returns a thread that embeds a given Runnable inherits the scope and security setting of the current one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEDULER_TIME

public static final long SCHEDULER_TIME
See Also:
Constant Field Values

registeredNotficationTopic

public java.util.List<GCUBENotificationTopic> registeredNotficationTopic
Method Detail

getContext

public static ServiceContext getContext()
Returns cached instance


getPluginManager

public PluginManager getPluginManager()


newServiceThread

public java.lang.Thread newServiceThread(java.lang.Runnable r)
Returns a thread that embeds a given Runnable inherits the scope and security setting of the current one.

Parameters:
the - runnable task.
Returns:
the thread.