Searched defs:handlers (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DStructureLoaderBuilder.java50 void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers); argument
H A DAttributeProperty.java99 public void buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers) { argument
H A DListElementProperty.java83 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { argument
84 handlers.put(tagName, new ChildLoader(new LeafPropertyLoader(xacc),null));
H A DValueProperty.java83 public void buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers) { argument
84 handlers.put(StructureLoaderBuilder.TEXT_HANDLER,
H A DSingleElementLeafProperty.java123 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { argument
134 handlers.put(tagName, new ChildLoader(l, null));
H A DSingleElementNodeProperty.java153 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { argument
165 handlers.put( e.getTagName(), new ChildLoader(l,acc));
H A DSingleReferenceNodeProperty.java108 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { argument
110 handlers.put(n.nsUri,n.localName, new ChildLoader(n.getValue().getLoader(chain.context,true),acc));
113 handlers.put(CATCH_ALL,new ChildLoader(new WildcardLoader(domHandler,wcMode),acc));
H A DSingleMapNodeProperty.java127 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { argument
130 handlers.put(tagName,new ChildLoader(itemsLoader,null));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DHandlerAnnotationInfo.java34 * Used to hold a list of handlers and a set of roles from an
45 private List<Handler> handlers; field in class:HandlerAnnotationInfo
49 * Return the handlers specified by the handler chain descriptor.
54 return handlers;
60 * @param handlers The handlers specified by the handler chain descriptor.
62 public void setHandlers(List<Handler> handlers) { argument
63 this.handlers = handlers;
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSignal.java31 * signal handlers for the current process. There are two restrictions:
75 private static Hashtable handlers = new Hashtable(4); field in class:Signal
170 synchronized (handlers) {
171 SignalHandler oldHandler = (SignalHandler)handlers.get(sig);
172 handlers.remove(sig);
174 handlers.put(sig, handler);
195 if (handlers.get(sig) == null) {
201 /* Called by the VM to execute Java signal handlers. */
204 final SignalHandler handler = (SignalHandler)handlers.get(sig);
227 * other arbitrary native signal handlers
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DTranslet.java37 public void transform(DOM document, SerializationHandler[] handlers) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibGroup.java330 SnmpRequestTree handlers)
336 if (handlers == null)
339 final Object data = handlers.getUserData();
351 super.findHandlingNode(varbind,oid,depth,handlers);
360 table.findHandlingNode(varbind,oid,depth+1,handlers);
380 handlers.add(this,depth,varbind);
389 SnmpRequestTree handlers, AcmChecker checker)
395 if (handlers == null)
402 final Object data = handlers.getUserData();
403 final int pduVersion = handlers
328 findHandlingNode(SnmpVarBind varbind, long[] oid, int depth, SnmpRequestTree handlers) argument
387 findNextHandlingNode(SnmpVarBind varbind, long[] oid, int pos, int depth, SnmpRequestTree handlers, AcmChecker checker) argument
[all...]
H A DSnmpMibOid.java148 SnmpRequestTree handlers)
155 if (handlers == null)
182 handlers.add(this,depth,varbind);
184 child.findHandlingNode(varbind,oid,depth+1,handlers);
196 SnmpRequestTree handlers,
204 if (handlers == null)
211 final Object data = handlers.getUserData();
212 final int pduVersion = handlers.getRequestPduVersion();
217 result = findNextHandlingNode(varbind,newOid,0,depth,handlers,
236 // handlers
146 findHandlingNode(SnmpVarBind varbind, long[] oid, int depth, SnmpRequestTree handlers) argument
194 findNextHandlingNode(SnmpVarBind varbind, long[] oid, int pos, int depth, SnmpRequestTree handlers, AcmChecker checker) argument
[all...]
H A DSnmpMibNode.java148 * @param handlers The Hashtable in which the varbind will be registered
156 SnmpRequestTree handlers)
174 * @param handlers The Hashtable in which the varbind will be registered
184 SnmpRequestTree handlers, AcmChecker checker)
154 findHandlingNode(SnmpVarBind varbind, long[] oid, int depth, SnmpRequestTree handlers) argument
182 findNextHandlingNode(SnmpVarBind varbind, long[] oid, int pos, int depth, SnmpRequestTree handlers, AcmChecker checker) argument
H A DSnmpMibTable.java1845 SnmpRequestTree handlers)
1850 if (handlers == null)
1869 final Object data = handlers.getUserData();
1876 if (!handlers.isCreationAllowed())
1895 if (handlers.isSetRequest() && isRowStatus(entryoid,var,data))
1899 handlers.add(this,depth,entryoid,varbind,(!hasEntry),varbind);
1902 handlers.add(this,depth,entryoid,varbind,(!hasEntry));
1914 SnmpRequestTree handlers,
1919 if (handlers == null)
1926 final Object data = handlers
1843 findHandlingNode(SnmpVarBind varbind, long[] oid, int depth, SnmpRequestTree handlers) argument
1912 findNextHandlingNode(SnmpVarBind varbind, long[] oid, int pos, int depth, SnmpRequestTree handlers, AcmChecker checker) argument
2066 findNextAccessibleOid(SnmpOid entryoid, SnmpVarBind varbind,long[] oid, int depth, SnmpRequestTree handlers, AcmChecker checker, Object data, long var) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTool.java160 for (int i=0; i < handlers.size(); i++) {
161 handler = (CommandHandler) handlers.elementAt(i);
183 for (int i=0; i < handlers.size(); i++) {
184 handler = (CommandHandler) handlers.elementAt(i);
196 for (int i=0; i < handlers.size(); i++) {
197 handler = (CommandHandler) handlers.elementAt(i);
232 static Vector handlers; field in class:ServerTool
236 handlers = new Vector();
237 handlers.addElement(new RegisterServer());
238 handlers
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java141 * for protocol handlers. The value of this property (if any) should
144 * all protocol handlers will be in a class called <protocolname>.Handler,
277 * <p>Protocol handlers for the following protocols are guaranteed
282 * Protocol handlers for additional protocols may also be
976 * made through the specified proxy; Protocol handlers that do not
1110 handlers.clear();
1116 * A table of protocol handlers.
1118 static Hashtable handlers = new Hashtable(); field in class:URL
1134 // package name of the JDK implementation protocol handlers
1143 URLStreamHandler handler = (URLStreamHandler)handlers
[all...]
H A DURLConnection.java1239 private static Hashtable handlers = new Hashtable(); field in class:URLConnection
1253 handler = (ContentHandler) handlers.get(contentType);
1268 handlers.put(contentType, handler);
1367 * content handlers. Tries to get the java.content.handler.pkgs property
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DDocumentHandler.java65 private final Map<String, Class<? extends ElementHandler>> handlers = new HashMap<>(); field in class:DocumentHandler
96 // some handlers for new elements
179 Class<? extends ElementHandler> type = this.handlers.get(name);
193 this.handlers.put(name, handler);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerProcessor.java54 private List<? extends Handler> handlers; // may be logical/soap mixed field in class:HandlerProcessor
61 * The handlers that are passed in will be sorted into
62 * logical and soap handlers. During this sorting, the
64 * handlers.
67 * be protocol or logical handlers.
74 handlers = chain;
79 * Gives index of the handler in the chain to know what handlers in the chain
96 * return true, if all handlers in the chain return true
98 * return false, One of the handlers has returned false or thrown a
101 * handlers ar
[all...]
H A DHandlerTube.java47 protected List<Handler> handlers; field in class:HandlerTube
91 // Don't call handlers and dispatch the message.
104 // Call handlers on Request
143 // Don't call handlers.
148 // Call handlers on Response
196 * Calls close on previously invoked handlers.
235 //Close only invoked handlers in the chain
243 //Close all handlers in the chain
246 processor.closeHandlers(msgContext, handlers.size() - 1, 0);
258 //Close only invoked handlers i
[all...]
H A DHandlerChainsModel.java108 List<HandlerType> handlers = hChain.getHandlers();
145 handlers.add(handler);
169 * handlers and roles.
465 List<HandlerType> handlers; field in class:HandlerChainsModel.HandlerChainType
519 if (handlers == null) {
520 handlers = new ArrayList<HandlerType>();
522 return this.handlers;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp279 // Call stubs + two deopt handlers (regular and MH) + exception handler
324 bailout("linear scan can't handle exception handlers");
442 XHandlers* handlers = info->exception_handlers(); local
449 for (int i = 0; i < handlers->length(); i++) {
450 XHandler* handler = handlers->handler_at(i);
455 // two different handlers are declared to dispatch to the same
475 assert(i == handlers->length() - 1, "catch all must be last handler");
542 // Note: we do not have program counters for these exception handlers yet
H A Dc1_LIRAssembler.cpp179 XHandlers* handlers = info_list->at(i)->exception_handlers(); local
181 for (int j = 0; j < handlers->length(); j++) {
182 XHandler* handler = handlers->handler_at(j);
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogger.java179 private final CopyOnWriteArrayList<Handler> handlers = field in class:Logger
488 * by default it inherits its effective level and handlers
512 * by default it inherits its effective level and handlers
605 // our parents' handlers, all the way up the tree.
703 * which is forwarded to all registered output handlers.
809 * which is forwarded to all registered output handlers.
952 * which is forwarded to all registered output handlers.
1100 * which is forwarded to all registered output handlers. The
1304 * that essentially act as default handlers for all loggers.
1314 handlers
[all...]

Completed in 1144 milliseconds

12