org.geotools.data.gen
Class QueryInvocationHandler
Object
QueryInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class QueryInvocationHandler
- extends Object
- implements InvocationHandler
- Author:
- Christian Mueller
This invocation handler is used for a query proxy passed to the backend feature sources.
The proxy object returns typeName and propertyNames fitting for the backendstore, leaving all
other query data unchanged
- Module:
modules/plugin/feature-pregeneralized (gt-feature-pregeneralized.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryInvocationHandler
public QueryInvocationHandler(Query query,
String typeName,
String[] propertyNames)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 1996-2009 Geotools. All Rights Reserved.