org.codehaus.wadi.impl
Class SpringManagerFactory

java.lang.Object
  extended byorg.codehaus.wadi.impl.SpringManagerFactory

public class SpringManagerFactory
extends Object


Field Summary
protected  String _beanName
           
protected  InputStream _descriptor
           
protected static Log _log
           
protected  SessionFactory _sessionFactory
           
protected  SessionWrapperFactory _sessionWrapperFactory
           
 
Constructor Summary
SpringManagerFactory(InputStream descriptor, String beanName, SessionFactory sessionFactory, SessionWrapperFactory sessionWrapperFactory)
           
 
Method Summary
 StandardManager create()
           
static StandardManager create(InputStream descriptor, String beanName, SessionFactory sessionFactory, SessionWrapperFactory sessionWrapperFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected static final Log _log

_descriptor

protected final InputStream _descriptor

_beanName

protected final String _beanName

_sessionFactory

protected final SessionFactory _sessionFactory

_sessionWrapperFactory

protected final SessionWrapperFactory _sessionWrapperFactory
Constructor Detail

SpringManagerFactory

public SpringManagerFactory(InputStream descriptor,
                            String beanName,
                            SessionFactory sessionFactory,
                            SessionWrapperFactory sessionWrapperFactory)
Method Detail

create

public StandardManager create()
                       throws FileNotFoundException
Throws:
FileNotFoundException

create

public static StandardManager create(InputStream descriptor,
                                     String beanName,
                                     SessionFactory sessionFactory,
                                     SessionWrapperFactory sessionWrapperFactory)
                              throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.