org.apache.lucene.gdata.storage.db4o
Class ObjectServerDecorator

java.lang.Object
  extended by org.apache.lucene.gdata.storage.db4o.ObjectServerDecorator
All Implemented Interfaces:
InvocationHandler

public class ObjectServerDecorator
extends Object
implements InvocationHandler

Author:
Simon Willnauer

Constructor Summary
ObjectServerDecorator(String user, String password, String host, int port)
           
 
Method Summary
 Object invoke(Object arg0, Method arg1, Object[] arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectServerDecorator

public ObjectServerDecorator(String user,
                             String password,
                             String host,
                             int port)
Method Detail

invoke

public Object invoke(Object arg0,
                     Method arg1,
                     Object[] arg2)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable
See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.