Serialized Form


Package org.objectweb.dsrg.sofa

Class org.objectweb.dsrg.sofa.SOFAException extends java.lang.Exception implements Serializable

serialVersionUID: -5855016423468844991L


Package org.objectweb.dsrg.sofa.deployment

Class org.objectweb.dsrg.sofa.deployment.Capability extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name.


value

java.lang.String value
Value.


kind

CapabilityKind kind
Kind.


dynamic

boolean dynamic
Dynamic.

Class org.objectweb.dsrg.sofa.deployment.CapabilityKind extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text
Text of the kind

Class org.objectweb.dsrg.sofa.deployment.ComponentHandle extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dock

DeploymentDock dock

componentId

java.lang.String componentId

componentName

java.lang.String componentName

Class org.objectweb.dsrg.sofa.deployment.DeploymentDockImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 1L

Serialized Fields

dockName

java.lang.String dockName

ddr

DeploymentDockRegistry ddr

repAgent

RepositoryAgent repAgent

dcm

org.objectweb.dsrg.connector.mgr.DockConnectorManager dcm

gcm

org.objectweb.dsrg.connector.mgr.GlobalConnectorManager gcm

componentTable

java.util.HashMap<K,V> componentTable
Maps component ID to ComponentHandle


factoryTable

java.util.HashMap<K,V> factoryTable
Maps factory instance name to its ComponentInfo


connectorUnitList

java.util.LinkedList<E> connectorUnitList

count

long count
Counter for making component IDs unique


capabilitiesMap

java.util.HashMap<K,V> capabilitiesMap
A map of dock's capabilities.

Class org.objectweb.dsrg.sofa.deployment.DeploymentErrorException extends SOFAException implements Serializable

serialVersionUID: -664602876731111900L

Class org.objectweb.dsrg.sofa.deployment.IncorrectDeploymentRequestException extends DeploymentErrorException implements Serializable

serialVersionUID: 1L


Package org.objectweb.dsrg.sofa.dockregistry

Class org.objectweb.dsrg.sofa.dockregistry.DeploymentDockRegistryImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 1L

Serialized Fields

docks

java.util.Hashtable<K,V> docks

Class org.objectweb.dsrg.sofa.dockregistry.DockNotFoundException extends java.lang.Exception implements Serializable


Package org.objectweb.dsrg.sofa.microarchitecture

Class org.objectweb.dsrg.sofa.microarchitecture.DelegationChainException extends java.lang.Exception implements Serializable

serialVersionUID: -9067392627086885183L

Class org.objectweb.dsrg.sofa.microarchitecture.InstantiationException extends SOFAException implements Serializable

serialVersionUID: 8602355158451706805L

Class org.objectweb.dsrg.sofa.microarchitecture.InterfaceNotFoundException extends SOFAException implements Serializable

serialVersionUID: 5003610150363864652L


Package org.objectweb.dsrg.sofa.repository

Class org.objectweb.dsrg.sofa.repository.RepositoryFacade.RepositoryFacadeException extends java.lang.Exception implements Serializable

Class org.objectweb.dsrg.sofa.repository.RepositoryFacade.UnsupportedSchemeException extends RepositoryFacade.RepositoryFacadeException implements Serializable

Class org.objectweb.dsrg.sofa.repository.RepositoryFacade.VersionMap extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable


Package org.objectweb.dsrg.sofa.repository.core

Class org.objectweb.dsrg.sofa.repository.core.RepositoryClonerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.objectweb.dsrg.sofa.repository.renamer

Class org.objectweb.dsrg.sofa.repository.renamer.CyclicDependanciesException extends RenamerException implements Serializable

serialVersionUID: -2155884976771951338L

Class org.objectweb.dsrg.sofa.repository.renamer.DuplicitClassnameException extends RenamerException implements Serializable

serialVersionUID: 3510571774151567344L

Class org.objectweb.dsrg.sofa.repository.renamer.RenamerException extends java.lang.Exception implements Serializable

serialVersionUID: -4734875621129009461L


Package org.objectweb.dsrg.sofa.repository.server.webapp

Class org.objectweb.dsrg.sofa.repository.server.webapp.SofaServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

repositoryID

java.lang.String repositoryID

repositoryPath

java.lang.String repositoryPath
Repository content root directory.


jarInspector

JarInspector jarInspector
Helper class for inspecting JARs and for (recursive) searching entries within.