Searched refs:getCookie (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DDiffGraphAction.java39 DiffGraphCookie c = activatedNodes[0].getCookie(DiffGraphCookie.class);
H A DRemoveAction.java41 RemoveCookie removeCookie = n.getCookie(RemoveCookie.class);
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DPagedResultsResponseControl.java126 public byte[] getCookie() { method in class:PagedResultsResponseControl
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanSupport.java151 abstract Object getCookie(); method in class:MBeanSupport
206 return perInterface.getAttribute(resource, attribute, getCookie());
230 perInterface.setAttribute(resource, name, value, getCookie());
253 getCookie());
H A DStandardMBeanSupport.java69 Object getCookie() { method in class:StandardMBeanSupport
H A DMXBeanSupport.java75 Object getCookie() { method in class:MXBeanSupport
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DSelectBytecodesAction.java40 SelectBytecodesCookie c = activatedNodes[0].getCookie(SelectBytecodesCookie.class);
H A DBytecodeNode.java94 public <T extends Node.Cookie> T getCookie(Class<T> aClass) { method in class:BytecodeNode
98 return super.getCookie(aClass);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLDocument.java135 public String getCookie(); method in interface:HTMLDocument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DGraphNode.java104 public <T extends Node.Cookie> T getCookie(Class<T> aClass) { method in class:GraphNode
118 return super.getCookie(aClass);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DWSHTTPConnection.java266 public String getCookie(String name) { method in class:WSHTTPConnection
H A DHttpAdapter.java423 String jrouteId = con.getCookie("JROUTE");

Completed in 4062 milliseconds