/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/ |
H A D | dispatch.cgi | 49 Dispatcher.dispatch
|
H A D | dispatch.rb | 49 Dispatcher.dispatch
|
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/ |
H A D | dispatch.cgi | 49 Dispatcher.dispatch
|
H A D | dispatch.rb | 49 Dispatcher.dispatch
|
/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/windows/process/ |
H A D | WindowsWmi.java | 70 private IJIDispatch dispatch;
field in class:WindowsWmi 108 //This will obtain the dispatch interface
109 dispatch = (IJIDispatch) JIObjectFactory.narrowObject(comObject.queryInterface(IJIDispatch.IID));
115 dispatch = null;
133 JIVariant[] results = dispatch.callMethodA("ConnectServer", crazyLongMicrosoftArgs);
189 return dispatch != null;
|
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/ |
H A D | HandlerRequest.java | 122 private HandlerDispatch dispatch; field in class:HandlerRequest 131 dispatch=(HandlerDispatch)wEnv.getHandler( "dispatch" ); 132 if( dispatch != null ) { 134 dispatch.registerMessageType( AjpConstants.JK_AJP13_FORWARD_REQUEST, 138 dispatch.registerMessageType( AjpConstants.JK_AJP13_SHUTDOWN, 142 dispatch.registerMessageType( AjpConstants.JK_AJP13_CPING_REQUEST, 145 dispatch.registerMessageType( HANDLE_THREAD_END, 149 dispatch.registerMessageType( AjpConstants.JK_AJP13_SEND_BODY_CHUNK, // 3
|
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/ |
H A D | EjbWebServiceServlet.java | 95 boolean dispatch = true; 113 dispatch = false; 119 if (dispatch) {
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/ |
H A D | AsyncContextImpl.java | 164 public void dispatch() { method in class:AsyncContextImpl 185 public void dispatch(String path) { method in class:AsyncContextImpl 208 public void dispatch(ServletContext context, String path) { method in class:AsyncContextImpl 365 * Determines the dispatcher of a zero-argument async dispatch for the 368 * @return the dispatcher of the zero-argument async dispatch 437 dispatcher.dispatch(asyncContext.getRequest(), 440 * Close the response after the dispatch target has 441 * completed execution, unless the dispatch target has called 444 * dispatch
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/ |
H A D | java_md.winnt.c | 353 static jboolean dispatch = JNI_FALSE; variable 365 while (dispatch) 496 if (dispatch) 502 if (!dispatch) 503 dispatch = JNI_TRUE; 517 if (dispatch) 519 dispatch = JNI_FALSE; 562 if (LoadWindows() && dispatch) 604 if (LoadWindows() && dispatch && statusdialog) 640 if (LoadWindows() && dispatch) [all...] |
H A D | java_md.unix.c | 378 static jboolean dispatch = JNI_FALSE; variable 413 while (dispatch && x11funcs && appcontext) 415 if (dispatch && !pthread_mutex_lock(&lock)) 540 if (!dispatch) 549 dispatch = JNI_TRUE; 567 if (dispatch) 569 dispatch = JNI_FALSE; 599 if ((funcs = LoadX11(JNI_TRUE)) != NULL && dispatch && !pthread_mutex_lock(&lock)) 665 if ((funcs = LoadX11(JNI_TRUE)) != NULL && dispatch && !pthread_mutex_lock(&lock)) 748 if ((funcs = LoadX11(JNI_TRUE)) != NULL && dispatch [all...] |
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/ |
H A D | RequestFilterValve.java | 381 dispatcher.dispatch(sreq, sres, DispatcherType.ERROR);
|
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/ |
H A D | effects.js | 248 function dispatch(effect, eventName) { 258 dispatch(this, 'beforeSetup'); 260 dispatch(this, 'afterSetup'); 265 dispatch(this, 'beforeUpdate'); 267 dispatch(this, 'afterUpdate');
|
H A D | prototype.js | 1150 dispatch: function(callback, request, transport, json) { 1223 Ajax.Responders.dispatch('onCreate', this, response); 1320 Ajax.Responders.dispatch('on' + state, this, response, response.headerJSON); 1356 Ajax.Responders.dispatch('onException', this, exception);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
H A D | ApplicationDispatcherForward.java | 253 dispatcher.dispatch(request, response, DispatcherType.ERROR);
|
H A D | StandardHostValve.java | 472 dispatcher.dispatch(hreq, hres, DispatcherType.ERROR);
|
H A D | ApplicationDispatcher.java | 157 // The type of dispatch we are performing 218 * is this dispatch cross context 305 dispatch(request, response, DispatcherType.FORWARD); 317 * @param dispatcherType The type of dispatch to be performed 324 public void dispatch(ServletRequest request, ServletResponse response, method in class:ApplicationDispatcher 697 * @param crossContext true if the request dispatch is crossing context
|