| Modifier | Constructor and Description |
|---|---|
protected |
CorbaInvoker(Operation operation,
Interface intf,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInterfaceName() |
String |
getOperationName() |
Object[] |
getOutParameterValuess() |
Member[] |
getParameterMembers() |
DataType |
getReturnType() |
Object |
invoke() |
void |
setParameters(Object[] parameters) |
public Object invoke() throws CorbaInvocationException
invoke in interface InvokerCorbaInvocationExceptionpublic void setParameters(Object[] parameters)
setParameters in interface Invokerpublic String getInterfaceName()
getInterfaceName in interface Invokerpublic String getOperationName()
getOperationName in interface Invokerpublic DataType getReturnType()
getReturnType in interface Invokerpublic Object[] getOutParameterValuess()
getOutParameterValuess in interface Invokerpublic Member[] getParameterMembers()
getParameterMembers in interface InvokerCopyright © The Apache Software Foundation. All Rights Reserved.