cuba.wired
Interface WiredInstanceFactoryI

All Known Implementing Classes:
PrimitiveWiredInstanceFactory

public interface WiredInstanceFactoryI


Nested Class Summary
static interface WiredInstanceFactoryI.ReferenceTypes
           
 
Method Summary
 WiredAdapter getComponent(WiredComponentDesc wiredComponentDesc, WiredComponentContext componentContext, java.lang.String referenceType)
           
 java.lang.Object getComponentImpl(java.lang.Class implClass)
           
 void shutdown()
           
 

Method Detail

getComponent

WiredAdapter getComponent(WiredComponentDesc wiredComponentDesc,
                          WiredComponentContext componentContext,
                          java.lang.String referenceType)
                          throws ConstructionException
Throws:
ConstructionException

getComponentImpl

java.lang.Object getComponentImpl(java.lang.Class implClass)

shutdown

void shutdown()