public interface ComponentInstance
ComponentInstances are never reused. A new ComponentInstance object will be created when the component configuration is activated again.
Modifier and Type | Method | Description |
---|---|---|
void |
dispose() |
Dispose of the component configuration for this component instance.
|
java.lang.Object |
getInstance() |
Returns the component instance of the activated component configuration.
|
void dispose()
java.lang.Object getInstance()
null
if the component
configuration has been deactivated.