public class ProfileServiceInternalImpl extends Object implements ProfileServiceInternal
Constructor and Description |
---|
ProfileServiceInternalImpl() |
Modifier and Type | Method and Description |
---|---|
void |
registerSpi(String protocol,
ProfileServiceSpi provider)
Registers a ProfileServiceSpi for a named protocol.
|
void |
unregisterSpi(String protocol)
Unregisters a ProfileServiceSpi for a named protocol.
|
public void registerSpi(String protocol, ProfileServiceSpi provider)
ProfileServiceInternal
registerSpi
in interface ProfileServiceInternal
protocol
- The protocol for which the provider is being registered. An example is "sh"provider
- The provider to handle this protocolpublic void unregisterSpi(String protocol)
ProfileServiceInternal
unregisterSpi
in interface ProfileServiceInternal
protocol
- The protocol for which the provider is being unregistered. An example is "sh"