Searched refs:ERROR (Results 1 - 25 of 36) sorted by relevance

12

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/utility/
H A DAugmentationTest.java136 public final int ERROR = -1; field in class:AugmentationTest
179 println("!!! ERROR: linkage error when loading class: "
183 return ERROR;
185 println("!!! ERROR: class not found: " + className);
188 return ERROR;
214 println("!!! ERROR: field declaration: ");
217 return ERROR;
236 println("!!! ERROR: constructor declaration: ");
239 return ERROR;
262 println("!!! ERROR
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DCometEvent.java99 * ERROR - Error will be called by the container in the case where an IO exception
105 public enum EventType {BEGIN, READ, END, ERROR} enum constant in enum:CometEvent.EventType
110 * TIMEOUT - the connection timed out (sub type of ERROR); note that this ERROR type is not fatal, and
112 * CLIENT_DISCONNECT - the client connection was closed (sub type of ERROR)
113 * IOEXCEPTION - an IO exception occurred, such as invalid content, for example, an invalid chunk block (sub type of ERROR)
154 * an END or ERROR event.
H A DLogger.java88 public static final int ERROR = 1; field in interface:Logger
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/util/
H A DModelValidationException.java63 public static final int ERROR = 0; field in class:ModelValidationException
73 /** This field holds the type -- one of {@link #ERROR} or {@link #WARNING}
90 * Creates new <code>ModelValidationException</code> of type {@link #ERROR}
100 * {@link #ERROR} with the specified detail message and
111 * {@link #ERROR} with the specified offending object and no
123 * {@link #ERROR} with the specified detail message and offending
130 this(ERROR, offendingObject, msg);
136 * @param errorType the type -- one of {@link #ERROR} or {@link #WARNING}.
155 * Get the type -- one of {@link #ERROR} or {@link #WARNING}.
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/handlers/
H A DJBITransactionHandler.java94 if(me.getStatus().equals(ExchangeStatus.ERROR))
111 if(me.getStatus().equals(ExchangeStatus.ERROR))
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DAsadminMain.java75 private final static int ERROR = 1; field in class:AsadminMain
138 System.exit(ERROR);
253 case ERROR:
313 return ERROR;
324 return ERROR;
339 return ERROR;
H A DCLIConstants.java66 public static final int ERROR = 1; field in class:CLIConstants
H A DMultimodeCommand.java230 rc = ERROR;
255 rc = ERROR;
272 case ERROR:
H A DStartDomainCommand.java119 return ERROR;
123 return ERROR;
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/logger/
H A DCatalinaLogger.java78 } else if (verbosity == ERROR) {
H A DIASLogger.java117 else if (verbosity == ERROR)
H A DLoggerBase.java177 write(msg, throwable, ERROR);
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/comm/
H A DMessageSender.java84 if (getMessageExchange().getStatus()== ExchangeStatus.ERROR &&
H A DMessageAcceptor.java174 if(me.getStatus().equals(ExchangeStatus.ERROR)) {
H A DMessageExchangeTransportImpl.java99 me.setStatus(ExchangeStatus.ERROR);
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DHandlerDispatch.java132 return ERROR;
H A DHandlerRequest.java323 return ERROR;
330 return ERROR;
357 return ERROR;
364 return ERROR;
369 return ERROR;
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DAdminCommandLock.java96 ERROR // Failed - other error enum constant in enum:AdminCommandLock.SuspendStatus
365 return SuspendStatus.ERROR;
367 return SuspendStatus.ERROR;
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DJkHandler.java79 public static final int ERROR=2; field in class:JkHandler
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DStartLocalInstanceCommand.java127 return ERROR;
147 return ERROR;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DAsyncContextImpl.java68 static enum AsyncEventType { COMPLETE, TIMEOUT, ERROR, START_ASYNC } enum constant in enum:AsyncContextImpl.AsyncEventType
451 asyncContext.notifyAsyncListeners(AsyncEventType.ERROR, t);
490 case ERROR:
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/
H A DCallbackGUIBindings.java462 ERROR( enum constant in enum:CallbackGUIBindings.MessageType
464 ConfirmationCallback.ERROR,
465 TextOutputCallback.ERROR);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DRequestFilterValve.java381 dispatcher.dispatch(sreq, sres, DispatcherType.ERROR);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/logger/
H A DLoggerBase.java137 protected int verbosity = ERROR;
235 else if ("ERROR".equalsIgnoreCase(verbosity))
236 this.verbosity = ERROR;
/glassfish-3.1.2/javaee-api/javax.javaee/compact/src/main/java/
H A DDIY.java244 processingEnv.getMessager().printMessage(Diagnostic.Kind.ERROR,
248 processingEnv.getMessager().printMessage(Diagnostic.Kind.ERROR,

Completed in 69 milliseconds

12