- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for onWitnessNotification (0.28 seconds)
-
docs/smb3-features/06-witness-protocol-design.md
private static final int DEFAULT_WITNESS_PORT = 135; // RPC endpoint mapper public interface WitnessNotificationListener { void onWitnessNotification(WitnessNotification notification); void onRegistrationFailed(WitnessRegistration registration, Exception error); void onRegistrationExpired(WitnessRegistration registration); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0) -
src/test/java/jcifs/internal/witness/WitnessClientTest.java
private final CountDownLatch notificationLatch = new CountDownLatch(1); private volatile WitnessNotification lastNotification; @Override public void onWitnessNotification(WitnessNotification notification) { this.lastNotification = notification; notificationLatch.countDown(); } @Override
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 9.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessClient.java
public interface WitnessNotificationListener { /** * Called when a witness notification is received. * * @param notification the witness notification */ void onWitnessNotification(WitnessNotification notification); /** * Called when a witness registration fails. * * @param registration the failed registration * @param error the error that occurredCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 20.8K bytes - Click Count (0)