|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.informationsystem.glitebridge.resource.Cluster
org.gcube.informationsystem.glitebridge.kimpl.KCluster
public class KCluster
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gcube.informationsystem.glitebridge.resource.Cluster |
---|
Cluster.CEStatusEnum, Cluster.JobStatusEnum, Cluster.LRMSTypeEnum |
Constructor Summary | |
---|---|
KCluster()
|
Method Summary | |
---|---|
java.io.InputStream |
getSchemaResource()
|
void |
load(java.io.Reader reader,
java.lang.String rootTag)
Deserialises a GCUBEResourceImpl which implements a GCUBEResource from a
serialisation. |
void |
store(java.io.Writer writer,
java.lang.String rootTag)
Serializes a GCUBEResourceImpl which implements a GCUBEResource . |
Methods inherited from class org.gcube.informationsystem.glitebridge.resource.Cluster |
---|
getCluster, setCluster |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KCluster()
Method Detail |
---|
public void load(java.io.Reader reader, java.lang.String rootTag) throws java.lang.Exception
GCUBEResourceImpl
which implements a GCUBEResource
from a
serialisation.
load
in interface KGLiteResourceImpl
reader
- the Reader
.rootTag
- START and END TAG
java.lang.Exception
- if could not be deserialised.public void store(java.io.Writer writer, java.lang.String rootTag) throws java.lang.Exception
GCUBEResourceImpl
which implements a GCUBEResource
.
store
in interface KGLiteResourceImpl
writer
- the Writer
which gives access to the serialisation.rootTag
- START and END TAG
java.lang.Exception
- if the GCUBEResourceImpl
could not be serialised.public java.io.InputStream getSchemaResource()
getSchemaResource
in interface KGLiteResourceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |