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, wait
compareTo
public String getName()
getName
in interface ExportedOperation
public String getDescription()
getDescription
in interface ExportedOperation
public Object invoke(Object[] parameters) throws OpenDataException, InvalidObjectException
invoke
in interface ExportedOperation
OpenDataException
InvalidObjectException
public MBeanParameterInfo[] getParameterInfos()
getParameterInfos
in interface ExportedOperation
public Class<?> getReturnType()
getReturnType
in interface ExportedOperation
@Nullable public OpenType<?> getReturnOpenType()
getReturnOpenType
in interface ExportedOperation
Copyright © 2018 SPF4J. All rights reserved.