- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDestinationNode (0.08 sec)
-
src/main/java/jcifs/internal/witness/WitnessClient.java
if (message.getResourceName() != null) { notification.setResourceName(message.getResourceName()); } else if (message.getDestinationNode() != null) { notification.setResourceName(message.getDestinationNode()); } else { notification.setResourceName(registration.getShareName()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
} /** * Get the destination node for move operations * * @return destination node name */ public String getDestinationNode() { return destinationNode; } /** * Sets the destination node for move operations. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 16.4K bytes - Viewed (0)