Package org.jboss.as.ee.component
Interface EEClassIntrospector
- All Known Implementing Classes:
ReflectiveClassIntrospector
public interface EEClassIntrospector
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptioncreateFactory(Class<?> clazz) createInstance(Object instance) Returns the managed reference of an new instance.getInstance(Object instance) Returns the managed reference of an existing instance.
-
Method Details
-
createFactory
-
createInstance
Returns the managed reference of an new instance.- Parameters:
instance- an object instance- Returns:
- a managed reference
-
getInstance
Returns the managed reference of an existing instance.- Parameters:
instance- an object instance- Returns:
- a managed reference
-