org.gcube.contentmanagement.viewmanager.context
Class ServiceContext
java.lang.Object
GCUBEServiceContext
org.gcube.contentmanagement.viewmanager.context.ServiceContext
public class ServiceContext
- extends GCUBEServiceContext
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEDULER_TIME
public static final long SCHEDULER_TIME
- See Also:
- Constant Field Values
registeredNotficationTopic
public java.util.List<GCUBENotificationTopic> registeredNotficationTopic
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.