|
Classes |
exception | Deployment::InvalidProperty |
exception | Deployment::NameExists |
exception | Deployment::PackageError |
exception | Deployment::NoSuchName |
exception | Deployment::LastConfiguration |
exception | Deployment::InvalidReference |
exception | Deployment::PlanNotExist |
struct | Deployment::ComponentPlan |
interface | Deployment::ApplicationManager |
interface | Deployment::DomainApplicationManager |
interface | Deployment::ExecutionManager |
interface | Deployment::Logger |
interface | Deployment::NodeApplicationManager |
interface | Deployment::NodeManager |
interface | Deployment::RepositoryManager |
exception | Deployment::NoPlan |
struct | Deployment::Implementation |
interface | Deployment::new_RepositoryManager |
struct | Deployment::SatisfierProperty |
struct | Deployment::SharedResource |
struct | Deployment::Resource |
struct | Deployment::Node |
struct | Deployment::Interconnect |
struct | Deployment::Bridge |
struct | Deployment::Domain |
exception | Deployment::UnknownImplId |
exception | Deployment::InvalidLocation |
exception | Deployment::InstallationFailure |
exception | Deployment::ImplEntryPointNotFound |
exception | Deployment::StartError |
exception | Deployment::StopError |
exception | Deployment::InvalidConnection |
struct | Deployment::Property |
struct | Deployment::Connection |
struct | Deployment::ComponentImplementationInfo |
struct | Deployment::ContainerImplementationInfo |
struct | Deployment::NodeImplementationInfo |
interface | Deployment::Application |
struct | Deployment::Component_Info |
interface | Deployment::Container |
interface | Deployment::NodeApplication |
struct | Deployment::ComponentPortDescription |
struct | Deployment::ComponentPropertyDescription |
struct | Deployment::ComponentInterfaceDescription |
struct | Deployment::Requirement |
struct | Deployment::MonolithicDeploymentDescription |
struct | Deployment::InstanceResourceDeploymentDescription |
struct | Deployment::InstanceDeploymentDescription |
struct | Deployment::ComponentExternalPortEndpoint |
struct | Deployment::PlanSubcomponentPortEndpoint |
struct | Deployment::ExternalReferenceEndpoint |
struct | Deployment::ConnectionResourceDeploymentDescription |
struct | Deployment::PlanConnectionDescription |
struct | Deployment::PlanSubcomponentPropertyReference |
struct | Deployment::PlanPropertyMapping |
struct | Deployment::ImplementationDependency |
struct | Deployment::ResourceDeploymentDescription |
struct | Deployment::ArtifactDeploymentDescription |
struct | Deployment::DeploymentPlan |
struct | Deployment::ComponentPackageReference |
struct | Deployment::SubcomponentPortEndpoint |
struct | Deployment::AssemblyConnectionDescription |
struct | Deployment::SubcomponentPropertyReference |
struct | Deployment::AssemblyPropertyMapping |
struct | Deployment::ImplementationRequirement |
struct | Deployment::Capability |
struct | Deployment::RequirementSatisfier |
struct | Deployment::ImplementationArtifactDescription |
struct | Deployment::NamedImplementationArtifact |
struct | Deployment::MonolithicImplementationDescription |
struct | Deployment::SubcomponentInstantiationDescription |
struct | Deployment::ComponentAssemblyDescription |
struct | Deployment::ComponentImplementationDescription |
struct | Deployment::PackagedComponentImplementation |
struct | Deployment::ComponentPackageDescription |
struct | Deployment::PackageConfiguration |
exception | Deployment::ResourceNotAvailable |
exception | Deployment::PlanError |
interface | Deployment::TargetManager |
Typedefs |
typedef sequence< ComponentPlan > | ComponentPlans |
typedef sequence< Application > | Applications |
typedef sequence< DomainApplicationManager > | DomainApplicationManagers |
typedef sequence< octet > | Artifact |
typedef sequence< octet > | Package |
typedef sequence< Implementation > | Implementations |
typedef sequence< SatisfierProperty > | SatisfierProperties |
typedef sequence< SharedResource > | SharedResources |
typedef sequence< Resource > | Resources |
typedef sequence< Node > | Nodes |
typedef sequence< Interconnect > | Interconnects |
typedef sequence< Bridge > | Bridges |
typedef sequence< Property > | Properties |
typedef sequence< Object > | Endpoints |
typedef sequence< Connection > | Connections |
typedef sequence< ComponentImplementationInfo > | ComponentImplementationInfos |
typedef sequence< ContainerImplementationInfo > | ContainerImplementationInfos |
typedef sequence< Component_Info > | ComponentInfos |
typedef sequence< NodeApplication > | NodeApplications |
typedef sequence< Container > | Containers |
typedef sequence< ComponentPortDescription > | ComponentPortDescriptions |
typedef sequence< ComponentPropertyDescription > | ComponentPropertyDescriptions |
typedef sequence< Requirement > | Requirements |
typedef sequence< MonolithicDeploymentDescription > | MonolithicDeploymentDescriptions |
typedef sequence< InstanceResourceDeploymentDescription > | InstanceResourceDeploymentDescriptions |
typedef sequence< InstanceDeploymentDescription > | InstanceDeploymentDescriptions |
typedef sequence< ComponentExternalPortEndpoint > | ComponentExternalPortEndpoints |
typedef sequence< PlanSubcomponentPortEndpoint > | PlanSubcomponentPortEndpoints |
typedef sequence< ExternalReferenceEndpoint > | ExternalReferenceEndpoints |
typedef sequence< ConnectionResourceDeploymentDescription > | ConnectionResourceDeploymentDescriptions |
typedef sequence< PlanConnectionDescription > | PlanConnectionDescriptions |
typedef sequence< PlanSubcomponentPropertyReference > | PlanSubcomponentPropertyReferences |
typedef sequence< PlanPropertyMapping > | PlanPropertyMappings |
typedef sequence< ImplementationDependency > | ImplementationDependencies |
typedef sequence< ResourceDeploymentDescription > | ResourceDeploymentDescriptions |
typedef sequence< ArtifactDeploymentDescription > | ArtifactDeploymentDescriptions |
typedef sequence< ComponentPackageReference > | ComponentPackageReferences |
typedef sequence< SubcomponentPortEndpoint > | SubcomponentPortEndpoints |
typedef sequence< AssemblyConnectionDescription > | AssemblyConnectionDescriptions |
typedef sequence< SubcomponentPropertyReference > | SubcomponentPropertyReferences |
typedef sequence< AssemblyPropertyMapping > | AssemblyPropertyMappings |
typedef sequence< ResourceUsageKind > | ResourceUsageKinds |
typedef sequence< ImplementationRequirement > | ImplementationRequirements |
typedef sequence< Capability > | Capabilities |
typedef sequence< NamedImplementationArtifact > | NamedImplementationArtifacts |
typedef sequence< MonolithicImplementationDescription > | MonolithicImplementationDescriptions |
typedef sequence< PackageConfiguration > | PackageConfigurations |
typedef sequence< ComponentPackageDescription > | ComponentPackageDescriptions |
typedef sequence< SubcomponentInstantiationDescription > | SubcomponentInstantiationDescriptions |
typedef sequence< ComponentAssemblyDescription > | ComponentAssemblyDescriptions |
typedef sequence< PackagedComponentImplementation > | PackagedComponentImplementations |
Enumerations |
enum | Platform {
Win32,
Unix,
Linux,
Solaris,
Vxworks,
UNDEF
} |
enum | SatisfierPropertyKind {
Quantity,
Capacity,
Minimum,
Maximum,
_Attribute,
Selection
} |
enum | CCMComponentPortKind {
Facet,
SimplexReceptacle,
MultiplexReceptacle,
EventEmitter,
EventPublisher,
EventConsumer,
ecEventEmitter,
ecEventPublisher,
ecEventConsumer,
rtecEventEmitter,
rtecEventPublisher,
rtecEventConsumer,
nsEventEmitter,
nsEventPublisher,
nsEventConsumer
} |
enum | ResourceUsageKind {
None,
InstanceUsesResource,
ResourceUsesInstance,
PortUsesResource,
ResourceUsesPort
} |
enum | DomainUpdateKind { Add,
Delete,
UpdateAll,
UpdateAvailable
} |