- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for generateRegistrationId (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/internal/witness/WitnessRegistration.java
* @param serviceType the type of witness service */ public WitnessRegistration(String shareName, InetAddress serverAddress, WitnessServiceType serviceType) { this.registrationId = generateRegistrationId(); this.shareName = shareName; this.serverAddress = serverAddress; this.serviceType = serviceType; this.version = WitnessVersion.VERSION_2; // Use latest by defaultCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 6.7K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessRpcClient.java
if (message.isSuccess()) { // Generate registration ID from context handle byte[] contextHandle = message.getContextHandle(); String registrationId = generateRegistrationId(contextHandle, request.getShareName()); response.setRegistrationId(registrationId); response.setContextHandle(contextHandle);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 12.1K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
FAILED, EXPIRED } public WitnessRegistration(String shareName, InetAddress serverAddress, WitnessServiceType serviceType) { this.registrationId = generateRegistrationId(); this.shareName = shareName; this.serverAddress = serverAddress; this.serviceType = serviceType; this.version = WitnessVersion.VERSION_2; // Use latest by defaultCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0)