Uses of Class
org.gcube.informationsystem.glitebridge.resource.commontype.RunTimeEnvType

Packages that use RunTimeEnvType
org.gcube.informationsystem.glitebridge.kimpl.commontype   
org.gcube.informationsystem.glitebridge.resource.cluster   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of RunTimeEnvType in org.gcube.informationsystem.glitebridge.kimpl.commontype
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype that return RunTimeEnvType
static RunTimeEnvType KRunTimeEnvType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype with parameters of type RunTimeEnvType
static void KRunTimeEnvType.store(RunTimeEnvType runTimeEnvType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of RunTimeEnvType in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return RunTimeEnvType
 RunTimeEnvType SubClusterType.getRunTimeEnv()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type RunTimeEnvType
 void SubClusterType.setRunTimeEnv(RunTimeEnvType runTimeEnv)
           
 

Uses of RunTimeEnvType in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return RunTimeEnvType
 RunTimeEnvType HostType.getRunTimeEnv()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type RunTimeEnvType
 void HostType.setRunTimeEnv(RunTimeEnvType runTimeEnv)