- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for setReturnCode (0.07 sec)
-
src/main/java/jcifs/internal/witness/WitnessUnregisterResponse.java
*/ public int getReturnCode() { return returnCode; } /** * Sets the return code. * * @param returnCode the return code */ public void setReturnCode(int returnCode) { this.returnCode = returnCode; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRpcMessage.java
public int getReturnCode() { return returnCode; } /** * Sets the return code for the RPC operation. * * @param returnCode the return code to set */ public void setReturnCode(int returnCode) { this.returnCode = returnCode; } /** * Checks if the RPC operation was successful. * * @return true if successful (return code is ERROR_SUCCESS) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessHeartbeatResponse.java
*/ public int getReturnCode() { return returnCode; } /** * Sets the return code. * * @param returnCode the return code */ public void setReturnCode(int returnCode) { this.returnCode = returnCode; } /** * Gets the recommended heartbeat interval. * * @return the recommended heartbeat interval in milliseconds */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 3K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterResponse.java
*/ public int getReturnCode() { return returnCode; } /** * Sets the return code. * * @param returnCode the return code */ public void setReturnCode(int returnCode) { this.returnCode = returnCode; } /** * Gets the context handle. * * @return the context handle */ public byte[] getContextHandle() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 2.8K bytes - Viewed (0)