public interface IDiscoveryProvider
This interface identifies a discovery provider. Each discovery provider plug-in implements this interface.
Modifier and Type | Method and Description |
---|---|
IDiscoveryCache |
createCache(UtlAddressDescriptor descriptor,
int flags)
Create the discovery cache.
|
String |
getName()
Get the provider name
|
String getName()
IDiscoveryCache createCache(UtlAddressDescriptor descriptor, int flags) throws EDiscoveryException
descriptor
- The cache descriptor (provider specific) used to create the cache.flags
- Flags tha qualify the creation of the cache. The following
flags are currently supportedDiscoveryCacheFactory.FLG_NO_AUTOOPEN
EDiscoveryException
- Thrown in case an error occurs during the creation
of the cache.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.