org.fcrepo.server.proxy
Class AbstractInvocationHandler

java.lang.Object
  extended by org.fcrepo.server.proxy.AbstractInvocationHandler
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
NotificationInvocationHandler

public abstract class AbstractInvocationHandler
extends Object
implements InvocationHandler

Version:
$Id$
Author:
Edwin Shin

Field Summary
protected  Object target
           
 
Constructor Summary
AbstractInvocationHandler()
           
 
Method Summary
 void close()
           
 void setTarget(Object target)
          Sets the object upon which the method is ultimately invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Field Detail

target

protected Object target
Constructor Detail

AbstractInvocationHandler

public AbstractInvocationHandler()
Method Detail

setTarget

public void setTarget(Object target)
Sets the object upon which the method is ultimately invoked.

Parameters:
target -

close

public void close()


Copyright © 2012 DuraSpace. All Rights Reserved.