public interface IServiceProviderDescriptor
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Get the ID of this service provider, or null if this is a null provider.
|
java.lang.String |
getName()
Get the name of this service provider, or null if this is a null provider.
|
java.lang.Integer |
getPriority()
Get the priority for the the provider.
|
java.lang.String |
getServiceId()
Get the service this service provider is for.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getServiceId()
java.lang.Integer getPriority()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.