Interface | Description |
---|---|
ActionCongestionPoint |
An ActionCongestionPoint can be thought of as an plug-in that runs inside the ACP's Java Virtual Machine.
|
ActionCongestionPointExt |
An extension to ActionCongestionPoint
|
CongestionPoint |
A CongestionPoint instance represents a real or virtual network traffic congestion point in the network.
|
CongestionPointChecker |
This interface provides two ways to learn about network congestion points.
|
CongestionPointInfo |
An instance of this interface is passed to the init() method of every ActionCongestionPoint implementation.
|
CongestionPointListener |
Instances of this interface can be registered to received notifications when a specific congestion point
changes or goes down.
|
MonitorableCongestionPoint |
An instance of ActionCongestionPoint may optionally also implement this interface.
|
Exception | Description |
---|---|
ActionCongestionPointException |
An exception that can be thrown by an ActionCongestionPoint.init() method to signal that the application
can not be initialized.
|
AuthorizationDenied |
The Exception thrown by an ActionCongestionPoint application to deny a service activation.
|