org.richfaces.application
Interface ServicesFactory


public interface ServicesFactory

Author:
asmirnov@exadel.com

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

Method Detail

getInstance

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

setInstance

<T> void setInstance(java.lang.Class<T> type,
                     T instance)

release

void release()


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