|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentErrorException | |
---|---|
org.objectweb.dsrg.sofa.deployment |
Uses of DeploymentErrorException in org.objectweb.dsrg.sofa.deployment |
---|
Subclasses of DeploymentErrorException in org.objectweb.dsrg.sofa.deployment | |
---|---|
class |
IncorrectDeploymentRequestException
|
Methods in org.objectweb.dsrg.sofa.deployment that throw DeploymentErrorException | |
---|---|
java.util.List<ComponentHandle> |
DeploymentDock.getRunningApplications()
Gets the names of all applications running in this Deployment Dock. |
java.util.List<ComponentHandle> |
DeploymentDock.getRunningComponents()
Gets the names of all components running in this Deployment Dock. |
ComponentHandle |
DeploymentDock.instantiateComponent(org.objectweb.dsrg.sofa.deployment.DeploymentDescripton context,
java.lang.String componentInstanceName,
ComponentHandle parent,
java.util.List<org.objectweb.dsrg.sofa.deployment.ConnectorUnitTemplate> cuList)
Instantiates a component with a given name in the given Deployment Plan |
ComponentHandle |
DeploymentDockImpl.instantiateComponent(org.objectweb.dsrg.sofa.deployment.DeploymentDescripton desc,
java.lang.String hierarchicalName,
ComponentHandle parent,
java.util.List<org.objectweb.dsrg.sofa.deployment.ConnectorUnitTemplate> cuTemplates)
|
java.lang.Object |
DeploymentDock.instantiateDynamicComponent(java.lang.String factoryInstanceName,
int dynamicInstanceIndex,
java.lang.String interfaceName,
java.lang.String dynamicID,
java.lang.String appID)
Instantiates a dynamic component from a factory with a given name. |
java.lang.Object |
DeploymentDockImpl.instantiateDynamicComponent(java.lang.String factoryInstanceName,
int dynamicInstanceIndex,
java.lang.String interfaceName,
java.lang.String dynamicID,
java.lang.String appID)
|
ComponentHandle |
DeploymentDock.launchApplication(java.lang.String dpName,
java.lang.String dpVersion)
Launches an application specified by name and version of a Deployment Plan |
ComponentHandle |
DeploymentDockImpl.launchApplication(java.lang.String dpName,
java.lang.String dpVersion)
|
ComponentHandle |
DeploymentDock.launchApplication(java.lang.String dpName,
java.lang.String dpVersion,
java.lang.String dpTag)
Launches an application specified by name and version/tag of a Deployment Plan. |
ComponentHandle |
DeploymentDockImpl.launchApplication(java.lang.String dpName,
java.lang.String dpVersion,
java.lang.String dpTag)
|
ComponentHandle |
DeploymentDock.lookup(java.lang.String componentName)
Gets a reference to a component with a given identifier |
ComponentHandle |
DeploymentDock.lookup(java.lang.String applicationName,
java.lang.String hierarchicalName)
Gets a reference to a component identified by name of the containing application and hierarchical name of the component. |
void |
DeploymentDock.notifyDeploymentFailed(java.lang.String appID)
Notifies DeploymentDock that application deplyment failed. |
void |
DeploymentDock.notifyDeploymentSuccessfull(java.lang.String appID)
Notifies DeploymentDock that the application was succefully deployed. |
void |
DeploymentDock.removeApplicationComponents(java.lang.String componentID)
|
void |
DeploymentDockImpl.removeApplicationComponents(java.lang.String componentID)
|
void |
DeploymentDock.shutdownApplication(java.lang.String appID)
Shuts down the application identified by the component instance ID. |
void |
DeploymentDockImpl.shutdownApplication(java.lang.String componentID)
|
void |
ComponentHandle.start()
Start the component. |
void |
DeploymentDock.startComponent(java.lang.String componentId)
Starts a component on this dock. |
void |
DeploymentDockImpl.startComponent(java.lang.String componentId)
|
void |
ComponentHandle.stop()
Stops the component. |
void |
DeploymentDock.stopComponent(java.lang.String componentId)
Stops component on this dock. |
void |
DeploymentDockImpl.stopComponent(java.lang.String componentId)
|
ComponentHandle |
DeploymentDock.updateComponent(java.lang.String componentID,
java.lang.String archName,
java.lang.String archVersion)
Updates the component with another implementation. |
ComponentHandle |
DeploymentDockImpl.updateComponent(java.lang.String componentID,
java.lang.String archName,
java.lang.String archVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |