Searched defs:dispatch (Results 1 - 6 of 6) sorted by relevance
/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/web/web-core/src/main/java/org/apache/catalina/core/ |
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
|
/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...] |
Completed in 312 milliseconds