- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for permanent (0.99 sec)
-
src/main/java/jcifs/smb1/netbios/NbtAddress.java
} /** * Determines if this address is set to be permanent. * * @return true if the address is permanent, false otherwise * @throws UnknownHostException if the host cannot be resolved to find out. */ public boolean isPermanent() throws UnknownHostException { checkNodeStatusData(); return isPermanent; } /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtAddress.java
this.groupName = groupName; this.nodeType = nodeType; this.isBeingDeleted = isBeingDeleted; this.isInConflict = isInConflict; this.isActive = isActive; this.isPermanent = isPermanent; this.macAddress = macAddress; this.isDataFromNodeStatus = true; } /** * {@inheritDoc} * * @see jcifs.Address#unwrap(java.lang.Class) */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NbtAddressTest.java
assertTrue(nbtAddress.isBeingDeleted(mockContext)); assertTrue(nbtAddress.isInConflict(mockContext)); assertFalse(nbtAddress.isActive(mockContext)); assertTrue(nbtAddress.isPermanent(mockContext)); assertArrayEquals(testMacAddress, nbtAddress.getMacAddress(mockContext)); } @Test void testUnwrap() { // Test unwrap method for correct type casting
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.4K bytes - Viewed (0) -
LICENSE
otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0)