- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getNewIPAddresses (0.06 seconds)
-
src/main/java/jcifs/internal/witness/WitnessNotification.java
this.timestamp = timestamp; } /** * Gets the list of new IP addresses. * * @return the new IP addresses */ public List<WitnessIPAddress> getNewIPAddresses() { return newIPAddresses; } /** * Gets the list of old IP addresses. * * @return the old IP addresses */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 6.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/witness/WitnessNotificationTest.java
assertEquals("TestResource", notification.getResourceName()); assertTrue(notification.getTimestamp() <= System.currentTimeMillis()); assertTrue(notification.getNewIPAddresses().isEmpty()); assertTrue(notification.getOldIPAddresses().isEmpty()); assertEquals(WitnessNotification.WITNESS_RESOURCE_STATE_UNKNOWN, notification.getFlags()); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 5K bytes - Click Count (0)