Home
last modified time | relevance | path

Searched refs:threadClass (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A DContextClassLoader.cxx61 LocalRef< jclass > threadClass( m_environment ); in ContextClassLoaderScope() local
62 threadClass.set( m_environment.FindClass( "java/lang/Thread" ) ); in ContextClassLoaderScope()
63 if ( !threadClass.is() ) in ContextClassLoaderScope()
67 threadClass.get(), "currentThread", "()Ljava/lang/Thread;" ) ); in ContextClassLoaderScope()
71 …m_currentThread.set( m_environment.CallStaticObjectMethod( threadClass.get(), currentThreadMethod … in ContextClassLoaderScope()
76 threadClass.get(), "getContextClassLoader", "()Ljava/lang/ClassLoader;" ) ); in ContextClassLoaderScope()
85 threadClass.get(), "setContextClassLoader", "(Ljava/lang/ClassLoader;)V" ); in ContextClassLoaderScope()
/aoo42x/main/rhino/
H A Drhino1_7R3.patch914 + Class threadClass = Class.forName("java.lang.Thread");
916 + threadClass.getDeclaredMethod("getContextClassLoader",

Completed in 34 milliseconds