Searched defs:dispatch (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/
H A DActiveEvent.java29 * An interface for events that know how to dispatch themselves.
31 * queue and its <code>dispatch()</code> method will be called when the event
58 public void dispatch(); method in interface:ActiveEvent
H A DSentEvent.java67 public void dispatch() { method in class:SentEvent
H A DSequencedEvent.java70 * Constructs a new SequencedEvent which will dispatch the specified
73 * @param nested the AWTEvent which this SequencedEvent's dispatch()
74 * method will dispatch
95 * dispatch() shall never call dispose() while holding the lock on the list,
99 public final void dispatch() { method in class:SequencedEvent
149 * Sequenced events are dispatched in order, so we cannot dispatch
151 * turn). But while we wait for our turn to dispatch, the event
185 * as EventQueue lock is held during dispatching and dispatch() will get
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DDispatcher.java37 * Call to dispatch to the remote object (on the server side).
47 void dispatch(Remote obj, RemoteCall call) method in interface:Dispatcher
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/protocol/
H A DServerRequestDispatcher.java45 public void dispatch(MessageMediator messageMediator); method in interface:ServerRequestDispatcher
/openjdk7/jdk/src/share/classes/sun/awt/
H A DModalityEvent.java45 public void dispatch() { method in class:ModalityEvent
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DSkeleton.java50 * @param obj remote implementation to dispatch call to
59 void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) method in interface:Skeleton
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DUnsolicitedNotificationEvent.java79 public void dispatch(UnsolicitedNotificationListener listener) { method in class:UnsolicitedNotificationEvent
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot_Skel.java41 public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) method in class:ForceLogSnapshot_Skel
/openjdk7/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending_Skel.java40 public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) method in class:NotExtending_Skel
/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DImpl1_Skel.java40 public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) method in class:Impl1_Skel
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef_Skel.java41 public void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash) method in class:UseCustomRef_Skel
/openjdk7/jdk/src/share/sample/nio/server/
H A DDispatcher1.java66 dispatch();
73 private void dispatch() throws IOException { method in class:Dispatcher1
H A DDispatcherN.java65 dispatch();
74 private void dispatch() throws IOException { method in class:DispatcherN
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DBootstrapServerRequestDispatcher.java80 public void dispatch(MessageMediator messageMediator) method in class:BootstrapServerRequestDispatcher
H A DINSServerRequestDispatcher.java51 * XXX PI points are not invoked in either dispatch() or locate() method this
75 public void dispatch(MessageMediator mediator) method in class:INSServerRequestDispatcher
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetEvent.java46 public void dispatch() { method in class:SunDropTargetEvent
/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DNamingExceptionEvent.java89 public void dispatch(NamingListener listener) { method in class:NamingExceptionEvent
H A DNamingEvent.java280 public void dispatch(NamingListener listener) { method in class:NamingEvent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDataSourceDispatch.java26 package com.sun.xml.internal.ws.client.dispatch;
H A DMessageDispatch.java26 package com.sun.xml.internal.ws.client.dispatch;
H A DRESTSourceDispatch.java26 package com.sun.xml.internal.ws.client.dispatch;
H A DSOAPMessageDispatch.java26 package com.sun.xml.internal.ws.client.dispatch;
59 public class SOAPMessageDispatch extends com.sun.xml.internal.ws.client.dispatch.DispatchImpl<SOAPMessage> {
H A DSOAPSourceDispatch.java26 package com.sun.xml.internal.ws.client.dispatch;
78 throw new WebServiceException("Unrecognized dispatch mode");
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokeGeneric.java72 invoker = MethodHandles.foldArguments(postDispatch, dispatcher("dispatch"));
100 private MethodHandle dispatch(MethodType callerType, MethodHandle target) { method in class:InvokeGeneric
117 MethodHandle finisher = dispatch(callerType, target);

Completed in 266 milliseconds

12