Namespaces |
namespace | DnC_Dump_T |
Classes |
class | DnC_Dump |
| This class defines a set of overloaded "dump" methods to print the contents of various IDL data types, which passed as input. More...
|
class | Dump_Obj |
exception | LastConfiguration |
exception | InvalidReference |
interface | Application |
interface | ApplicationManager |
struct | Property |
struct | Requirement |
struct | SatisfierProperty |
struct | Connection |
struct | ComponentPackageReference |
struct | ImplementationRequirement |
struct | Capability |
struct | ComponentPortDescription |
struct | ComponentPropertyDescription |
struct | ComponentInterfaceDescription |
struct | MonolithicDeploymentDescription |
struct | InstanceResourceDeploymentDescription |
struct | InstanceDeploymentDescription |
struct | ComponentExternalPortEndpoint |
struct | PlanSubcomponentPortEndpoint |
struct | ExternalReferenceEndpoint |
struct | ConnectionResourceDeploymentDescription |
struct | PlanConnectionDescription |
struct | PlanSubcomponentPropertyReference |
struct | PlanPropertyMapping |
struct | ImplementationDependency |
struct | ResourceDeploymentDescription |
struct | ArtifactDeploymentDescription |
struct | PlanLocality |
struct | DeploymentPlan |
interface | DomainApplication |
interface | DomainApplicationManager |
interface | ExecutionManager |
exception | InvalidComponentExecParameter |
exception | InvalidConnection |
exception | InvalidNodeExecParameter |
exception | InvalidProperty |
interface | NodeApplication |
interface | NodeApplicationManager |
interface | Logger |
interface | NodeManager |
struct | ComponentPackageImport |
struct | SubcomponentInstantiationDescription |
struct | SubcomponentPortEndpoint |
struct | AssemblyConnectionDescription |
struct | SubcomponentPropertyReference |
struct | AssemblyPropertyMapping |
struct | ImplementationArtifactDescription |
struct | NamedImplementationArtifact |
struct | MonolithicImplementationDescription |
struct | Locality |
struct | ComponentAssemblyDescription |
struct | ComponentImplementationDescription |
struct | ConnectorImplementationDescription |
struct | PackagedComponentImplementation |
struct | ComponentPackageDescription |
struct | ConnectorPackageDescription |
struct | PackageConfiguration |
struct | ComponentUsageDescription |
struct | RequirementSatisfier |
exception | PlanError |
exception | NameExists |
exception | PackageError |
exception | NoSuchName |
interface | RepositoryManager |
struct | ResourceAllocation |
exception | ResourceCommitmentFailure |
interface | ResourceCommitmentManager |
exception | ResourceNotAvailable |
exception | StartError |
exception | StopError |
struct | Resource |
struct | SharedResource |
struct | Node |
struct | Interconnect |
struct | Bridge |
struct | Domain |
interface | TargetManager |
Typedefs |
typedef sequence< Application > | Applications |
typedef sequence< Property > | Properties |
typedef sequence< Requirement > | Requirements |
typedef sequence
< SatisfierProperty > | SatisfierProperties |
typedef sequence< Object > | Endpoints |
typedef sequence< Connection > | Connections |
typedef sequence
< ComponentPackageReference > | ComponentPackageReferences |
typedef sequence
< ResourceUsageKind > | ResourceUsageKinds |
typedef sequence
< ImplementationRequirement > | ImplementationRequirements |
typedef sequence< Capability > | Capabilities |
typedef sequence
< ComponentPortDescription > | ComponentPortDescriptions |
typedef sequence
< ComponentPropertyDescription > | ComponentPropertyDescriptions |
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< PlanLocality > | PlanLocalities |
typedef sequence
< DomainApplicationManager > | DomainApplicationManagers |
typedef sequence
< ComponentPackageDescription > | ComponentPackageDescriptions |
typedef sequence
< PackageConfiguration > | PackageConfigurations |
typedef sequence
< ComponentPackageImport > | ComponentPackageImports |
typedef sequence
< SubcomponentInstantiationDescription > | SubcomponentInstantiationDescriptions |
typedef sequence
< SubcomponentPortEndpoint > | SubcomponentPortEndpoints |
typedef sequence
< AssemblyConnectionDescription > | AssemblyConnectionDescriptions |
typedef sequence
< SubcomponentPropertyReference > | SubcomponentPropertyReferences |
typedef sequence
< AssemblyPropertyMapping > | AssemblyPropertyMappings |
typedef sequence
< NamedImplementationArtifact > | NamedImplementationArtifacts |
typedef sequence
< MonolithicImplementationDescription > | MonolithicImplementationDescriptions |
typedef sequence< Locality > | Localities |
typedef sequence
< ComponentAssemblyDescription > | ComponentAssemblyDescriptions |
typedef sequence
< PackagedComponentImplementation > | PackagedComponentImplementations |
typedef sequence
< ResourceAllocation > | ResourceAllocations |
typedef sequence< Resource > | Resources |
typedef sequence< SharedResource > | SharedResources |
typedef sequence< Node > | Nodes |
typedef sequence< Interconnect > | Interconnects |
typedef sequence< Bridge > | Bridges |
Enumerations |
enum | SatisfierPropertyKind {
Quantity,
Capacity,
Minimum,
Maximum,
_Attribute,
Selection
} |
enum | CCMComponentPortKind {
Facet,
SimplexReceptacle,
MultiplexReceptacle,
EventEmitter,
EventPublisher,
EventConsumer,
ExtendedPort,
_MirrorPort
} |
enum | ResourceUsageKind {
None,
InstanceUsesResource,
ResourceUsesInstance,
PortUsesResource,
ResourceUsesPort
} |
enum | PlanLocalityKind { PlanSameProcess,
PlanDifferentProcess,
PlanNoConstraint
} |
enum | LocalityKind {
SameNodeAnyProcess,
SameNodeSameProcess,
SameNodeDifferentProcess,
DifferentNode,
DifferentProcess,
NoConstraint
} |
enum | DomainUpdateKind { Add,
Delete,
UpdateAll,
UpdateDynamic
} |