public interface ComponentInstantiator extends ManagedReferenceFactory
Modifier and Type | Method and Description |
---|---|
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
|
getReference
Set<org.jboss.msc.service.ServiceName> getServiceNames()
ManagedReference initializeInstance(Object instance)
instance
- The instance to initializeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.