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 CapabilityProvider


public interface CapabilityProvider

An ExternalConnection may implement this interface to specify the capabilities it supports, such as equals, less-than, AND, OR, etc. When this interface is not implemented, it is assumed that the only supported capability is the equals function.


Method Summary
 java.util.List getCapabilities()
          Return supported capabilities defined as functions.

 

Method Detail

getCapabilities

public java.util.List getCapabilities()
Return supported capabilities defined as functions. For example, the equals capability for Strings is defined as the "et" binary function whose parameter types are Strings and return type is a boolean.
Returns:
supported capabilities

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