See: Description
Interface | Description |
---|---|
Association<T> |
Associations provide a mechanism to model and enforce uses and requires
associations between services in an
OperationalString . |
AssociationListener<T> |
The AssociationListener interface specifies the semantics of a client that
when registered to an
AssociationManagement instance will receive
notifications of Association s being discovered, changed and broken. |
AssociationManagement |
AssociationManagement provides the necessary support to manage Associations a
ServiceBean has to other services.
|
AssociationMatchFilter |
The AssociationMatchFilter defines the method used by an object
to check if
AssociationDescriptor requirements
can be met by a ServiceItem . |
AssociationProxy<T> |
Methods that dynamic proxies created for associated services must implement
in order to interface with association management.
|
AssociationServiceListener<T> |
The AssociationServiceListener interface specifies the semantics of a client
that when registered to an
Association instance will receive
notifications of services being added or removed to that Association . |
ServiceSelectionStrategy<T> |
Provides a way to select a service for invocation across a collection of
associated services.
|
Class | Description |
---|---|
AssociationDescriptor |
The AssociationDescriptor defines the attributes needed to create, manage and
monitor
Association instances. |
Enum | Description |
---|---|
Association.State |
Association State enums indicate the following:
PENDING: Indicates that an associated service has not been discovered
DISCOVERED: Indicates that an associated service has been discovered
CHANGED: Indicates that an associated service has changed, that is an
end-point has changed, and the association now points a different service
BROKEN: Indicates that the association is broken
|
AssociationType |
The
AssociationType defines the different types of an Association . |
Copyright © 2007–2018 Rio Project. All rights reserved.