public interface Component
Modifier and Type | Method and Description |
---|---|
ComponentInstance |
createInstance()
Create a new instance of this component.
|
Class<?> |
getComponentClass()
Get the component's actual implementation class.
|
NamespaceContextSelector |
getNamespaceContextSelector() |
void |
start()
Start operation called when the Component is available.
|
void |
stop(org.jboss.msc.service.StopContext stopContext)
Stop operation called when the Component is no longer available.
|
void start()
void stop(org.jboss.msc.service.StopContext stopContext)
stopContext
- the stop context for the component serviceClass<?> getComponentClass()
ComponentInstance createInstance()
NamespaceContextSelector getNamespaceContextSelector()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.