Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.adf.model.adapter.bean
Class BeanDCInvokeMethodHandler

java.lang.Object
  extended by oracle.adf.model.adapter.bean.BeanDCInvokeMethodHandler

public class BeanDCInvokeMethodHandler
extends java.lang.Object

Since:
11.1.2

Constructor Summary
BeanDCInvokeMethodHandler(java.util.Map bindingContext, OperationBinding operation)
           
 
Method Summary
 boolean canHandle()
           
 java.lang.String getOperationName()
          Name of the operation to invoke
 java.lang.Object invoke()
          Invoke method operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDCInvokeMethodHandler

public BeanDCInvokeMethodHandler(java.util.Map bindingContext,
                                 OperationBinding operation)
Method Detail

canHandle

public boolean canHandle()
Returns:
true if beandc can invoke method

getOperationName

public java.lang.String getOperationName()
Name of the operation to invoke


invoke

public java.lang.Object invoke()
                        throws java.lang.Exception
Invoke method operation

Returns:
result
Throws:
java.lang.Exception

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

Copyright © 1997, 2011, Oracle. All rights reserved.