public interface ActionCongestionPointExt extends ActionCongestionPoint
Modifier and Type | Method and Description |
---|---|
void |
configChanged(javax.naming.directory.Attributes ldapAttrs)
Notifies the Action Congestion Point that its configuration has changed.
|
void |
vrShutDown(java.lang.String vrName,
long freedUpStreamBandwidth,
long freedDownStreamBandwidth)
Notifies the Action Congestion Point that a virtual router has shutted down.
|
authorize, init, track
void configChanged(javax.naming.directory.Attributes ldapAttrs)
ldapAttrs
- The attributes of the congestion point definition, including the multivalued attribute
"actionProperties", which contains the values entered in the CLI using the CLI command "set
action-parameters". It is possible to specify via the CLI action parameters of the form
"name=value", and then parse them in this method's implementation.void vrShutDown(java.lang.String vrName, long freedUpStreamBandwidth, long freedDownStreamBandwidth)
vrName
- name of the virtual router that shuts down.freedUpStreamBandWidth
- the total upstream bandwidth allocated to the service sessions of the virtual routerfreedDownStreamBandWidth
- the total downstream bandwidth allocated to the service sessions of the virtual router