- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for isBeingDeleted (0.14 sec)
-
src/main/java/jcifs/netbios/NbtAddress.java
* be consistent. Be carefull! */ this.hostName = hostName; this.address = address; this.groupName = groupName; this.nodeType = nodeType; this.isBeingDeleted = isBeingDeleted; this.isInConflict = isInConflict; this.isActive = isActive; this.isPermanent = isPermanent; this.macAddress = macAddress; this.isDataFromNodeStatus = true; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NbtAddressTest.java
assertFalse(nbtAddress.isBeingDeleted(mockContext)); // Default value before update verify(mockNameServiceClient).getNbtAllByAddress(any(NetbiosAddress.class)); } @Test void testIsBeingDeleted_NoCheckNodeStatusDataCall() throws UnknownHostException { // Test isBeingDeleted when checkNodeStatusData is NOT called (isDataFromNodeStatus is true)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
* be consistent. Be carefull! */ this.hostName = hostName; this.address = address; this.groupName = groupName; this.nodeType = nodeType; this.isBeingDeleted = isBeingDeleted; this.isInConflict = isInConflict; this.isActive = isActive; this.isPermanent = isPermanent; this.macAddress = macAddress; isDataFromNodeStatus = true; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
NbtAddress addr = addresses[0]; assertTrue(addr.groupName); assertEquals(3, addr.nodeType); assertTrue(addr.isBeingDeleted); assertTrue(addr.isInConflict); assertTrue(addr.isActive); assertTrue(addr.isPermanent); } @Test void readRDataWireFormat_shouldHandleMultipleNames() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0)