public interface Component
Modifier and Type | Method and Description |
---|---|
ComponentInstance |
createInstance()
Create a new instance of this component.
|
ComponentInstance |
createInstance(Object instance) |
Class<?> |
getComponentClass()
Get the component's actual implementation class.
|
NamespaceContextSelector |
getNamespaceContextSelector() |
default boolean |
isRemotable(Throwable throwable)
Checks whether the supplied
Throwable is remotable meaning it can be safely sent to the client over the wire. |
void |
start()
Start operation called when the Component is available.
|
void |
stop()
Stop operation called when the Component is no longer available.
|
void start()
void stop()
Class<?> getComponentClass()
ComponentInstance createInstance()
ComponentInstance createInstance(Object instance)
NamespaceContextSelector getNamespaceContextSelector()
Copyright © 2016 JBoss by Red Hat. All rights reserved.