com.alibaba.dubbo.container.spring
Class SpringContainer

java.lang.Object
  extended by com.alibaba.dubbo.container.spring.SpringContainer
All Implemented Interfaces:
Container

public class SpringContainer
extends Object
implements Container

SpringContainer. (SPI, Singleton, ThreadSafe)

Author:
william.liangf

Field Summary
static String DEFAULT_SPRING_CONFIG
           
static String SPRING_CONFIG
           
 
Constructor Summary
SpringContainer()
           
 
Method Summary
static org.springframework.context.support.ClassPathXmlApplicationContext getContext()
           
 void start()
          start.
 void stop()
          stop.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_CONFIG

public static final String SPRING_CONFIG
See Also:
Constant Field Values

DEFAULT_SPRING_CONFIG

public static final String DEFAULT_SPRING_CONFIG
See Also:
Constant Field Values
Constructor Detail

SpringContainer

public SpringContainer()
Method Detail

getContext

public static org.springframework.context.support.ClassPathXmlApplicationContext getContext()

start

public void start()
Description copied from interface: Container
start.

Specified by:
start in interface Container

stop

public void stop()
Description copied from interface: Container
stop.

Specified by:
stop in interface Container


Copyright © 2012–2017 Alibaba. All rights reserved.