oracle.binding
Interface OperationInfo
- public interface OperationInfo
Represents information about an operation that a DataControl implementation should perform when its invokeAction method is called.
- See Also:
OperationBinding, DataControl#invokeAction
| Method Summary |
java.lang.String |
getInstanceName()
An El-expression that identifies the object on which an operation has to be invoked. |
java.lang.String |
getOperationName()
Name of the operation to invoke |
java.lang.String |
getReturnName()
Returns an expression to the location inside the BindingContext where this method's result should be found. |
getInstanceName
public java.lang.String getInstanceName()
- An El-expression that identifies the object on which an operation has to be invoked. This expression should be relative to the BindingContext for this application instance.
getOperationName
public java.lang.String getOperationName()
- Name of the operation to invoke
getReturnName
public java.lang.String getReturnName()
- Returns an expression to the location inside the BindingContext where this method's result should be found.
Copyright © 1997, 2005, Oracle. All rights reserved.