Searched refs:handler (Results 51 - 75 of 489) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DAsyncResponseImpl.java50 private final AsyncHandler<T> handler; field in class:AsyncResponseImpl
58 * @param handler
62 public AsyncResponseImpl(Runnable runnable, @Nullable AsyncHandler<T> handler) { argument
65 this.handler = handler;
95 // call the handler before we mark the future as 'done'
96 if (handler!=null) {
114 handler.handleResponse(new CallbackFuture<T>(v, t));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXInclude11TextReader.java45 * @param handler The XIncludeHandler to use.
48 public XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize) argument
50 super(source, handler, bufferSize);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DCoroutineParser.java67 /** Register a SAX-style content handler for us to output to */
68 public void setContentHandler(ContentHandler handler); argument
70 /** Register a SAX-style lexical handler for us to output to
76 public void setLexHandler(org.xml.sax.ext.LexicalHandler handler); argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DFragmentMessage_1_1.java74 public void callback(MessageHandler handler) argument
77 handler.handleInput(this);
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousByteChannel.java61 * handler} parameter is a completion handler that is invoked when the read
63 * handler is the number of bytes read or {@code -1} if no bytes could be
94 * @param handler
95 * The completion handler
108 CompletionHandler<Integer,? super A> handler);
118 * of specifying a completion handler, this method returns a {@code Future}
141 * handler} parameter is a completion handler that is invoked when the write
143 * handler i
106 read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler) argument
183 write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DFatalAdapter.java40 public FatalAdapter(ErrorHandler handler) { argument
41 this.core = handler;
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemGCTableMetaImpl.java138 public SnmpOid getNext(SnmpTableHandler handler, SnmpOid index) { argument
141 if (handler instanceof SnmpCachedData)
142 return getNext((SnmpCachedData)handler, index);
147 next = handler.getNext(next);
148 final Object value = handler.getData(next);
163 public Object getData(SnmpTableHandler handler, SnmpOid index) { argument
164 final Object value = handler.getData(index);
174 public boolean contains(SnmpTableHandler handler, SnmpOid index) { argument
175 if (handler.getData(index) instanceof GarbageCollectorMXBean)
229 // Get the data handler
[all...]
H A DJvmMemPoolTableMetaImpl.java152 // Get the data handler.
154 SnmpTableHandler handler = getHandler(userData);
155 if (handler == null) {
159 if (dbg) log.debug("getNextOid", "handler is null!");
166 final SnmpOid next = handler.getNext(oid);
190 // Get the handler.
192 SnmpTableHandler handler = getHandler(userData);
194 // handler should never be null.
196 if (handler == null)
199 return handler
[all...]
H A DJvmRTBootClassPathTableMetaImpl.java99 * Return a table handler containing the Thread indexes.
150 // Get the data handler.
152 SnmpTableHandler handler = getHandler(userData);
153 if (handler == null) {
157 if (dbg) log.debug("getNextOid", "handler is null!");
163 final SnmpOid next = handler.getNext(oid);
178 // Get the handler.
180 SnmpTableHandler handler = getHandler(userData);
182 // handler should never be null.
184 if (handler
[all...]
H A DJvmRTClassPathTableMetaImpl.java98 * Return a table handler containing the Thread indexes.
149 // Get the data handler.
151 SnmpTableHandler handler = getHandler(userData);
152 if (handler == null) {
156 if (dbg) log.debug("getNextOid", "handler is null!");
162 final SnmpOid next = handler.getNext(oid);
177 // Get the handler.
179 SnmpTableHandler handler = getHandler(userData);
181 // handler should never be null.
183 if (handler
[all...]
H A DJvmRTInputArgsTableMetaImpl.java98 * Return a table handler containing the Thread indexes.
146 // Get the data handler.
148 SnmpTableHandler handler = getHandler(userData);
149 if (handler == null) {
153 if (dbg) log.debug("getNextOid", "handler is null!");
159 final SnmpOid next = handler.getNext(oid);
174 // Get the handler.
176 SnmpTableHandler handler = getHandler(userData);
178 // handler should never be null.
180 if (handler
[all...]
H A DJvmRTLibraryPathTableMetaImpl.java98 * Return a table handler containing the Thread indexes.
149 // Get the data handler.
151 SnmpTableHandler handler = getHandler(userData);
152 if (handler == null) {
156 if (dbg) log.debug("getNextOid", "handler is null!");
162 final SnmpOid next = handler.getNext(oid);
177 // Get the handler.
179 SnmpTableHandler handler = getHandler(userData);
181 // handler should never be null.
183 if (handler
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java194 CompletionHandler<Void,? super A> handler);
204 CompletionHandler<Void,? super A> handler)
206 if (handler == null)
207 throw new NullPointerException("'handler' is null");
208 implConnect(remote, attachment, handler);
220 CompletionHandler<V,? super A> handler);
229 CompletionHandler<V,? super A> handler)
233 if (handler == null)
235 Invoker.invoke(this, handler, att, null, e);
269 if (handler
192 implConnect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
202 connect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
214 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
223 read(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
286 read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler) argument
300 read(ByteBuffer[] dsts, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler) argument
323 implWrite(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
332 write(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
390 write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler) argument
402 write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java187 // complete write if write operation has a completion handler.
203 * Invoked by event handler thread when file descriptor is polled
270 // invoke handler and set result
271 CompletionHandler<Void,Object> handler = connectHandler;
274 if (handler == null) {
278 Invoker.invokeUnchecked(handler, att, null, e);
280 Invoker.invokeIndirectly(this, handler, att, null, e);
289 CompletionHandler<Void,? super A> handler)
293 if (handler == null) {
296 Invoker.invoke(this, handler, attachmen
287 implConnect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
471 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
666 implWrite(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLDTDContentModelSource.java69 * to the registered DTD content model handler. These events could be
84 /** Sets the DTD content model handler. */
85 public void setDTDContentModelHandler(XMLDTDContentModelHandler handler); argument
87 /** Returns the DTD content model handler. */
H A DXMLDTDSource.java28 * DTD handler. These events could be produced by parsing an XML
43 /** Sets the DTD handler. */
44 public void setDTDHandler(XMLDTDHandler handler); argument
46 /** Returns the DTD handler. */
H A DXMLDocumentSource.java28 * document handler. These events could be produced by parsing an XML
43 /** Sets the document handler. */
44 public void setDocumentHandler(XMLDocumentHandler handler); argument
46 /** Returns the document handler */
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java72 public void parse(InputSource source, ContentHandler handler, EntityResolver entityResolver, ErrorHandler errHandler) throws SAXException, IOException { argument
76 public void parse(InputSource source, ContentHandler handler, ErrorHandler errorHandler, EntityResolver entityResolver) argument
88 fallbackParser.parse(source, handler, errorHandler, entityResolver);
92 scanner.scan(dom, handler);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DPipe.java37 import javax.xml.ws.handler.Handler;
38 import javax.xml.ws.handler.LogicalHandler;
39 import javax.xml.ws.handler.MessageContext;
40 import javax.xml.ws.handler.soap.SOAPHandler;
290 * on user handler. The invocation of it is optional on the client side,
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DValidator.java83 * If the client application does not set an event handler on their
86 * handler will receive notification of any errors or warnings encountered.
87 * The default event handler will cause the current operation to halt after
99 * <dt>Use the default event handler</dt>
100 * <dd>The default event handler will be used if you do not specify one
105 * <dt>Implement and register a custom event handler</dt>
114 * <dd>For convenience, a specialized event handler is provided that
133 * should be terminated. The default event handler and
163 * Allow an application to register a validation event handler.
165 * The validation event handler wil
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DDispatch.java78 * via the passed in <code>handler</code>.
86 * @param handler The handler object that will receive the
96 public Future<?> invokeAsync(T msg, AsyncHandler<T> handler); argument
/openjdk7/jdk/test/sun/rmi/log/ReliableLog/
H A DSnapshotSize.java44 SnapshotSize handler = new SnapshotSize();
45 ReliableLog log = new ReliableLog(".", handler);
46 if (log.snapshotSize() != handler.lastSnapshotSize) {
53 if (log.snapshotSize() != handler.lastSnapshotSize) {
H A DLogAlignmentTest.java79 LogAlignmentTest handler = new LogAlignmentTest();
80 ReliableLog log = new ReliableLog (dir, handler, false);
84 handler.basicUpdate (c);
94 handler.basicUpdate (c);
98 handler.basicUpdate (c);
103 handler.basicUpdate (c);
112 String orig = handler.contents;
/openjdk7/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java95 private DefaultHandler handler; field in class:Test4864117
100 this.handler = XMLDecoder.createHandler(this, this, null);
101 this.handler.startDocument();
106 this.handler = null;
113 this.handler.startElement(uri, localName, qName, attributes);
125 this.handler.endElement(uri, localName, qName);
133 this.handler.characters(ch, start, length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java50 /** This handler will receive SAX events. */
51 private final TransformerHandler handler = JAXBContextImpl.createTransformerHandler(); field in class:DomLoader.State
53 /** {@link #handler} will produce this result. */
62 handler.setResult(result);
66 handler.setDocumentLocator(context.getLocator());
67 handler.startDocument();
83 handler.startPrefixMapping(prefixes[i],nsUri );
89 handler.endPrefixMapping( prefixes[i] );
107 s.handler.startElement(ea.uri, ea.local, ea.getQname(), ea.atts);
128 s.handler
[all...]

Completed in 55 milliseconds

1234567891011>>