|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AsynchronousCall
.Endpoint
which simply
wraps a ServiceConfiguration
and it's associated service implementation.RemoveAndPublishResult
from the given lists of services removed and published.
Endpoint
contains a reference to the ServiceConfiguration
for a service as well as a proxy to the service endpoint that can be invoked.Endpoint
to this service which
generates the ServiceConfiguration
for this service definition
as well as including the actual service implementation as provided by
ServiceDefinition.getService()
.
ServiceInfo
for all services in
the registry that have a status of ServiceEndpointStatus.ONLINE
.
ServiceInfo
for all services in
the registry.
ServiceInfo
for all services that
have an instance id which matches the given instance id, regardless of
their status.
ServiceConfiguration
stored in the
ServiceDescriptorContract
for this service.
ServiceConfiguration
for the service.
ServiceInfo
for all services that have a status
of ServiceEndpointStatus.ONLINE
with the given name.
ClassLoader
that should be set as the context
classloader on the thread prior to any invocations on the service
ServiceDescriptor
which has the given id.
ServiceDescriptor
which match the
given list of service descriptor ids.
ServiceEndpoint
to the registry.
ServiceBus.publishService(ServiceDefinition, boolean)
but allows for multiple
services to be published to the bus in a single operation.
ServiceEndpoint
s to the registry.
ServiceRegistry.removeServiceEndpoint(String)
but removes all services that
match the given list of service ids.
ServiceBus.removeService(QName, boolean)
but allows for multiple services to
be removed from the bus in a single operation.
ServiceBus
is the primary api that client applications use to interact with the Kuali
Service Bus.ServiceBus
and ServiceRegistry
.ServiceDescriptorContract
interface.ServiceDescriptor
instances.ServiceConfiguration
for the service.ServiceEndpointContract
interface.ServiceEndpoint
instances.ServiceInfoContract
interface.ServiceInfo
instances.ServiceRegistry
.ServiceEndpointStatus
.
ServiceRegistry.updateStatus(String, ServiceEndpointStatus)
but updates
mutliple statuses as part of a single operation.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |