|
Namespaces |
namespace | Deployment |
Classes |
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 |
Defines |
#define | DEPLOYMENT_CORE_IDL |
Typedefs |
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 |
Enumerations |
enum | CCMComponentPortKind {
Facet,
SimplexReceptacle,
MultiplexReceptacle,
EventEmitter,
EventPublisher,
EventConsumer,
ecEventEmitter,
ecEventPublisher,
ecEventConsumer,
rtecEventEmitter,
rtecEventPublisher,
rtecEventConsumer,
nsEventEmitter,
nsEventPublisher,
nsEventConsumer
} |