com.sun.enterprise.config.util
Class PortManager
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortManager
public PortManager(Cluster cluster,
Config config,
Domain theDomain,
Server theNewServer)
throws org.jvnet.hk2.config.TransactionFailure
- Throws:
org.jvnet.hk2.config.TransactionFailure
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.