public interface ServiceInstanceDescriptor
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedProperty | getExtendedProperty() | 
| java.lang.String | getLocation()Returns the location attribute of this service instance. | 
| java.lang.String | getName()Returns the name attribute of this service instance. | 
| java.util.Map<java.lang.String,java.lang.String> | getProperties()Returns the normalized properties associated with this service instance. | 
| ServiceProviderDescriptor | getProviderDescriptor()Returns the  ServiceProviderDescriptorassociated with this service instance | 
| java.lang.String | getProviderName()Returns the name of the ServiceProvider associated with this service instance. | 
| java.util.Map<java.lang.String,ServiceInstanceDescriptor> | getServiceInstanceDescriptors()Returns the  ServiceInstanceDescriptorss associated with this instance. | 
java.lang.String getName()
java.lang.String getProviderName()
java.lang.String getLocation()
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.util.Map<java.lang.String,ServiceInstanceDescriptor> getServiceInstanceDescriptors()
ServiceInstanceDescriptorss associated with this instance.ServiceProviderDescriptor getProviderDescriptor()
ServiceProviderDescriptor associated with this service instanceExtendedProperty getExtendedProperty()