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

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

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

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

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

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return NetworkAdapterType
 NetworkAdapterType SubClusterType.getNetworkAdapter()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type NetworkAdapterType
 void SubClusterType.setNetworkAdapter(NetworkAdapterType networkAdapter)
           
 

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

Subclasses of NetworkAdapterType in org.gcube.informationsystem.glitebridge.resource.site
 class NetworkAdapterFullType