Package 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
-
-
Constructor Summary
Constructors Constructor Description PortBaseHelper(Server instance, String portbase, boolean checkports, Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminPort()StringgetDebugPort()StringgetHttpsPort()StringgetIiopmPort()StringgetIiopPort()StringgetIiopsPort()StringgetInstancePort()StringgetJmsPort()StringgetJmxPort()StringgetOsgiPort()voidsetPorts()voidverifyPortBase()
-
-
-
Method Detail
-
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.TransactionFailurePropertyVetoException
-
-