|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDiscoveryProvider
Represents an entity discovery provider.
This interface identifies a discovery provider. Each discovery provider plug-in implements this interface.
Method Summary | |
---|---|
IDiscoveryCache |
createCache(UtlAddressDescriptor descriptor,
int flags)
Create the discovery cache. |
String |
getName()
Get the provider name |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |