Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cartridge
Interface ExternalFunctionDefinition

All Known Subinterfaces:
ExternalFunction

public interface ExternalFunctionDefinition

ExternalFunctionDefinitions specify the metadata for functions used within CQL queries and views that are provided by an external entity, such as an ExternalFunctionProvider.

See Also:
ExternalFunctionProvider

Method Summary
 java.lang.String getName()
          Returns the name of the method
 java.lang.Class[] getParameterTypes()
          Returns method parameter types
 java.lang.Class getReturnType()
          Get the return type of the function

 

Method Detail

getName

public java.lang.String getName()
Returns the name of the method

getParameterTypes

public java.lang.Class[] getParameterTypes()
Returns method parameter types
Returns:
parameters

getReturnType

public java.lang.Class getReturnType()
Get the return type of the function
Returns:
the return type of the function

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD