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