org.argosfields.spring
Class AbstractContextHelper

java.lang.Object
  extended byorg.argosfields.spring.AbstractContextHelper
All Implemented Interfaces:
ISpringContextHelper
Direct Known Subclasses:
ClientContextHelper, ServerContextHelper

public abstract class AbstractContextHelper
extends Object
implements ISpringContextHelper

AbstractContextHelper.java

Version:
$Revision: 1.1 $ $Date: 2004/04/15 05:43:55 $
Author:
Xavier Cho

Constructor Summary
AbstractContextHelper()
           
 
Method Summary
 void close()
           
protected abstract  org.springframework.context.ConfigurableApplicationContext createApplicationContext()
           
protected  org.springframework.context.ConfigurableApplicationContext getApplicationContext()
           
 void reload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContextHelper

public AbstractContextHelper()
Method Detail

getApplicationContext

protected org.springframework.context.ConfigurableApplicationContext getApplicationContext()

reload

public void reload()
Specified by:
reload in interface ISpringContextHelper
See Also:
ISpringContextHelper.reload()

close

public void close()
Specified by:
close in interface ISpringContextHelper
See Also:
ISpringContextHelper.close()

createApplicationContext

protected abstract org.springframework.context.ConfigurableApplicationContext createApplicationContext()


Copyright © Gnome Korea. All Rights Reserved.