org.neo.swarm.core.container.pico
Class SilcComponentAdapterFactoryImpl

java.lang.Object
  extended byorg.neo.swarm.core.container.pico.SilcComponentAdapterFactoryImpl
All Implemented Interfaces:
java.io.Serializable, SilcComponentAdapterFactory

public class SilcComponentAdapterFactoryImpl
extends java.lang.Object
implements SilcComponentAdapterFactory

See Also:
Serialized Form

Constructor Summary
SilcComponentAdapterFactoryImpl(AspectContainer aspectContainer)
           
 
Method Summary
 org.picocontainer.ComponentAdapter createCachingComponentAdapter(java.lang.Object key, java.lang.Class impl)
           
 org.picocontainer.ComponentAdapter createCachingComponentAdapter(java.lang.Object key, java.lang.Class impl, java.lang.Object[] args)
           
 org.picocontainer.ComponentAdapter createConstructorComponentAdapter(java.lang.Object key, java.lang.Class impl)
           
 org.picocontainer.ComponentAdapter createConstructorComponentAdapter(java.lang.Object key, java.lang.Class impl, java.lang.Object[] args)
           
 org.picocontainer.ComponentAdapter createInstanceComponentAdapter(java.lang.String name, java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilcComponentAdapterFactoryImpl

public SilcComponentAdapterFactoryImpl(AspectContainer aspectContainer)
Method Detail

createCachingComponentAdapter

public org.picocontainer.ComponentAdapter createCachingComponentAdapter(java.lang.Object key,
                                                                        java.lang.Class impl)
Specified by:
createCachingComponentAdapter in interface SilcComponentAdapterFactory

createConstructorComponentAdapter

public org.picocontainer.ComponentAdapter createConstructorComponentAdapter(java.lang.Object key,
                                                                            java.lang.Class impl)
Specified by:
createConstructorComponentAdapter in interface SilcComponentAdapterFactory

createCachingComponentAdapter

public org.picocontainer.ComponentAdapter createCachingComponentAdapter(java.lang.Object key,
                                                                        java.lang.Class impl,
                                                                        java.lang.Object[] args)
Specified by:
createCachingComponentAdapter in interface SilcComponentAdapterFactory

createConstructorComponentAdapter

public org.picocontainer.ComponentAdapter createConstructorComponentAdapter(java.lang.Object key,
                                                                            java.lang.Class impl,
                                                                            java.lang.Object[] args)
Specified by:
createConstructorComponentAdapter in interface SilcComponentAdapterFactory

createInstanceComponentAdapter

public org.picocontainer.ComponentAdapter createInstanceComponentAdapter(java.lang.String name,
                                                                         java.lang.Object object)
Specified by:
createInstanceComponentAdapter in interface SilcComponentAdapterFactory


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.