- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getWitnessServer (0.17 sec)
-
src/test/java/jcifs/internal/witness/WitnessClientTest.java
WitnessRpcClient mockRpc = mock(WitnessRpcClient.class); TestWitnessClient client = new TestWitnessClient(witnessServer, mockContext, mockRpc); assertEquals(witnessServer, client.getWitnessServer()); client.close(); } /** * Test notification listener that captures notifications */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessClient.java
} } /** * Gets the witness server address. * * @return the witness server address */ public InetAddress getWitnessServer() { return witnessServer; } /** * Gets the number of active registrations. * * @return the number of active registrations */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.8K bytes - Viewed (0)