Package org.jboss.modcluster.mcmp.impl
Class DefaultMCMPRequest
java.lang.Object
org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
- All Implemented Interfaces:
Serializable
,MCMPRequest
Encapsulates the parameters for a request over MCMP.
- Author:
- Brian Stansberry, Paul Ferraro
- See Also:
-
Constructor Summary
ConstructorDescriptionDefaultMCMPRequest
(MCMPRequestType requestType, boolean wildcard, String jvmRoute, Map<String, String> parameters) Create a new ModClusterRequest. -
Method Summary
-
Constructor Details
-
DefaultMCMPRequest
public DefaultMCMPRequest(MCMPRequestType requestType, boolean wildcard, String jvmRoute, Map<String, String> parameters) Create a new ModClusterRequest.
-
-
Method Details
-
getRequestType
- Specified by:
getRequestType
in interfaceMCMPRequest
-
isWildcard
public boolean isWildcard()- Specified by:
isWildcard
in interfaceMCMPRequest
-
getJvmRoute
- Specified by:
getJvmRoute
in interfaceMCMPRequest
-
getParameters
- Specified by:
getParameters
in interfaceMCMPRequest
-
toString
-