protected static ServiceInformation |
ServiceInformation.createExportedLocalService(String serviceType,
AbstractRegistry.InstantiationMode instantiationMode,
String implementationClass,
String[] exportServiceInstances,
boolean publish) |
Creates a new service information instance for an exported local service
with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createExportedLocalServiceForObject(String serviceType,
ADEPT2Service implementation,
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.createExportedPrivateRemoteService(String serviceType,
URI serviceURI,
String[] exportServiceInstances) |
Creates a new service information instance for an exported private remote service with the
designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createExportedPublicRemoteService(String serviceType,
String[] exportServiceInstances) |
Creates a new service information instance for an exported public remote service with the
designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createNonExportedLocalService(String serviceType,
AbstractRegistry.InstantiationMode instantiationMode,
String implementationClass) |
Creates a new service information instance for a non-exported local service
with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createNonExportedLocalServiceForObject(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(String serviceType,
URI serviceURI) |
Creates a new service information instance for a private remote service
with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createPublicRemoteService(String serviceType) |
Creates a new service information instance for a public remote service with
the designated attributes.
|
protected ServiceInformation |
LocalServiceRegistry.getServiceInformation(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(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.
|