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

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

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

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype with type parameters of type HostArchitectureType
static
<T extends HostArchitectureType>
T
KHostArchitectureType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag, ExtraParser<T>... extraParsers)
           
static
<T extends HostArchitectureType>
void
KHostArchitectureType.store(T t, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag, ExtraSerializer<T>... extraSerializers)
           
 

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

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return HostArchitectureType
 HostArchitectureType SubClusterType.getArchitecture()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type HostArchitectureType
 void SubClusterType.setArchitecture(HostArchitectureType architecture)
           
 

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

Subclasses of HostArchitectureType in org.gcube.informationsystem.glitebridge.resource.site
 class HostArchitectureFullType