Searched defs:WARNING (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DCommandResult.java55 WARNING, enum constant in enum:CommandResult.ExitStatus
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/resource/common/
H A DResourceStatus.java54 public final static int WARNING = 2; field in class:ResourceStatus
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/util/
H A DModelValidationException.java66 public static final int WARNING = 1; field in class:ModelValidationException
73 /** This field holds the type -- one of {@link #ERROR} or {@link #WARNING}
136 * @param errorType the type -- one of {@link #ERROR} or {@link #WARNING}.
155 * Get the type -- one of {@link #ERROR} or {@link #WARNING}.
163 * if the type is {@link #WARNING}
170 if ((WARNING == getType()) && !StringHelper.isEmpty(message))
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DLogger.java90 public static final int WARNING = 2; field in interface:Logger
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DAsadminMain.java79 private final static int WARNING = 4; field in class:AsadminMain
247 case WARNING:
H A DCLIConstants.java67 public static final int WARNING = 4; field in class:CLIConstants
H A DCLICommand.java92 public static final int WARNING = CLIConstants.WARNING; field in class:CLICommand
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/
H A DActionReport.java65 public enum ExitCode { SUCCESS, WARNING, FAILURE ; enum constant in enum:ActionReport.ExitCode
135 * return true if the action report or a subaction report has ExitCode.WARNING.
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/
H A DSyslog.java83 public static final int WARNING=4; field in class:Syslog
139 logger.log(Level.WARNING, "Error sending syslog packet", e);
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DReportHandler.java95 private final String WARNING = "warning"; // NOI18N field in class:ReportHandler
188 addResultsToDocument(WARNING, resultMgr.getWarningResults());
238 } else if (status == WARNING) {
H A DResult.java54 public static final int WARNING = 2; field in class:Result
142 setStatus(WARNING);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/
H A DAdminCommandResponse.java66 public static final String WARNING = "Warning"; field in class:AdminCommandResponse
169 else if(WARNING.equalsIgnoreCase(exitCodeString))
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/
H A DLogger.java82 * WARNING is a message level indicating a potential problem.
84 * In general WARNING messages should describe events that will
88 public static final int WARNING = 900; field in interface:Logger
274 * Log a WARNING message.
276 * If the logger is currently enabled for the WARNING message
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDFDeploymentStatus.java71 WARNING, enum constant in enum:DFDeploymentStatus.Status
476 else if (status.getStatus() == DFDeploymentStatus.Status.WARNING) {
477 for (Iterator itr = getAllStageStatusForLevel(status, DFDeploymentStatus.Status.WARNING); itr.hasNext();) {
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/
H A DCallbackGUIBindings.java458 WARNING( enum constant in enum:CallbackGUIBindings.MessageType
460 ConfirmationCallback.WARNING,
461 TextOutputCallback.WARNING),
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/
H A DAutoDeployer.java606 // sLogger.log(Level.WARNING, msg+e.getMessage());
608 // sLogger.log(Level.WARNING, msg+e.getMessage());
686 WARNING( enum constant in enum:AutoDeployer.AutodeploymentStatus
688 ActionReport.ExitCode.WARNING,

Completed in 1277 milliseconds