| AmbiguousServiceRuntimeException |
This exception is thrown whenever a service cannot be unambiguously
distinguished from another service because a matcher was not strict enough to
identify just one service.
|
| DuplicateServiceRuntimeException |
This exception is thrown whenever a service, which cannot be distinguished
from another service, is added to the service bus.
|
| GroupIdAccessor |
Provides an accessor for a group ID property.
|
| GroupIdAccessor.GroupIdMutator |
Provides a mutator for a group ID property.
|
| NameIdAccessor |
Provides an accessor for a name ID property.
|
| NameIdAccessor.NameIdMutator |
Provides a mutator for a name ID property.
|
| NoMatchingServiceRuntimeException |
This exception is thrown whenever a service cannot be unambiguously
distinguished from another service because a matcher was not strict enough to
identify just one service.
|
| Service |
Any Service to be made available by the service bus must implement
this interface.
|
| ServiceAccessor |
Provides an accessor for a Service property.
|
| ServiceAccessor.ServiceMutator |
Provides a mutator for a Service property.
|
| ServiceBus |
|
| ServiceBusAccessor |
|
| ServiceBusAccessor.ServiceBusMutator |
|
| ServiceBusRuntimeException |
Base exception for ServiceBus related runtime exceptions.
|
| ServiceContext |
The ServiceContext is a context passed (for example injected) to a
service in order configure that service.
|
| ServiceContextAccessor |
Provides an accessor for Service's context property.
|
| ServiceContextAccessor.ServiceContextMutator |
Provides a mutator for Service's context property.
|
| ServiceDescriptor |
The descriptor is used to describe a service including its configuration.
|
| ServiceDescriptorAccessor |
|
| ServiceDescriptorAccessor.ServiceDescriptorMutator |
|
| ServiceDirectory |
The service descriptor manager can be used to manage services and them
configurations, i.e a system administering services in an my have access to a
service descriptor manager.
|
| ServiceLookup |
The interface may be used internally by a system managing services.
|
| ServiceMatcher |
This interface typifies the matcher interface for the usage with services.
|
| ServiceMatcherAccessor |
|
| ServiceMatcherAccessor.ServiceMatcherMutator |
|
| ServiceMetaData |
Service Meta-Data describes criteria identifying a specific service within a
pool of services.
|
| UnknownServiceRuntimeException |
This exception is thrown whenever a service, which cannot be distinguished
from another service, is added to the service bus.
|