public class WebComponentInstantiator extends Object implements ComponentInstantiator
| Constructor and Description |
|---|
WebComponentInstantiator(DeploymentUnit deploymentUnit,
ComponentDescription componentDescription) |
| Modifier and Type | Method and Description |
|---|---|
ManagedReference |
getReference()
Get a new managed instance reference.
|
Set<org.jboss.msc.service.ServiceName> |
getServiceNames()
Gets the services that this component depends on
|
ManagedReference |
initializeInstance(Object instance)
Initialize an existing instance that the container has created
|
public WebComponentInstantiator(DeploymentUnit deploymentUnit, ComponentDescription componentDescription)
public ManagedReference getReference()
ManagedReferenceFactorygetReference in interface ManagedReferenceFactorypublic Set<org.jboss.msc.service.ServiceName> getServiceNames()
ComponentInstantiatorgetServiceNames in interface ComponentInstantiatorpublic ManagedReference initializeInstance(Object instance)
ComponentInstantiatorinitializeInstance in interface ComponentInstantiatorinstance - The instance to initializeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.