|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEStatefulPortTypeContext
org.gcube.vremanagement.executor.contexts.EnginePTContext
public class EnginePTContext
The context of the Engine
port-type of the service.
Field Summary | |
---|---|
static java.lang.String |
PORTTYPE_NAME
Port-type JNDI name. |
static java.lang.String |
PORTTYPE_NAMESPACE
Port-type namespace. |
Method Summary | |
---|---|
EngineResource |
createEngine()
Creates th singleton EngineResource of the port-type. |
static EnginePTContext |
getContext()
Returns a context instance. |
EngineResource |
getEngine()
Returns the singleton EngineResource of the port-type.. |
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 |
Field Detail |
---|
public static final java.lang.String PORTTYPE_NAME
public static final java.lang.String PORTTYPE_NAMESPACE
Method Detail |
---|
public static EnginePTContext getContext()
public java.lang.String getJNDIName()
public java.lang.String getNamespace()
public EngineResource getEngine() throws java.lang.Exception
EngineResource
of the port-type..
java.lang.Exception
- if the engine could not be returned.public EngineResource createEngine() throws java.lang.Exception
EngineResource
of the port-type.
java.lang.Exception
- if the engine could not be created.public GCUBEServiceContext getServiceContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |