@SpringBootApplication
@ComponentScan(basePackages="org.openbaton")
@ConfigurationProperties
public abstract class AbstractVnfmSpringAmqp
extends org.openbaton.common.vnfm_sdk.AbstractVnfm
| Constructor and Description |
|---|
AbstractVnfmSpringAmqp() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
register() |
protected void |
setup() |
protected void |
unregister() |
protected void |
unregister(org.springframework.context.event.ContextClosedEvent event)
Deregisters the VNFM from the NFVO as soon as Spring sends its ContextClosedEvent.
|
checkInstantiationFeasibility, configure, createVirtualNetworkFunctionRecord, executeScript, fillSpecificProvides, getDescription, getEndpoint, getProperties, getResumedAction, getType, getUserData, handleError, heal, isEnabled, loadProperties, modify, onAction, query, resume, scale, setDescription, setEnabled, setEndpoint, setProperties, setType, start, startVNFCInstance, stop, stopVNFCInstance, terminate, updateSoftware, upgradeSoftwareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected void setup()
setup in class org.openbaton.common.vnfm_sdk.AbstractVnfm@EventListener protected void unregister(org.springframework.context.event.ContextClosedEvent event)
event - the Spring ContextClosedEventprotected void unregister()
unregister in class org.openbaton.common.vnfm_sdk.AbstractVnfmprotected void register()
register in class org.openbaton.common.vnfm_sdk.AbstractVnfm