org.richfaces.application
Interface ServicesFactory


public interface ServicesFactory

Author:
asmirnov@exadel.com

Method Summary
<T> T
getInstance(Class<T> type)
           
 void release()
           
<T> void
setInstance(Class<T> type, T instance)
           
 

Method Detail

getInstance

<T> T getInstance(Class<T> type)
              throws ServiceException
Throws:
ServiceException

setInstance

<T> void setInstance(Class<T> type,
                     T instance)

release

void release()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.