- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getDestinationNode (0.51 seconds)
-
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. *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 16.4K bytes - Click Count (0) -
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()); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 20.8K bytes - Click Count (0)