- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNewIPAddresses (0.06 sec)
-
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
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 5K bytes - Viewed (0) -
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 */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 6.4K bytes - Viewed (0)