org.fcrepo.server.proxy
Class AbstractInvocationHandler
java.lang.Object
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
|
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 |
target
protected Object target
AbstractInvocationHandler
public AbstractInvocationHandler()
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.