Serialized Form


Package org.gcube.data.tmf.api

Class org.gcube.data.tmf.api.Property extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

description

String description

value

String value

Package org.gcube.data.tmf.impl

Class org.gcube.data.tmf.impl.AbstractReader extends Object implements Serializable

serialVersionUID: 1L

Class org.gcube.data.tmf.impl.AbstractSource extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
the SourceLifecycle, the SourceReader and the SourceWriter.
Throws:
IOException
Serialized Fields

identifier

String identifier
the identifier of the source.

name

String name
the name of the source.

description

String description
the description of the source.

isUser

boolean isUser
the type of the source.

cardinality

Long cardinality
the cardinality of the source.

creationTime

Calendar creationTime
the time of creation of the source.

lastUpdate

Calendar lastUpdate
the time of last update of the source.

lifecycle

SourceLifecycle lifecycle
collection lifetime callbacks.

reader

SourceReader reader
the document reader associated with the source.

writer

SourceWriter writer
the document writer associated with the source.

environment

Environment environment
the context of the current call.

notifier

SourceNotifier notifier

Class org.gcube.data.tmf.impl.AbstractWriter extends Object implements Serializable

serialVersionUID: 1L

Class org.gcube.data.tmf.impl.LifecycleAdapter extends Object implements Serializable

serialVersionUID: 1L



Copyright © 2012. All Rights Reserved.