Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertMessageTypeToEventType (0.33 sec)

  1. src/main/java/jcifs/internal/witness/WitnessClient.java

                WitnessNotification notification = new WitnessNotification();
    
                // Set event type based on message type
                WitnessEventType eventType = convertMessageTypeToEventType(message.getType());
                notification.setEventType(eventType);
                notification.setTimestamp(message.getTimestamp());
    
                // Set resource name based on message content
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.8K bytes
    - Viewed (0)
Back to top