Searched refs:Invoker (Results 26 - 37 of 37) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInvoker.java37 class Invoker { class
38 private Invoker() { } method in class:Invoker
145 Invoker.invokeUnchecked(handler, attachment, result, exc);
H A DAsynchronousSocketChannelImpl.java235 Invoker.invoke(this, handler, att, null, e);
271 Invoker.invoke(this, handler, att, (V)result, null);
368 Invoker.invoke(this, handler, att, null, e);
377 Invoker.invoke(this, handler, att, (V)result, null);
H A DAsynchronousChannelGroupImpl.java111 Invoker.bindToGroup(thisGroup);
159 if (Invoker.isBoundToAnyGroup()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DInstanceResolver.java88 * Called by the default {@link Invoker} after the method call is done.
217 * Wraps this {@link InstanceResolver} into an {@link Invoker}.
219 public @NotNull Invoker createInvoker() {
220 return new Invoker() {
252 return "Default Invoker over "+InstanceResolver.this.toString();
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java317 Invoker.GroupAndInvokeCount myGroupAndInvokeCount =
318 Invoker.getGroupAndInvokeCount();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DProvider.java517 Invoker invoker, WebServiceFeature ... features) {
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java204 private static Invoker invoker;
294 // To avoid loads of synchronizations with Invoker and improve performance we
335 // To avoid loads of synchronizations with Invoker and improve performance we
540 public static interface Invoker { interface in class:ShellFolder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/
H A DProviderImpl.java65 import javax.xml.ws.spi.Invoker;
130 public Endpoint createEndpoint(String bindingId, Class implementorClass, Invoker invoker, WebServiceFeature... features) {
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java466 protected Invoker createInvoker() {
470 private static class ComInvoker extends ThreadPoolExecutor implements ThreadFactory, ShellFolder.Invoker {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java399 private class Invoker implements Callable { class in class:DispatchImpl
411 Invoker(T param) { method in class:DispatchImpl.Invoker
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java99 Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker,
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk185 sun/nio/ch/Invoker.java \

Completed in 1403 milliseconds

12