org.kuali.rice.core.proxy
Class BaseTargetedInvocationHandler
java.lang.Object
org.kuali.rice.core.proxy.BaseInvocationHandler
org.kuali.rice.core.proxy.BaseTargetedInvocationHandler
- All Implemented Interfaces:
- InvocationHandler, TargetedInvocationHandler
- Direct Known Subclasses:
- BAMClientProxy, BAMServerProxy, BusClientFailureProxy, ContextClassLoaderProxy
public abstract class BaseTargetedInvocationHandler
- extends BaseInvocationHandler
- implements TargetedInvocationHandler
A simple TargetedInvocationHandler which extends the BaseInvocationHandler. Provides
construction of the handler with the target object and implements the
interface by providing access to the target via the getTarget() method.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
private Object target
BaseTargetedInvocationHandler
public BaseTargetedInvocationHandler(Object target)
getTarget
public Object getTarget()
- Description copied from interface:
TargetedInvocationHandler
- Returns the target object wrapped by this InvocationHandler.
- Specified by:
getTarget
in interface TargetedInvocationHandler
setTarget
public void setTarget(Object target)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.