public interface ServiceNetworkAdminService extends ServiceNetworkService
ServiceNetwork.| Modifier and Type | Method and Description |
|---|---|
void |
createServiceNetwork(ServiceNetwork serviceNetwork)
Creates a service network with the given information.
|
void |
createServicePort(ServicePort servicePort)
Creates a service port with the given information.
|
void |
purgeStates()
Purges internal network states.
|
void |
removeServiceNetwork(NetworkId networkId)
Removes a service network with the given network id.
|
void |
removeServicePort(PortId portId)
Removes a service port with the given port id.
|
void |
updateServiceNetwork(ServiceNetwork serviceNetwork)
Updates a service network with the given information.
|
void |
updateServicePort(ServicePort servicePort)
Updates a service port with the given information.
|
serviceNetwork, serviceNetworks, servicePort, servicePorts, servicePortsvoid purgeStates()
void createServiceNetwork(ServiceNetwork serviceNetwork)
serviceNetwork - the new service networkvoid updateServiceNetwork(ServiceNetwork serviceNetwork)
serviceNetwork - the updated service networkvoid removeServiceNetwork(NetworkId networkId)
networkId - network idvoid createServicePort(ServicePort servicePort)
servicePort - the new service portvoid updateServicePort(ServicePort servicePort)
servicePort - the updated service portvoid removeServicePort(PortId portId)
portId - port idCopyright © 2018. All rights reserved.