public class OpResultInfo extends Object
| Constructor and Description |
|---|
OpResultInfo()
Constructor
|
OpResultInfo(String name,
String[] signature,
String[] args,
Object result)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArguments()
Get the arguments
|
String |
getName()
Get the name
|
Object |
getResult()
Get the result
|
String[] |
getSignature()
Get the signature
|
public String getName()
public String[] getSignature()
public String[] getArguments()
public Object getResult()
Copyright © 2021 JBoss by Red Hat. All rights reserved.