Serialized Form
Package fr.paris5.shaman.insight.component |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Documentation copied from JDK 1.3.1_03 sources :
Re-export the remote object when it is deserialized.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Writes object for serialization, taking care of not
writing non-transient fields.
Documentation copied from JDK 1.3.1_03 sources :
writeObject for object serialization. Writes out the class
name of the remote reference contained in this class and
delegates to the reference to write out its representation.
- Serial Data:
- Writes out the unqualified class name of the remote
reference field,
ref
, in UTF-8
and
delegates to the ref
field to write out its
representation. Different information will be written to
out
depending upon the ref
field's
type. Default serialization is not used.
isRMIServer
boolean isRMIServer
port
int port
- port number on which to export object
iContext
InsightContext iContext
insightManager
InsightManager insightManager
rmiIdentifier
java.lang.String rmiIdentifier
logManager
org.apache.avalon.excalibur.logger.LogKitManager logManager
Package fr.paris5.shaman.insight.content |
resourcePaths
java.util.HashSet resourcePaths
problems
java.util.Hashtable problems
storageURLs
java.util.Hashtable storageURLs
Package fr.paris5.shaman.insight.integrity |
Package fr.paris5.shaman.insight.model |
publicationModel
PublicationModel publicationModel
path
java.lang.String path
topic
TopicModel topic
id
long id
committed
boolean committed
state
java.lang.String state
format
java.lang.String format
fragments
java.util.ArrayList fragments
insightModel
InsightModel insightModel
parent
TopicModel parent
id
long id
name
java.lang.String name
children
java.util.ArrayList children
publications
java.util.ArrayList publications
defaultPublication
PublicationModel defaultPublication
Package fr.paris5.shaman.insight.operation |
topicId
long topicId
importParameters
fr.paris5.shaman.insight.operation.CreatePublicationOperation.MutableImportParameters importParameters
initialState
java.lang.String initialState
contentPath
java.lang.String contentPath
legendUserName
java.lang.String legendUserName
legendUserPassword
java.lang.String legendUserPassword
format
java.lang.String format
result
Publication result
importedResources
ImportedResources importedResources
topic
Topic topic
- Ugly variable for helping MutableImportParameters.
parentId
long parentId
parentFQN
java.lang.String parentFQN
name
java.lang.String name
result
Topic result
publication
Publication publication
result
Fragment[] result
result
Topic result
topicId
long topicId
result
Publication result
topicId
long topicId
publicationFilters
java.util.ArrayList publicationFilters
recurse
boolean recurse
result
Publication[] result
from
Topic from
fromFQN
java.lang.String fromFQN
fromId
long fromId
recurse
boolean recurse
result
fr.paris5.shaman.insight.operation.TopicNodeImpl result
id
long id
state
java.lang.String state
topic
Topic topic
newName
java.lang.String newName
renamedTopic
Topic renamedTopic
publication
Publication publication
result
Publication result
publication
Publication publication
newState
java.lang.String newState
makeDefault
boolean makeDefault
result
Publication result
Package fr.paris5.shaman.insight.server.rmi |
lock
org.apache.avalon.excalibur.concurrent.ReadWriteLock lock
insightModel
InsightModel insightModel
Package fr.paris5.shaman.insight.service |
Package fr.paris5.shaman.system |
Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.