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

构造方法摘要
SubscribeManagerFactory()
           
 
方法摘要
static void autowire(Object obj)
           
static SubscribeManager getSubscribeManager(SubscribeType type)
          根据订阅类型获取相应的订阅管理器。
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
从类 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-2014 alibaba. All Rights Reserved.