Uses of Class
com.sun.enterprise.admin.cli.remote.DASUtils.Error
-
Packages that use DASUtils.Error Package Description com.sun.enterprise.admin.cli.remote -
-
Uses of DASUtils.Error in com.sun.enterprise.admin.cli.remote
Methods in com.sun.enterprise.admin.cli.remote that return DASUtils.Error Modifier and Type Method Description static DASUtils.ErrorDASUtils. pingDASWithAuth(ProgramOptions programOpts, Environment env)See if DAS is alive, but insist that athentication is correct.static DASUtils.ErrorDASUtils.Error. valueOf(String name)Returns the enum constant of this type with the specified name.static DASUtils.Error[]DASUtils.Error. values()Returns an array containing the constants of this enum type, in the order they are declared.
-