|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEServiceContext
org.gcube.contentmanagement.contentmanager.context.ServiceContext
public class ServiceContext
Method Summary | |
---|---|
static ServiceContext |
getContext()
Returns cached instance |
javax.xml.bind.JAXBContext |
getDataBinder()
Returns the data binder. |
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 |
Method Detail |
---|
public static ServiceContext getContext()
public PluginManager getPluginManager()
public javax.xml.bind.JAXBContext getDataBinder() throws java.lang.Exception
java.lang.Exception
- if the binder could not be returned;public java.lang.Thread newServiceThread(java.lang.Runnable r)
Runnable
inherits the scope and security setting of the current one.
the
- runnable task.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |