- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setResourceName (0.65 seconds)
-
src/main/java/jcifs/internal/witness/WitnessNotification.java
public String getResourceName() { return resourceName; } /** * Sets the resource name. * * @param resourceName the resource name */ public void setResourceName(String resourceName) { this.resourceName = resourceName; } /** * Gets the notification timestamp. * * @return the timestamp */ public long getTimestamp() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
long timestamp = buf.dec_ndr_hyper(); message.setTimestamp(timestamp); // Resource name String resourceName = decodeWideStringPointer(buf); message.setResourceName(resourceName); } /** * Decodes a client move notification message. */ private void decodeClientMoveMessage(NdrBuffer buf, WitnessNotificationMessage message) throws NdrException {
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)