Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shouldDeliverNotification (0.24 sec)

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

            for (Map.Entry<String, WitnessRegistration> entry : registrations.entrySet()) {
                WitnessRegistration registration = entry.getValue();
    
                if (shouldDeliverNotification(registration, notification)) {
                    WitnessNotificationListener listener = listeners.get(entry.getKey());
                    if (listener != null) {
                        try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  2. docs/smb3-features/06-witness-protocol-design.md

            for (Map.Entry<String, WitnessRegistration> entry : registrations.entrySet()) {
                WitnessRegistration registration = entry.getValue();
                
                if (shouldDeliverNotification(registration, notification)) {
                    WitnessNotificationListener listener = listeners.get(entry.getKey());
                    if (listener != null) {
                        try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
Back to top