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
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Method Summary
Modifier and TypeMethodDescriptioncreateFactory(Class<?> clazz) createInstance(Object instance) getInstance(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 Details
-
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
- Specified by:
createFactoryin interfaceEEClassIntrospector
-
createInstance
- Specified by:
createInstancein interfaceEEClassIntrospector
-
getInstance
- 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
-