com.sun.enterprise.admin.util
Class RemoteInstanceCommandHelper
java.lang.Object
com.sun.enterprise.admin.util.RemoteInstanceCommandHelper
public final class RemoteInstanceCommandHelper
- extends java.lang.Object
- Author:
- Byron Nevins
Implementation Note:
Ideally this class would be extended by AdminCommand's that need these
services. The problem is getting the values out of the habitat. The ctor
call would be TOO EARLY in the derived classes. The values are injected AFTER
construction. We can't easily inject here -- because we don't want this class
to be a Service.
We could do it by having the derived class call a set method in here but that
gets very messy as we have to make sure we are in a valid state for every single
method call.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteInstanceCommandHelper
public RemoteInstanceCommandHelper(org.jvnet.hk2.component.Habitat habitatIn)
getHost
public final java.lang.String getHost(java.lang.String serverName)
getServer
public final Server getServer(java.lang.String serverName)
getNode
public final java.lang.String getNode(Server server)
getAdminPort
public final int getAdminPort(java.lang.String serverName)
getAdminPort
public final int getAdminPort(Server server)
Copyright © 2012 GlassFish Community. All Rights Reserved.