| Package | Description |
|---|---|
| org.opencord.cordvtn.api.core |
CORD VTN core API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceNetworkEvent.Type |
ServiceNetworkEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNetworkEvent.Type[] |
ServiceNetworkEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ServiceNetworkEvent(ServiceNetworkEvent.Type type,
ServiceNetwork serviceNetwork)
Creates an event of a given type and for the specified service network and
the current time.
|
ServiceNetworkEvent(ServiceNetworkEvent.Type type,
ServiceNetwork serviceNetwork,
Provider provider)
Creates an event of a given type and for the specified service network,
provider, dependency type with the provider, and the current time.
|
ServiceNetworkEvent(ServiceNetworkEvent.Type type,
ServiceNetwork serviceNetwork,
ServicePort servicePort)
Creates an event of a given type and for the specified service network,
port and the current time.
|
Copyright © 2018. All rights reserved.