| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry |
| Modifier and Type | Method and Description |
|---|---|
protected static ServiceInformation |
ServiceInformation.createExportedLocalService(java.lang.String serviceType,
AbstractRegistry.InstantiationMode instantiationMode,
java.lang.String implementationClass,
java.lang.String[] exportServiceInstances,
boolean publish)
Creates a new service information instance for an exported local service
with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createExportedLocalServiceForObject(java.lang.String serviceType,
ADEPT2Service implementation,
java.lang.String[] exportServiceInstances,
boolean publish)
Creates a new service information instance for an exported local service
provided as object with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createNonExportedLocalService(java.lang.String serviceType,
AbstractRegistry.InstantiationMode instantiationMode,
java.lang.String implementationClass)
Creates a new service information instance for a non-exported local service
with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createNonExportedLocalServiceForObject(java.lang.String serviceType,
ADEPT2Service implementation)
Creates a new service information instance for a non-exported local service
provided as object with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createPrivateRemoteService(java.lang.String serviceType,
java.net.URI serviceURI)
Creates a new service information instance for a private remote service
with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createPublicRemoteService(java.lang.String serviceType)
Creates a new service information instance for a public remote service with
the designated attributes.
|
protected ServiceInformation |
LocalServiceRegistry.getServiceInformation(java.lang.String instanceName)
Returns the information (component type, instantiation mode, implementation
class, service URI, export service instances and whether to publish the
service) for the designated service instance.
|
protected ServiceInformation |
ServiceRegistry.getServiceInformation(java.lang.String instanceName)
Unlike the overridden method, this method returns null instead of a
ConfigurationException since it is legal to ask for a
service that is not known locally but to the global registry. |