com.sun.enterprise.config.util
Class PortBaseHelper

java.lang.Object
  extended by 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
PortBaseHelper(Server instance, String portbase, boolean checkports, Logger logger)
           
 
Method Summary
 String getAdminPort()
           
 String getDebugPort()
           
 String getHttpsPort()
           
 String getIiopmPort()
           
 String getIiopPort()
           
 String getIiopsPort()
           
 String getInstancePort()
           
 String getJmsPort()
           
 String getJmxPort()
           
 String getOsgiPort()
           
 void setPorts()
           
 void verifyPortBase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortBaseHelper

public PortBaseHelper(Server instance,
                      String portbase,
                      boolean checkports,
                      Logger logger)
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.TransactionFailure
PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.