Class 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S5066Server

        public S5066Server()
    • 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.