Searched refs:getConnection (Results 1 - 25 of 46) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DReaderThread.java32 public Connection getConnection(); method in interface:ReaderThread
H A DEventHandler.java63 public Connection getConnection(); method in interface:EventHandler
/openjdk7/jdk/src/share/classes/javax/sql/
H A DDataSource.java83 Connection getConnection() throws SQLException; method in interface:DataSource
96 Connection getConnection(String username, String password) method in interface:DataSource
H A DPooledConnection.java43 * When an application calls the method <code>DataSource.getConnection</code>,
98 * called the method <code>DataSource.getConnection</code> and there are
109 Connection getConnection() throws SQLException; method in interface:PooledConnection
H A DRowSetInternal.java60 Connection getConnection() throws SQLException; method in interface:RowSetInternal
/openjdk7/jdk/src/share/classes/com/sun/pept/ept/
H A DContactInfo.java56 public Connection getConnection(MessageInfo messageInfo); method in interface:ContactInfo
H A DMessageInfo.java94 public Connection getConnection(); method in interface:MessageInfo
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputObject.java107 public final CorbaConnection getConnection() method in class:CDRInputObject
193 if (getConnection().isServer())
227 if (getConnection() == null)
230 return getConnection().getCodeSetContext();
234 if (getConnection() == null)
237 return getConnection().getCodeBase();
H A DCDROutputObject.java81 ((mediator != null && mediator.getConnection() != null) ?
82 ((CorbaConnection)mediator.getConnection()).
204 public CorbaConnection getConnection() method in class:CDROutputObject
210 return (CorbaConnection) corbaMessageMediator.getConnection();
263 if (getConnection().isServer())
311 if (getConnection() == null)
314 return getConnection().getCodeSetContext();
H A DBufferManagerWriteGrow.java69 ((OutputObject)outputObject).getMessageMediator().getConnection();
H A DBufferManagerWriteStream.java100 Connection conn = ((OutputObject)outputObject).getMessageMediator().getConnection();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DReaderThreadImpl.java64 public Connection getConnection() method in class:ReaderThreadImpl
113 .unregisterForEvent(getConnection().getEventHandler());
114 getConnection().close();
/openjdk7/jdk/test/java/net/URLConnection/
H A DRequestPropertyValues.java84 URLConnection conn = getConnection(url);
98 static URLConnection getConnection(URL url) { method in class:RequestPropertyValues
/openjdk7/jdk/src/share/classes/java/sql/
H A DDriverManager.java51 *<P> The <code>DriverManager</code> methods <code>getConnection</code> and
65 * <P>When the method <code>getConnection</code> is called,
185 public static Connection getConnection(String url, method in class:DriverManager
187 return (getConnection(url, info, Reflection.getCallerClass()));
204 public static Connection getConnection(String url, method in class:DriverManager
215 return (getConnection(url, info, Reflection.getCallerClass()));
229 public static Connection getConnection(String url) method in class:DriverManager
233 return (getConnection(url, info, Reflection.getCallerClass()));
538 // Worker method called by the public getConnection() methods.
539 private static Connection getConnection( method in class:DriverManager
[all...]
H A DStatement.java592 Connection getConnection() throws SQLException; method in interface:Statement
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/protocol/
H A DMessageMediator.java67 public Connection getConnection(); method in interface:MessageMediator
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterIngoingConnection.java53 public Link getConnection() { method in class:ClusterIngoingConnection
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DFixedLengthInputStream.java60 t.getServerImpl().requestCompleted (t.getConnection());
H A DChunkedInputStream.java122 t.getServerImpl().requestCompleted (t.getConnection());
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java289 * method uses the <code>DriverManager.getConnection</code> method to
307 if (caller.getConnection() != null) {
312 return caller.getConnection();
327 return ds.getConnection(((RowSet)caller).getUsername(),
330 return ds.getConnection();
340 return DriverManager.getConnection(((RowSet)caller).getUrl(),
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java59 URLConnection getConnection(JarFile jarFile) throws IOException { method in class:JarFileFactory
154 URLConnection uc = getConnection(jarFile);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DURLImageSource.java109 private synchronized URLConnection getConnection() throws IOException { method in class:URLImageSource
125 c = getConnection();
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java59 URLConnection getConnection(JarFile jarFile) throws IOException { method in class:JarFileFactory
164 URLConnection uc = (URLConnection)getConnection(jarFile);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java457 if (messageMediator.getConnection() != null) {
458 ((CorbaConnection)messageMediator.getConnection())
740 if (messageMediator.getConnection() != null) {
741 messageMediator.getConnection().registerWaiter(messageMediator);
749 if (messageMediator!=null && messageMediator.getConnection() != null) {
753 messageMediator.getConnection().unregisterWaiter(messageMediator);
760 CorbaConnection c = (CorbaConnection) messageMediator.getConnection();
811 if (messageMediator.getConnection() != null) {
812 ((CorbaConnection)messageMediator.getConnection()).setCodeBaseIOR(ior);
879 if (messageMediator.getConnection() !
[all...]
H A DCorbaMessageMediatorImpl.java252 public Connection getConnection() method in class:CorbaMessageMediatorImpl
727 if (getConnection().getEventHandler().shouldUseSelectThreadToWait()) {
737 .unregisterForEvent(getConnection().getEventHandler());
740 .registerForEvent(getConnection().getEventHandler());
746 if (getConnection().getEventHandler().shouldUseSelectThreadToWait()) {
780 + " " + getConnection()
789 EventHandler eventHandler = getConnection().getEventHandler();
802 if (getConnection().getContactInfo() != null) {
804 getConnection().getContactInfo()
806 } else if (getConnection()
[all...]

Completed in 823 milliseconds

12