Searched refs:handler (Results 101 - 125 of 489) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DXMLParser.java45 * and sends SAX events to the given content handler.
52 * this handler so that XSOM can recognize that something went wrong.
61 * must be reported to the error handler.
63 void parse( InputSource source, ContentHandler handler, argument
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadInstanceTableMetaImpl.java159 * Return a table handler containing the Thread indexes.
220 // Get the data handler.
222 SnmpTableHandler handler = getHandler(userData);
223 if (handler == null) {
227 log.debug("getNextOid", "handler is null!");
235 next = handler.getNext(next);
253 // Get the handler.
255 SnmpTableHandler handler = getHandler(userData);
257 // handler should never be null.
259 if (handler
[all...]
H A DJvmMemMgrPoolRelTableMetaImpl.java98 private static Map<String, SnmpOid> buildPoolIndexMap(SnmpTableHandler handler) { argument
100 if (handler instanceof SnmpCachedData)
101 return buildPoolIndexMap((SnmpCachedData)handler);
106 while ((index = handler.getNext(index))!=null) {
108 (MemoryPoolMXBean)handler.getData(index);
142 * Return a table handler that holds the jvmMemManagerTable table data.
370 // Get the data handler.
372 SnmpTableHandler handler = getHandler(userData);
373 if (handler == null) {
377 if (dbg) log.debug("getNextOid", "handler i
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DWebServiceContext.java29 import javax.xml.ws.handler.MessageContext;
61 * @see javax.xml.ws.handler.MessageContext
62 * @see javax.xml.ws.handler.MessageContext.Scope
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncNormalizeSpace.java68 ContentHandler handler)
78 dtm.dispatchCharactersEvents(node, handler, true);
84 obj.dispatchCharactersEvents(handler);
67 executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryProxyImpl.java47 // using the composite handler
49 LinkedInvocationHandler handler =
53 handler ) ;
54 handler.setProxy( (Proxy)stub ) ;
/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.cpp45 JVM_ENTRY_NO_ENV(void*, JVM_RegisterSignal(jint sig, void* handler))
48 void* newHandler = handler == (void *)2
50 : handler;
60 user is allowed to set his own _native_ handler for these signals and
80 // to be raised when ReduceSignalUsage is set, since no handler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DSubtreeCutter.java83 public void setContentHandler(ContentHandler handler) { argument
84 next = handler;
87 super.setContentHandler(handler);
102 // pruning completed. restore the user handler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeContextImpl.java51 public void setErrorHandler(ValidationEventHandler handler) { argument
53 unmarshaller.setEventHandler(handler);
54 marshaller.setEventHandler(handler);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStAXValidatorHelper.java59 private ValidatorHandlerImpl handler = null; field in class:StAXValidatorHelper
84 handler = new ValidatorHandlerImpl(fComponentManager);
86 handler.setContentHandler(identityTransformer2);
91 identityTransformer1.transform( source, new SAXResult(handler) );
97 handler.setContentHandler(null);
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousFileChannel.java75 * completion handler for an I/O operation initiated on a channel is guaranteed
77 * completion handler is run by a thread with the expected <em>identity</em>).
79 * itself a thread in the thread pool, then the completion handler may be invoked
391 * region of this channel's file. The {@code handler} parameter is a
392 * completion handler that is invoked when the lock is acquired (or the
393 * operation fails). The result passed to the completion handler is the
440 * @param handler
441 * The handler for consuming the result
458 CompletionHandler<FileLock,? super A> handler);
464 * region of this channel's file. The {@code handler} paramete
454 lock(long position, long size, boolean shared, A attachment, CompletionHandler<FileLock,? super A> handler) argument
486 lock(A attachment, CompletionHandler<FileLock,? super A> handler) argument
669 read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
733 write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
/openjdk7/jdk/test/java/lang/reflect/Proxy/
H A DBasic1.java127 Handler handler = new Handler();
128 Object proxy = cons.newInstance(new Object[] { handler });
129 handler.currentProxy = proxy;
136 if (!handler.lastMethod.equals(m)) {
139 handler.lastMethod + ")");
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java123 // notifies all listeners in a particular component/handler pair
127 final GestureHandler handler; field in class:GestureHandler.PerComponentNotifier
129 public PerComponentNotifier(final Component component, final GestureHandler handler) { argument
131 this.handler = handler;
135 for (final GesturePhaseListener listener : handler.phasers) {
149 for (final RotationListener listener : handler.rotaters) {
159 for (final MagnificationListener listener : handler.magnifiers) {
169 for (final SwipeListener listener : handler.swipers) {
182 // helper function to get a handler fro
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTextFieldUI.java43 protected AquaFocusHandler handler; field in class:AquaTextFieldUI
48 handler = new AquaFocusHandler();
50 c.addFocusListener(handler);
51 c.addPropertyChangeListener(handler);
62 c.removeFocusListener(handler);
63 c.removePropertyChangeListener(handler);
64 handler = null;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DSaxSerializer.java47 public SaxSerializer(ContentHandler handler) { argument
48 this(handler,null,true);
58 public SaxSerializer(ContentHandler handler,LexicalHandler lex) { argument
59 this(handler, lex, true);
62 public SaxSerializer(ContentHandler handler,LexicalHandler lex, boolean indenting) { argument
64 writer = handler;
67 IndentingXMLFilter indenter = new IndentingXMLFilter(handler, lex);
118 // handler in #endStartTag
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DXMLReaderAdapter.java170 * Register the DTD event handler.
172 * @param handler The new DTD event handler.
175 public void setDTDHandler (DTDHandler handler) argument
177 xmlReader.setDTDHandler(handler);
182 * Register the SAX1 document event handler.
184 * <p>Note that the SAX1 document handler has no Namespace
187 * @param handler The new SAX1 document event handler.
190 public void setDocumentHandler (DocumentHandler handler) argument
202 setErrorHandler(ErrorHandler handler) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DAnnotationParserFactoryImpl.java72 private UnmarshallerHandler handler;
80 if(handler!=null)
92 handler = u.getUnmarshallerHandler();
95 return new ForkingFilter(handler) {
123 if(handler==null)
129 BindInfo result = (BindInfo)handler.getResult();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DStAXSource.java112 if( "http://xml.org/sax/properties/lexical-handler".equals(name) ) {
119 if( "http://xml.org/sax/properties/lexical-handler".equals(name) ) {
138 public void setDTDHandler(DTDHandler handler) {
139 this.dtdHandler = handler;
145 public void setContentHandler(ContentHandler handler) {
146 repeater.setContentHandler(handler);
153 public void setErrorHandler(ErrorHandler handler) {
154 this.errorHandler = handler;
185 // if the consumer sets an error handler, it is our responsibility
190 // this is a fatal error. Even if the error handler
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBSource.java177 if( "http://xml.org/sax/properties/lexical-handler".equals(name) ) {
184 if( "http://xml.org/sax/properties/lexical-handler".equals(name) ) {
203 public void setDTDHandler(DTDHandler handler) {
204 this.dtdHandler = handler;
215 public void setContentHandler(ContentHandler handler) {
216 repeater.setContentHandler(handler);
223 public void setErrorHandler(ErrorHandler handler) {
224 this.errorHandler = handler;
250 // if the consumer sets an error handler, it is our responsibility
255 // this is a fatal error. Even if the error handler
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Djvm_bsd.cpp42 JVM_ENTRY_NO_ENV(void*, JVM_RegisterSignal(jint sig, void* handler))
45 void* newHandler = handler == (void *)2
47 : handler;
57 his own _native_ handler for this signal; thus, in either case,
58 we do not allow JVM_RegisterSignal to change the handler. */
65 user is allowed to set his own _native_ handler for these signals and
92 // no handler for them is actually registered in JVM or via
102 // is ignored, since no handler for them is actually registered in JVM
/openjdk7/hotspot/src/os/linux/vm/
H A Djvm_linux.cpp42 JVM_ENTRY_NO_ENV(void*, JVM_RegisterSignal(jint sig, void* handler))
45 void* newHandler = handler == (void *)2
47 : handler;
57 his own _native_ handler for this signal; thus, in either case,
58 we do not allow JVM_RegisterSignal to change the handler. */
65 user is allowed to set his own _native_ handler for these signals and
92 // no handler for them is actually registered in JVM or via
102 // is ignored, since no handler for them is actually registered in JVM
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DFullScreenHandler.java44 // installs a private instance of the handler, if necessary
78 final FullScreenHandler handler = getHandlerFor((RootPaneContainer)window);
79 if (handler != null) handler.notifyListener(new FullScreenEvent(window), type);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java76 public void copy(final int node, SerializationHandler handler) argument
78 public void copy(DTMAxisIterator nodes, SerializationHandler handler) argument
80 public String shallowCopy(final int node, SerializationHandler handler) argument
83 public void characters(final int textNode, SerializationHandler handler) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DInfosetScanner.java76 * This handler receives the SAX events.
78 void setContentHandler( ContentHandler handler );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DHandlerAnnotationInfo.java31 import javax.xml.ws.handler.Handler;
37 * server code to create the handler chains.
49 * Return the handlers specified by the handler chain descriptor.
51 * @return A list of jax-ws handler objects.
60 * @param handlers The handlers specified by the handler chain descriptor.
67 * Return the roles contained in the handler chain descriptor.
78 * @param roles The roles contained in the handler chain descriptor.

Completed in 86 milliseconds

1234567891011>>