Uses of Class
com.sun.enterprise.v3.admin.cluster.SecureAdminBootstrapHelper
-
Packages that use SecureAdminBootstrapHelper Package Description com.sun.enterprise.v3.admin.cluster -
-
Uses of SecureAdminBootstrapHelper in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster that return SecureAdminBootstrapHelper Modifier and Type Method Description static SecureAdminBootstrapHelperSecureAdminBootstrapHelper. getLocalHelper(File existingInstanceDir, File newInstanceDir)Creates a new helper for delivering files needed for secure admin to the local instance (local meaning on the same node as the DAS).static SecureAdminBootstrapHelperSecureAdminBootstrapHelper. getRemoteHelper(org.glassfish.hk2.api.ServiceLocator habitat, File DASInstanceDir, String remoteNodeDir, String instance, Node node, Logger logger)Creates a new helper for delivering files needed for secure admin to the remote instance.
-