com.sun.jini.discovery.internal
Class BaseProvider
java.lang.Object
com.sun.jini.discovery.internal.BaseProvider
- All Implemented Interfaces:
- DiscoveryFormatProvider
- Direct Known Subclasses:
- X500Client, X500Server
public class BaseProvider
- extends Object
- implements DiscoveryFormatProvider
Base superclass for discovery format provider implementations.
Constructor Summary |
protected |
BaseProvider(String formatName)
Constructs instance with the given format name. |
Method Summary |
String |
getFormatName()
Returns the name of the format implemented by this provider. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formatName
protected final String formatName
- The format name.
BaseProvider
protected BaseProvider(String formatName)
- Constructs instance with the given format name.
getFormatName
public String getFormatName()
- Description copied from interface:
DiscoveryFormatProvider
- Returns the name of the format implemented by this provider.
- Specified by:
getFormatName
in interface DiscoveryFormatProvider
- Returns:
- the name of the format implemented by this provider
Copyright © GigaSpaces.