Class ServerPorts

java.lang.Object
com.denodo.commons.ServerPorts
All Implemented Interfaces:
Serializable

public class ServerPorts extends Object implements Serializable
Encapsulates the port numbers required by RMI server.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • ServerPorts

      public ServerPorts(int port, int shutdownPort, int reservedPort)
  • Method Details

    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getShutdownPort

      public int getShutdownPort()
    • setShutdownPort

      public void setShutdownPort(int shutdownPort)
    • getReservedPort

      public int getReservedPort()
    • setReservedPort

      public void setReservedPort(int reservedPort)
    • toString

      public String toString()
      Overrides:
      toString in class Object