|
|||||||||
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 | |
---|---|
String |
getName()
Get the provider name |
IDiscoveryCache |
openCache(com.neeve.util.UtlAddressDescriptor descriptor)
Open the discovery cache. |
Method Detail |
---|
String getName()
IDiscoveryCache openCache(com.neeve.util.UtlAddressDescriptor descriptor) throws EDiscoveryException
descriptor
- The cache descriptor (provider specific) used to open the cache.
EDiscoveryException
- Thrown in case an error occurs during the opening
of the cache.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |