Package com.isode.mhfcm
Class S5066Server
- java.lang.Object
-
- com.isode.mhfcm.S5066Server
-
- Direct Known Subclasses:
ExternalS5066Server
,Icon5066Server
public abstract class S5066Server extends java.lang.Object
Abstract base class representing an S5066 Server- Since:
- 16.4
-
-
Constructor Summary
Constructors Constructor Description S5066Server()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getName()
Determine the name of this S5066 server.
-
-
-
Method Detail
-
getName
public abstract java.lang.String getName() throws NoServerConnectionException
Determine the name of this S5066 server.- Returns:
- the name of the server, which will never be null.
- Throws:
NoServerConnectionException
- if there is a problem connecting to the Directory to read information.
-
-