com.sun.enterprise.config.util
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortBaseHelper
public PortBaseHelper(Server instance,
String portbase,
boolean checkports,
Logger logger)
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
Copyright © 2012 GlassFish Community. All Rights Reserved.