public interface Component
extends org.fabric3.api.host.monitor.Monitorable
| Modifier and Type | Method and Description |
|---|---|
void |
endUpdate()
Used to signal when a component configuration update is complete.
|
java.net.URI |
getContributionUri()
Returns the URI of the contribution the component is contained in.
|
java.net.URI |
getUri()
Returns the component URI.
|
void |
start()
Starts the component;
|
void |
startUpdate()
Used to signal the start of a component configuration update.
|
void |
stop()
Stops the component.
|
java.net.URI getUri()
java.net.URI getContributionUri()
void start()
throws org.fabric3.api.host.Fabric3Exception
org.fabric3.api.host.Fabric3Exception - if an error occurs starting the componentvoid stop() throws org.fabric3.api.host.Fabric3Exception
org.fabric3.api.host.Fabric3Exception - if an error occurs stopping the componentvoid startUpdate()
void endUpdate()