org.springframework.aop.framework.adapter
Class GlobalAdvisorAdapterRegistry

java.lang.Object
  extended byorg.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
      extended byorg.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
All Implemented Interfaces:
AdvisorAdapterRegistry

public class GlobalAdvisorAdapterRegistry
extends DefaultAdvisorAdapterRegistry

Singleton to publish a shared DefaultAdvisorAdapterRegistry.

Version:
$Id: GlobalAdvisorAdapterRegistry.java,v 1.3 2004/03/18 02:46:10 trisberg Exp $
Author:
Rod Johnson

Method Summary
static GlobalAdvisorAdapterRegistry getInstance()
           
 
Methods inherited from class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
getInterceptor, registerAdvisorAdapter, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GlobalAdvisorAdapterRegistry getInstance()
Returns:
the per-VM AdapterRegistry instance.


Copyright (C) 2003-2004 The Spring Framework Project.