org.superbiz.registry
Interface ComponentRegistry

All Known Implementing Classes:
ComponentRegistryBean

public interface ComponentRegistry

Version:
$Revision$ $Date$

Method Summary
<T> T
getComponent(Class<T> type)
           
 Collection<?> getComponents()
           
<T> T
removeComponent(Class<T> type)
           
<T> T
setComponent(Class<T> type, T value)
           
 

Method Detail

getComponents

Collection<?> getComponents()

getComponent

<T> T getComponent(Class<T> type)

setComponent

<T> T setComponent(Class<T> type,
                   T value)

removeComponent

<T> T removeComponent(Class<T> type)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.