Package org.jboss.jca.web.console
Class OpResultInfo
java.lang.Object
org.jboss.jca.web.console.OpResultInfo
A simple tuple of a MBean operation name,
index, signature, args and operation result.
- Author:
- Scott Stark, Jesper Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorOpResultInfo(String name, String[] signature, String[] args, Object result) Constructor -
Method Summary
-
Constructor Details
-
OpResultInfo
public OpResultInfo()Constructor -
OpResultInfo
Constructor- Parameters:
name- The namesignature- The signatureargs- The argumentsresult- The result
-
-
Method Details
-
getName
Get the name- Returns:
- The value
-
getSignature
Get the signature- Returns:
- The value
-
getArguments
Get the arguments- Returns:
- The value
-
getResult
Get the result- Returns:
- The value
-