Package org.jboss.as.weld.deployment
Class WeldClassIntrospector
- java.lang.Object
-
- org.jboss.as.weld.deployment.WeldClassIntrospector
-
- All Implemented Interfaces:
EEClassIntrospector,org.jboss.msc.Service
public class WeldClassIntrospector extends Object implements EEClassIntrospector, org.jboss.msc.Service
- Author:
- Stuart Douglas, Richard Opalka
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedReferenceFactorycreateFactory(Class<?> clazz)ManagedReferencecreateInstance(Object instance)ManagedReferencegetInstance(Object instance)static voidinstall(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.msc.service.ServiceTarget serviceTarget)static org.jboss.msc.service.ServiceNameserviceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)voidstart(org.jboss.msc.service.StartContext startContext)voidstop(org.jboss.msc.service.StopContext stopContext)
-
-
-
Method Detail
-
install
public static void install(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.msc.service.ServiceTarget serviceTarget)
-
serviceName
public static org.jboss.msc.service.ServiceName serviceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
createFactory
public ManagedReferenceFactory createFactory(Class<?> clazz)
- Specified by:
createFactoryin interfaceEEClassIntrospector
-
createInstance
public ManagedReference createInstance(Object instance)
- Specified by:
createInstancein interfaceEEClassIntrospector
-
getInstance
public ManagedReference getInstance(Object instance)
- Specified by:
getInstancein interfaceEEClassIntrospector
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
-