com.atlassian.jira.config.component
Class DelegatingInvocationHandler

java.lang.Object
  extended bycom.atlassian.jira.config.component.DelegatingInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class DelegatingInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
DelegatingInvocationHandler(java.lang.Object enabledObject, java.lang.Object disabledObject, java.lang.String applicationPropertyKey, ApplicationProperties applicationProperties)
           
 
Method Summary
 java.lang.Object getImplementingObject()
          Cache the value of the object returned from the container
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingInvocationHandler

public DelegatingInvocationHandler(java.lang.Object enabledObject,
                                   java.lang.Object disabledObject,
                                   java.lang.String applicationPropertyKey,
                                   ApplicationProperties applicationProperties)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable

getImplementingObject

public java.lang.Object getImplementingObject()
Cache the value of the object returned from the container

Returns:


Copyright © 2002-2005 Atlassian. All Rights Reserved.