org.infinispan.factories
Class AbstractComponentRegistry.Component

java.lang.Object
  extended by org.infinispan.factories.AbstractComponentRegistry.Component
Enclosing class:
AbstractComponentRegistry

public class AbstractComponentRegistry.Component
extends Object

A wrapper representing a component in the registry


Constructor Summary
AbstractComponentRegistry.Component()
           
 
Method Summary
 void buildInjectionMethodsList()
           
 Object getInstance()
           
 ComponentMetadata getMetadata()
           
 String getName()
           
 void injectDependencies()
          Injects dependencies into this component.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractComponentRegistry.Component

public AbstractComponentRegistry.Component()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

injectDependencies

public void injectDependencies()
Injects dependencies into this component.


getInstance

public Object getInstance()

getName

public String getName()

getMetadata

public ComponentMetadata getMetadata()

buildInjectionMethodsList

public void buildInjectionMethodsList()
                               throws ClassNotFoundException
Throws:
ClassNotFoundException

-->

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