public interface ServiceProviderDescriptor
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAuditLevel()Returns the audit level of this provider instance. | 
| java.lang.String | getDescription()Returns the description of this provider instance. | 
| ExtendedProperty | getExtendedProperty() | 
| java.lang.String | getLocation()Returns the value of the  locationattribute | 
| java.lang.String | getLoggingLevel()Returns the logging level of this provider instance. | 
| java.util.Properties | getProperties()Returns the (custom) properties associated with this provider | 
| java.lang.String | getProperty(java.lang.String key)Returns the (custom) property value associated with the specified key | 
| java.lang.String | getProviderClass()Returns the implementation class of this provider instance. | 
| java.lang.String | getProviderName()Returns the name of this provider instance. | 
| java.lang.String | getServiceType()Returns the service type of this provider | 
java.lang.String getProviderClass()
java.lang.String getServiceType()
java.lang.String getProviderName()
java.lang.String getDescription()
java.lang.String getLocation()
location attributejava.lang.String getAuditLevel()
java.lang.String getLoggingLevel()
java.lang.String getProperty(java.lang.String key)
java.util.Properties getProperties()
ExtendedProperty getExtendedProperty()