@Immutable public class DefaultMCMPRequest extends Object implements MCMPRequest
| Constructor and Description |
|---|
DefaultMCMPRequest(MCMPRequestType requestType,
boolean wildcard,
String jvmRoute,
Map<String,String> parameters)
Create a new ModClusterRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJvmRoute() |
Map<String,String> |
getParameters() |
MCMPRequestType |
getRequestType() |
boolean |
isWildcard() |
String |
toString() |
public DefaultMCMPRequest(MCMPRequestType requestType, boolean wildcard, String jvmRoute, Map<String,String> parameters)
public MCMPRequestType getRequestType()
getRequestType in interface MCMPRequestpublic boolean isWildcard()
isWildcard in interface MCMPRequestpublic String getJvmRoute()
getJvmRoute in interface MCMPRequestpublic Map<String,String> getParameters()
getParameters in interface MCMPRequestCopyright © 2023 JBoss by Red Hat. All rights reserved.