- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for setVersion (0.09 sec)
-
src/main/java/jcifs/internal/witness/WitnessRegisterRequest.java
/** * Gets the witness protocol version. * * @return the protocol version */ public int getVersion() { return version; } /** * Sets the witness protocol version. * * @param version the protocol version */ public void setVersion(int version) { this.version = version; } /** * Gets the share name to monitor. *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterMessage.java
* * @param version the witness protocol version */ public void setVersion(WitnessVersion version) { this.version = version; } /** * Gets the witness protocol version. * * @return the witness protocol version */ public WitnessVersion getVersion() { return version; } /** * Sets the network name (server name). *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/Referral.java
String specialName = null; String[] expandedNames = {}; /** * Gets the DFS referral version number. * * @return the version */ public final int getVersion() { return this.version; } /** * Gets the size of this referral entry in bytes. * * @return the size */ public final int getSize() { return this.size;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/WitnessRegistrationTest.java
assertEquals(serverAddress, registration.getServerAddress()); assertEquals(WitnessServiceType.FILE_SERVER_WITNESS, registration.getServiceType()); assertEquals(WitnessVersion.VERSION_2, registration.getVersion()); assertEquals(WitnessRegistrationState.REGISTERING, registration.getState()); assertEquals(WitnessRegistration.WITNESS_REGISTER_IP_NOTIFICATION, registration.getFlags()); } @Test
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegistration.java
return serviceType; } /** * Gets the witness version. * * @return the witness version */ public WitnessVersion getVersion() { return version; } /** * Gets the registration state. * * @return the current registration state */ public WitnessRegistrationState getState() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 6.7K bytes - Viewed (0)