Class PortManager

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

public final class PortManager extends Object
Hiding place for the remarkably complex logic of assigning ports to instances GUARANTEE -- the only thing thrown from here is TransactionFailure
Author:
Byron Nevins
  • Constructor Details

    • PortManager

      public PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer) throws org.jvnet.hk2.config.TransactionFailure
      Throws:
      org.jvnet.hk2.config.TransactionFailure
  • Method Details

    • process

      public String process() throws org.jvnet.hk2.config.TransactionFailure
      Throws:
      org.jvnet.hk2.config.TransactionFailure
    • toString

      public String toString()
      Overrides:
      toString in class Object