ACP API
A C G I M N R T V 

A

ActionCongestionPoint - Interface in net.juniper.smgt.acp.application
An ActionCongestionPoint can be thought of as an plug-in that runs inside the ACP's Java Virtual Machine.
ActionCongestionPointException - Exception in net.juniper.smgt.acp.application
An exception that can be thrown by an ActionCongestionPoint.init() method to signal that the application can not be initialized.
ActionCongestionPointException() - Constructor for exception net.juniper.smgt.acp.application.ActionCongestionPointException
 
ActionCongestionPointException(String) - Constructor for exception net.juniper.smgt.acp.application.ActionCongestionPointException
 
ActionCongestionPointExt - Interface in net.juniper.smgt.acp.application
An extension to ActionCongestionPoint
addListener(CongestionPointListener) - Method in interface net.juniper.smgt.acp.application.CongestionPoint
Register to receive notifications when the congestion point changes or goes down.
AuthorizationDenied - Exception in net.juniper.smgt.acp.application
The Exception thrown by an ActionCongestionPoint application to deny a service activation.
AuthorizationDenied() - Constructor for exception net.juniper.smgt.acp.application.AuthorizationDenied
 
AuthorizationDenied(String) - Constructor for exception net.juniper.smgt.acp.application.AuthorizationDenied
 
authorize(NameValue[]) - Method in interface net.juniper.smgt.acp.application.ActionCongestionPoint
Authorizes or denies a service session.

C

checkCongestionPoint(String, int) - Method in interface net.juniper.smgt.acp.application.CongestionPointChecker
This method will return a reference to the congestion point specified by 'filter'.
configChanged(Attributes) - Method in interface net.juniper.smgt.acp.application.ActionCongestionPointExt
Notifies the Action Congestion Point that its configuration has changed.
CongestionPoint - Interface in net.juniper.smgt.acp.application
A CongestionPoint instance represents a real or virtual network traffic congestion point in the network.
CongestionPointChecker - Interface in net.juniper.smgt.acp.application
This interface provides two ways to learn about network congestion points.
congestionPointDown() - Method in interface net.juniper.smgt.acp.application.CongestionPointListener
This method is invoked after congestion point goes down.
CongestionPointInfo - Interface in net.juniper.smgt.acp.application
An instance of this interface is passed to the init() method of every ActionCongestionPoint implementation.
CongestionPointListener - Interface in net.juniper.smgt.acp.application
Instances of this interface can be registered to received notifications when a specific congestion point changes or goes down.
congestionPointUpdate(CongestionPoint) - Method in interface net.juniper.smgt.acp.application.CongestionPointListener
This method is invoked after congestion point is updated.

G

getAttribute(String) - Method in interface net.juniper.smgt.acp.application.CongestionPoint
Returns the specified attribute for this congestion point.
getBackgroundDownstreamBW() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the background downstream bandwidth that is always deemed to be in-use.
getBackgroundUpstreamBW() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the background upstream bandwidth that is always deemed to be in-use.
getCongestionPointChecker() - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
Returns an object that provides the means to obtain references to specific network congestion points known to the ACP.
getCurrentDownstreamBW() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the downstream bandwidth.
getCurrentUpstreamBW() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the upstream bandwidth.
getDebugLog() - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
Returns a LogWriter object that can be used to print messages to the DEBUG log.
getDownstreamBWUsage() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the in-use downstream bandwidth.
getErrorLog() - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
Returns a LogWriter object that can be used to print messages to the ERROR log.
getId() - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
Returns the ID of the newly created ActionCongestionPoint.
getInfoLog() - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
Returns a LogWriter object that can be used to print messages to the INFO log.
getNICProxy(String) - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
If the CLI was used to define one or more NIC proxies under the ACP configuration, then those NIC proxies may be obtained by passing their name to this method.
getOrb() - Method in interface net.juniper.smgt.acp.application.CongestionPointInfo
Returns a reference to the ORB used by the ACP.
getProvisionedDownstreamBW() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the provisioned downstream bandwidth.
getProvisionedUpstreamBW() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the provisioned upstream bandwidth.
getUpstreamBWUsage() - Method in interface net.juniper.smgt.acp.application.MonitorableCongestionPoint
Returns the in-use upstream bandwidth.

I

init(CongestionPointInfo, Attributes, Properties) - Method in interface net.juniper.smgt.acp.application.ActionCongestionPoint
Initializes the ActionCongestionPoint application.

M

MonitorableCongestionPoint - Interface in net.juniper.smgt.acp.application
An instance of ActionCongestionPoint may optionally also implement this interface.

N

net.juniper.smgt.acp.application - package net.juniper.smgt.acp.application
 

R

removeListener(CongestionPointListener) - Method in interface net.juniper.smgt.acp.application.CongestionPoint
Unregister a listener previously registered using the addListener() method.

T

track(PluginEventType, NameValue[], SubscriptionInfoHolder) - Method in interface net.juniper.smgt.acp.application.ActionCongestionPoint
Notifies this ActionCongestionPoint that a service session has started or stopped.

V

vrShutDown(String, long, long) - Method in interface net.juniper.smgt.acp.application.ActionCongestionPointExt
Notifies the Action Congestion Point that a virtual router has shutted down.
A C G I M N R T V 
ACP API