com.ibm.j2ca.extension.emd.runtime
Class WBIFunctionSelectorImpl

java.lang.Object
  extended bycom.ibm.j2ca.extension.emd.runtime.WBIFunctionSelectorImpl
All Implemented Interfaces:
commonj.connector.runtime.FunctionSelector

public class WBIFunctionSelectorImpl
extends java.lang.Object
implements commonj.connector.runtime.FunctionSelector

WBIFunctionSelector Generic function selector implementation to support mapping between events generated by resource adapters and the appropriate JService export function names.


Constructor Summary
WBIFunctionSelectorImpl()
           
 
Method Summary
 java.lang.String generateEISFunctionName(java.lang.Object[] argObjects)
          generateFunctionName This method gets the business graph passed as the first element of the argsObjects and uses the verb and object type of the business object to generate a function name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WBIFunctionSelectorImpl

public WBIFunctionSelectorImpl()
Method Detail

generateEISFunctionName

public java.lang.String generateEISFunctionName(java.lang.Object[] argObjects)
                                         throws commonj.connector.runtime.SelectorException
generateFunctionName This method gets the business graph passed as the first element of the argsObjects and uses the verb and object type of the business object to generate a function name

Specified by:
generateEISFunctionName in interface commonj.connector.runtime.FunctionSelector
Parameters:
argObjects - - array of objects of which the first object is a WBIRecordImpl instance
Returns:
- returns the function name
Throws:
MetadataException
commonj.connector.runtime.SelectorException