public abstract class ExecuteCompiledMonitorCommandMessageType extends ServerInputMessageType
| Modifier and Type | Method and Description |
|---|---|
abstract ServerMessage |
message(MessageParams commandParams,
byte[] signature,
java.lang.String signatureAlgorithmName,
boolean userIDAuthenticatedByClient,
java.lang.String userID)
Produces a CompiledMonitorCommandMessage of the appropriate type reflecting the given attribute values
|
public abstract ServerMessage message(MessageParams commandParams, byte[] signature, java.lang.String signatureAlgorithmName, boolean userIDAuthenticatedByClient, java.lang.String userID)
commandParams - The command object's relevant params to be communicated in a message to the serversignature - The signature authenticating the user IDsignatureAlgorithmName - Name of the Signature algorithm to be used when signing the user ID/verifying the userID signatureuserIDAuthenticatedByClient - true if the user has been authenticated by the clientuserID - The ID of the user issuing the monitor command