com.atlassian.jira.config.component
Interface InvocationSwitcher

All Known Implementing Classes:
AppPropertiesInvocationSwitcherImpl

public interface InvocationSwitcher

The InvocationSwitcher is used in conjunction with the SwitchingInvocationHandler. An InvocationSwitcher implementation provides the logic to determine which class implementation (registered with the SwitchingInocationHandler) to invoke the specified method on.


Method Summary
 boolean isEnabled()
           
 

Method Detail

isEnabled

boolean isEnabled()


Copyright © 2002-2008 Atlassian. All Rights Reserved.