Class PortBaseHelper

java.lang.Object
com.sun.enterprise.config.util.PortBaseHelper

public class PortBaseHelper extends Object
Port base utilities used by create-local-instance. Similar to create-domain.
Author:
Jennifer
  • Constructor Details

    • PortBaseHelper

      public PortBaseHelper(Server instance, String portbase, boolean checkports, Logger logger)
  • Method Details

    • verifyPortBase

      public void verifyPortBase() throws org.jvnet.hk2.config.TransactionFailure
      Throws:
      org.jvnet.hk2.config.TransactionFailure
    • getAdminPort

      public String getAdminPort()
    • getInstancePort

      public String getInstancePort()
    • getHttpsPort

      public String getHttpsPort()
    • getIiopPort

      public String getIiopPort()
    • getIiopsPort

      public String getIiopsPort()
    • getIiopmPort

      public String getIiopmPort()
    • getJmsPort

      public String getJmsPort()
    • getJmxPort

      public String getJmxPort()
    • getOsgiPort

      public String getOsgiPort()
    • getDebugPort

      public String getDebugPort()
    • setPorts

      public void setPorts() throws org.jvnet.hk2.config.TransactionFailure, PropertyVetoException
      Throws:
      org.jvnet.hk2.config.TransactionFailure
      PropertyVetoException