com.sun.enterprise.config.util
Class PortManager

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

public final class PortManager
extends java.lang.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 Summary
PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer)
           
 
Method Summary
 java.lang.String process()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortManager

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

process

public java.lang.String process()
                         throws org.jvnet.hk2.config.TransactionFailure
Throws:
org.jvnet.hk2.config.TransactionFailure

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 GlassFish Community. All Rights Reserved.