| Class | Description |
|---|---|
| LogicalBindable |
An artifact which can be bound to a remote transport.
|
| LogicalBinding<BD extends org.fabric3.api.model.type.component.Binding> |
An instantiated binding.
|
| LogicalChannel |
An instantiated channel in the domain.
|
| LogicalComponent<I extends org.fabric3.api.model.type.component.Implementation<?>> |
An instantiated component in the domain.
|
| LogicalCompositeComponent |
An instantiated composite component in the domain.
|
| LogicalConsumer |
A consumer on an instantiated component in the domain.
|
| LogicalInvocable |
A contract-based artifact that flows data such as a service, reference, consumer, producer, resource or binding.
|
| LogicalOperation |
An operation on a service, reference or resource of an instantiated component.
|
| LogicalProducer |
A producer on an instantiated component in the domain.
|
| LogicalProperty |
Holds a parsed component property.
|
| LogicalProperty.Builder | |
| LogicalReference |
A reference on an instantiated component in the domain.
|
| LogicalResource<R extends org.fabric3.api.model.type.component.Resource> |
An instantiated resource defined in a composite.
|
| LogicalResourceReference<RD extends org.fabric3.api.model.type.component.ResourceReference> |
A reference to a resource on an instantiated component in the domain.
|
| LogicalScaArtifact<P extends LogicalScaArtifact<?>> |
Base class for all logical artifacts.
|
| LogicalService |
An instantiated service.
|
| LogicalWire |
A wire from a reference to a service in the domain.
|
| Enum | Description |
|---|---|
| LogicalState |
Used to track the state of a logical instance such as a component or wire.
|