com.iplanet.portalserver.providers
Interface Provider

All Known Implementing Classes:
ProviderAdapter

public interface Provider

Provider defines the interface for implementing Content Providers (provider).

A provider is the programmatic entity responsible for generating channels on the desktop. There is not necessarily a one to one mapping between providers and channels; a single provider can generate one or more channels depending on how it is configured.

A content provider must implement this interface. The desktop calls these methods to query information about or to cause an action in the provider.

There are essentially three types of methods in this interface;