public final class GenericExportedOperation extends Object implements ExportedOperation
| Constructor and Description |
|---|
GenericExportedOperation(String name,
String description,
Invocation invocation,
Type[] parameterTypes,
Type returnType,
String[] parameterNames,
String[] parameterDescriptions,
boolean[] mapOpenTypeParam,
boolean mapOpenType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
MBeanParameterInfo[] |
getParameterInfos() |
OpenType<?> |
getReturnOpenType() |
Class<?> |
getReturnType() |
Object |
invoke(Object[] parameters) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareTopublic String getName()
getName in interface ExportedOperationpublic String getDescription()
getDescription in interface ExportedOperationpublic Object invoke(Object[] parameters) throws OpenDataException, InvalidObjectException
invoke in interface ExportedOperationOpenDataExceptionInvalidObjectExceptionpublic MBeanParameterInfo[] getParameterInfos()
getParameterInfos in interface ExportedOperationpublic Class<?> getReturnType()
getReturnType in interface ExportedOperation@Nullable public OpenType<?> getReturnOpenType()
getReturnOpenType in interface ExportedOperationCopyright © 2018 SPF4J. All rights reserved.