org.gcube.informationsystem.glitebridge.kimpl.cluster
Class KComputingElementType
java.lang.Object
org.gcube.informationsystem.glitebridge.kimpl.cluster.KComputingElementType
public class KComputingElementType
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KComputingElementType
public KComputingElementType()
load
public static ComputingElementType load(org.kxml2.io.KXmlParser parser,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
parser - KXmlParserrootTag - START and END TAG
- Returns:
- ComputingElementType
- Throws:
java.lang.Exception - if fails
store
public static void store(ComputingElementType computingElementType,
org.kxml2.io.KXmlSerializer serializer,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
computingElementType - ComputingElementTypeserializer - KXmlSerializerrootTag - START and END TAG
- Throws:
java.lang.Exception - if fails