public class KGCUBECSInstance extends GCUBECSInstance implements GCUBEResourceImpl
GCUBEResource.AddScopeEvent, GCUBEResource.InvalidScopeException, GCUBEResource.RemoveScopeEvent, GCUBEResource.ResourceConsumer, GCUBEResource.ResourceEvent<PAYLOAD>, GCUBEResource.ResourceTopicTYPEeventProducer, logger, resourceVersion, type| Constructor and Description |
|---|
KGCUBECSInstance() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getSchemaResource() |
void |
load(org.kxml2.io.KXmlParser parser) |
void |
load(Reader reader)
Deserialise the state of the resource from an existing serialisation.
|
void |
store(org.kxml2.io.KXmlSerializer serializer) |
void |
store(Writer writer)
Serialise the current state of the resource.
|
equals, getCsId, getDescription, getEndTime, getMessageStatus, getOwner, getRegistrationTime, getStartupTime, getStatus, setCsId, setDescription, setEndTime, setMessageStatus, setOwner, setRegistrationTime, setStartupTime, setStatusaddScope, getID, getLastResourceVersion, getResourceVersion, getScopes, getType, inScope, removeScope, setID, setLogger, setResourceVersion, subscribeResourceEvents, validateAddScopes, validateRemoveScopespublic void load(Reader reader) throws Exception
GCUBEResourceload in class GCUBEResourcereader - the Reader which exposes the serialisation.UnsupportedOperationException - if this operation is not supported by implementation.Exception - if the operation is supported but could not complete successfully.public void store(Writer writer) throws Exception
GCUBEResourcestore in class GCUBEResourcewriter - the Writer which exposes the serialisation.UnsupportedOperationExceptionException - if the operation is supported but could not complete successfully.public InputStream getSchemaResource() throws FileNotFoundException
getSchemaResource in interface GCUBEResourceImplFileNotFoundExceptionpublic void load(org.kxml2.io.KXmlParser parser)
throws Exception
load in interface GCUBEResourceImplExceptionpublic void store(org.kxml2.io.KXmlSerializer serializer)
throws Exception
store in interface GCUBEResourceImplExceptionCopyright © 2015. All Rights Reserved.