COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.common.api
Interface IDataFilterService

All Superinterfaces:
IWireSource, IWireTarget
All Known Implementing Classes:
AbstractFilter, EchoFilter, TimeObjectFilter

public interface IDataFilterService
extends IWireTarget, IWireSource


Field Summary
static javax.xml.namespace.QName FILTER_QNAME
           
 
Method Summary
 boolean acceptType(java.lang.Class type)
           
 java.lang.reflect.Method getFilterMethod(java.lang.Class type)
           
 
Methods inherited from interface org.eclipse.cosmos.dc.common.spi.IWireTarget
getAcceptableTypes, getWireMethod, getWireSource, setWireMethod, setWireSource
 
Methods inherited from interface org.eclipse.cosmos.dc.common.spi.IWireSource
addWireTarget, getOutputTypes, getWireTargets
 

Field Detail

FILTER_QNAME

static final javax.xml.namespace.QName FILTER_QNAME
Method Detail

acceptType

boolean acceptType(java.lang.Class type)
Specified by:
acceptType in interface IWireTarget

getFilterMethod

java.lang.reflect.Method getFilterMethod(java.lang.Class type)

COSMOS ${releaseVersion} data-collection Project
Public API Specification