java.lang.Object
com.aquima.interactions.foundation.lic.Server
All Implemented Interfaces:
Serializable

public class Server extends Object implements Serializable
This class hold the information about the server the portal engine is allowed to run on. The server information consists of at least a host name and domain name that is allowed to start the process.
Since:
5.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • Server

      protected Server(IXmlNode node)
  • Method Details

    • getDomainName

      public String getDomainName()
      This method returns the name of the domain that is allowed to run the portal engine.
      Returns:
      the name of the domain that is allowed to run the portal engine.
    • getHostName

      public String getHostName()
      This method returns the name of the host machine the portal engine is allowed to run on.
      Returns:
      the name of the host machine the portal engine is allowed to run on.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getComponents

      public Component[] getComponents()
      This method returns an array containing configured components.
      Returns:
      an array containing configured components.
    • toString

      public String toString()
      Overrides:
      toString in class Object