站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

GlobalAdvisorAdapterRegistry (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.aop.framework.adapter
Class GlobalAdvisorAdapterRegistry

java.lang.Object
  extended by org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry

public abstract class GlobalAdvisorAdapterRegistry
extends Object

Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.

Author:
Rod Johnson, Juergen Hoeller
See Also:
DefaultAdvisorAdapterRegistry

Constructor Summary
GlobalAdvisorAdapterRegistry()
           
 
Method Summary
static AdvisorAdapterRegistry getInstance()
          Return the singleton DefaultAdvisorAdapterRegistry instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAdvisorAdapterRegistry

public GlobalAdvisorAdapterRegistry()
Method Detail

getInstance

public static AdvisorAdapterRegistry getInstance()
Return the singleton DefaultAdvisorAdapterRegistry instance.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.