com.khubla.pragmatach.plugin.mongodb.proxy
Class MongoMethodHandler
java.lang.Object
com.khubla.pragmatach.plugin.mongodb.proxy.MongoMethodHandler
- All Implemented Interfaces:
- javassist.util.proxy.MethodFilter, javassist.util.proxy.MethodHandler
public class MongoMethodHandler
- extends Object
- implements javassist.util.proxy.MethodHandler, javassist.util.proxy.MethodFilter
- Author:
- tom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MongoMethodHandler
public MongoMethodHandler()
invoke
public Object invoke(Object object,
Method thisMethod,
Method proceed,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable
isHandled
public boolean isHandled(Method method)
- Specified by:
isHandled
in interface javassist.util.proxy.MethodFilter
Copyright © 2014 khubla.com. All rights reserved.