com.alibaba.otter.common.push
类 SubscribeManagerFactory
java.lang.Object
com.alibaba.otter.common.push.SubscribeManagerFactory
- 所有已实现的接口:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SubscribeManagerFactory
- extends Object
- implements org.springframework.context.ApplicationContextAware
- 版本:
- 4.1.0
- 作者:
- zebin.xuzb 2012-9-19 上午10:15:22
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscribeManagerFactory
public SubscribeManagerFactory()
getSubscribeManager
public static SubscribeManager getSubscribeManager(SubscribeType type)
- 根据订阅类型获取相应的订阅管理器。每个订阅类型对应一个单例的订阅管理器。
- 参数:
type -
- 返回:
- 订阅管理器
- 另请参见:
SubscribeManager,
SubscribeType
autowire
public static void autowire(Object obj)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- 指定者:
- 接口
org.springframework.context.ApplicationContextAware 中的 setApplicationContext
- 抛出:
org.springframework.beans.BeansException
Copyright © 2011–2013 alibaba. All rights reserved.