Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.MainMemoryFullType

Packages that use MainMemoryFullType
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of MainMemoryFullType in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return MainMemoryFullType
static MainMemoryFullType KMainMemoryFullType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type MainMemoryFullType
static void KMainMemoryFullType.store(MainMemoryFullType mainMemoryFullType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

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

Methods in org.gcube.informationsystem.glitebridge.resource.site that return MainMemoryFullType
 MainMemoryFullType HostType.getMainMemory()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type MainMemoryFullType
 void HostType.setMainMemory(MainMemoryFullType mainMemory)