- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for setReturnCode (0.08 seconds)
-
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; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2K bytes - Click Count (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 */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 3K bytes - Click Count (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() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2.8K bytes - Click Count (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) */
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 5.5K bytes - Click Count (0)