Searched defs:getContext (Results 1 - 25 of 113) sorted by relevance

12345

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DResponse.java51 Map<String,Object> getContext(); method in interface:Response
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DBufferedContextProvider.java44 public BufferedContext getContext(); method in interface:BufferedContextProvider
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadProxy.java56 public ThreadContext getContext() throws IllegalThreadStateException; method in interface:ThreadProxy
63 to getContext(). It is only valid to call this method if the
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DForeignAttributes.java54 ValidationContext getContext(); method in interface:ForeignAttributes
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/
H A DRemoteAMD64Thread.java41 public ThreadContext getContext() throws IllegalThreadStateException { method in class:RemoteAMD64Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/
H A DRemoteSPARCThread.java41 public ThreadContext getContext() throws IllegalThreadStateException { method in class:RemoteSPARCThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/
H A DRemoteX86Thread.java41 public ThreadContext getContext() throws IllegalThreadStateException { method in class:RemoteX86Thread
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthUI.java44 public SynthContext getContext(JComponent c); method in interface:SynthUI
/openjdk7/jdk/src/share/classes/java/security/
H A DAccessController.java189 * The {@link #getContext() getContext} method and
191 * for this situation. The <code>getContext</code> method takes a "snapshot"
198 * AccessControlContext acc = AccessController.getContext()
493 public static AccessControlContext getContext() method in class:AccessController
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DJMXSubjectDomainCombiner.java89 public static AccessControlContext getContext(Subject subject) { method in class:JMXSubjectDomainCombiner
90 return new AccessControlContext(AccessController.getContext(),
/openjdk7/jdk/src/share/classes/com/sun/tools/jconsole/
H A DJConsolePlugin.java114 public final JConsoleContext getContext() { method in class:JConsolePlugin
173 * The {@link #getContext JConsoleContext} can be in any
183 * to the {@link #getContext JConsoleContext} object for this plugin.
223 * from the listener list of the {@link #getContext JConsoleContext}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DInternalBridge.java45 public JAXBContextImpl getContext() { method in class:InternalBridge
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DForeignAttributesImpl.java52 public ValidationContext getContext() { method in class:ForeignAttributesImpl
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLGraphicsConfig.java40 OGLContext getContext(); method in interface:OGLGraphicsConfig
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaAWTAccess.java29 public Object getContext(); method in interface:JavaAWTAccess
36 // convenience methods whose context is the object returned by getContext()
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdThread.java66 public ThreadContext getContext() throws IllegalThreadStateException { method in class:BsdThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxThread.java64 public ThreadContext getContext() throws IllegalThreadStateException { method in class:LinuxThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/
H A DProcAMD64Thread.java50 public ThreadContext getContext() throws IllegalThreadStateException { method in class:ProcAMD64Thread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThread.java50 public ThreadContext getContext() throws IllegalThreadStateException { method in class:ProcSPARCThread
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86Thread.java50 public ThreadContext getContext() throws IllegalThreadStateException { method in class:ProcX86Thread
/openjdk7/jdk/src/share/classes/java/beans/
H A DThreadGroupContext.java52 static ThreadGroupContext getContext() { method in class:ThreadGroupContext
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DThreadContext.java161 for (ThreadContext context = getContext();
216 ThreadContext oldContext = getContext();
232 return getContext();
259 for (ThreadContext context = getContext();
311 if (getContext() != null)
316 private static ThreadContext getContext() { method in class:ThreadContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDValuePattern.java80 public Context getContext() { method in class:DValuePattern
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DAsyncResponseImpl.java86 public ResponseContext getContext() { method in class:AsyncResponseImpl
110 public Map<String, Object> getContext() {
111 return AsyncResponseImpl.this.getContext();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXB.java130 private static <T> JAXBContext getContext(Class<T> type) throws JAXBException { method in class:JAXB
153 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(new StreamSource(xml), type);
168 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
186 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
205 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
223 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
242 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
259 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
559 context = getContext(((JAXBElement<?>)jaxbObject).getDeclaredType());
563 context = getContext(claz
[all...]

Completed in 135 milliseconds

12345