@Extension public static class DeploymentTrigger.ListenerImpl extends DeploymentFacetListener
| Modifier and Type | Field and Description |
|---|---|
ExecutorService |
POOL |
| Constructor and Description |
|---|
DeploymentTrigger.ListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(DeploymentFacet facet,
HostRecord newRecord)
Called when
DeploymentFacet gets a new HostRecord. |
void |
sync()
Waits until all the pending deployment facets are processed.
|
allpublic final ExecutorService POOL
public void onChange(DeploymentFacet facet, HostRecord newRecord)
DeploymentFacetListenerDeploymentFacet gets a new HostRecord.onChange in class DeploymentFacetListenerpublic void sync()
throws InterruptedException
InterruptedExceptionCopyright © 2004-2014. All Rights Reserved.