- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for dbConnection (0.07 seconds)
-
src/test/java/org/codelibs/fess/exception/ContainerNotAvailableExceptionTest.java
ContainerNotAvailableException topException = new ContainerNotAvailableException("dbConnection", middleCause); assertEquals("dbConnection is not available.", topException.getMessage()); assertEquals("dbConnection", topException.getComponentName()); assertEquals(middleCause, topException.getCause());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/java/jcifs/smb1/util/transport/Transport.java
* * @throws Exception if the connection fails */ protected abstract void doConnect() throws Exception; /* Tear down a connection. If the hard parameter is true, the diconnection * procedure should not initiate or wait for any outstanding requests on * this transport. */ /** * Tears down the connection to the remote endpoint. *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 11.3K bytes - Click Count (0) -
src/main/java/jcifs/util/transport/Transport.java
* * @throws Exception if the connection fails */ protected abstract void doConnect() throws Exception; /* * Tear down a connection. If the hard parameter is true, the diconnection * procedure should not initiate or wait for any outstanding requests on * this transport. */ /** * Disconnect the transport connection *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 27.8K bytes - Click Count (0)