Skip navigation links
A B C D E F G H L N O P R S U V 

A

ANGLE_LEFT - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
ANGLE_RIGHT - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 

B

buildEmptyTag(String) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
Builds XML empty tag with name provided.
buildEmptyTag(String, boolean) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
Builds XML empty element tag with name provided.
buildEndTag(String) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
Builds XML end tag with name provided.
buildEndTag(String, boolean) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
Builds XML end tag with name provided.
buildStartTag(String) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
Builds XML start tag with name provided.
buildStartTag(String, boolean) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
Builds XML start tag with name provided.

C

COLON - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
createVoltControllersConfig(HierarchicalConfiguration, String, String, List<ControllerInfo>) - Static method in class org.onosproject.drivers.fujitsu.FujitsuVoltControllerConfig
Forms XML string to change controller information.

D

discoverDeviceDetails() - Method in class org.onosproject.drivers.fujitsu.FujitsuT100DeviceDescription
 
discoverPortDetails() - Method in class org.onosproject.drivers.fujitsu.FujitsuT100DeviceDescription
 

E

EDIT_CONFIG - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltEthLoopbackCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltGetAlertFilterCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltGetAllCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltGetOnusCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltGetOnuStatsCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltGetPonLinksCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltOndemandFwdlCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltRebootOnuCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltSetAlertFilterCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltSetOnuCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltSetPonLinkCommand
 
execute() - Method in class org.onosproject.drivers.fujitsu.cli.VoltSubscribeCommand
 

F

FujitsuDriversLoader - Class in org.onosproject.drivers.fujitsu
Loader for Fujitsu device drivers.
FujitsuDriversLoader() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuDriversLoader
 
FujitsuT100DeviceDescription - Class in org.onosproject.drivers.fujitsu
Retrieves the ports from a Fujitsu T100 device via netconf.
FujitsuT100DeviceDescription() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuT100DeviceDescription
 
FujitsuVoltAlertConfig - Class in org.onosproject.drivers.fujitsu
Implementation to get and set parameters available in vOLT through the Netconf protocol.
FujitsuVoltAlertConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltAlertConfig
 
FujitsuVoltControllerConfig - Class in org.onosproject.drivers.fujitsu
Implementation to get and set parameters available in VOLT NE through the Netconf protocol.
FujitsuVoltControllerConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltControllerConfig
 
FujitsuVoltFwdlConfig - Class in org.onosproject.drivers.fujitsu
Implementation to upgrade firmware in ONUs manually through the Netconf protocol.
FujitsuVoltFwdlConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltFwdlConfig
 
FujitsuVoltNeConfig - Class in org.onosproject.drivers.fujitsu
Implementation to get all available data in vOLT through the Netconf protocol.
FujitsuVoltNeConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltNeConfig
 
FujitsuVoltOnuConfig - Class in org.onosproject.drivers.fujitsu
Implementation to get and set parameters available in vOLT through the Netconf protocol.
FujitsuVoltOnuConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltOnuConfig
 
FujitsuVoltOnuOperConfig - Class in org.onosproject.drivers.fujitsu
Implementation to take actions on ONU available in vOLT through the Netconf protocol.
FujitsuVoltOnuOperConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltOnuOperConfig
 
FujitsuVoltPonLinkConfig - Class in org.onosproject.drivers.fujitsu
Implementation to get and set parameters available in vOLT through the Netconf protocol.
FujitsuVoltPonLinkConfig() - Constructor for class org.onosproject.drivers.fujitsu.FujitsuVoltPonLinkConfig
 
FujitsuVoltXmlUtility - Class in org.onosproject.drivers.fujitsu
Defines common XML constants and methods for Fujitsu vOLT.

G

getAlertFilter() - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltAlertConfig
Get alert filter severity level.
getAlertFilter() - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltAlertConfig
 
getAll() - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltNeConfig
Obtain all available data in the device.
getAll() - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltNeConfig
 
getControllers() - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltControllerConfig
 
getOnus(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltOnuConfig
Obtain all ONUs or a specific ONU in the device.
getOnus(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltOnuConfig
 
getOnuStatistics(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltOnuConfig
Obtain all or a specific ONU statistics in the device.
getOnuStatistics(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltOnuConfig
 
getPonLinks(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltPonLinkConfig
Obtain all GPON PON links or a specific PON link in the device.
getPonLinks(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltPonLinkConfig
 

H

HYPHEN - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 

L

loopbackEthOnu(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltOnuOperConfig
Operate/release loopback on Ethernet port an ONU in the device.
loopbackEthOnu(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltOnuOperConfig
 

N

NEW_LINE - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 

O

ONU_ID - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
org.onosproject.drivers.fujitsu - package org.onosproject.drivers.fujitsu
Package for fujitsu device drivers.
org.onosproject.drivers.fujitsu.behaviour - package org.onosproject.drivers.fujitsu.behaviour
Abstractions of various device configuration or device adaptation behaviours; counterpart to the device driver subsystem.
org.onosproject.drivers.fujitsu.cli - package org.onosproject.drivers.fujitsu.cli
Administrative console command-line extensions for interacting with the network model - vOLT.

P

PONLINK_ID - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 

R

rebootOnu(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltOnuOperConfig
Reboot an ONU in the device.
rebootOnu(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltOnuOperConfig
 
REPORT_ALL - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
RUNNING - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 

S

setAlertFilter(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltAlertConfig
Set alert filter severity level.
setAlertFilter(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltAlertConfig
 
setControllers(List<ControllerInfo>) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltControllerConfig
 
setOnu(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltOnuConfig
Set a parameter value of an ONU in the device.
setOnu(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltOnuConfig
 
setPonLink(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltPonLinkConfig
Set a parameter value of PON link in the device.
setPonLink(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltPonLinkConfig
 
SLASH - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
SPACE - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
subscribe(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltAlertConfig
Subscribe to receive notifications or unsubscribe.
subscribe(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltAlertConfig
 

U

upgradeFirmwareOndemand(String) - Method in interface org.onosproject.drivers.fujitsu.behaviour.VoltFwdlConfig
Upgrade firmware manually in an ONU in the device.
upgradeFirmwareOndemand(String) - Method in class org.onosproject.drivers.fujitsu.FujitsuVoltFwdlConfig
 

V

VOLT_NE - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
VOLT_NE_CLOSE - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
VOLT_NE_NAMESPACE - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
VOLT_NE_OPEN - Static variable in class org.onosproject.drivers.fujitsu.FujitsuVoltXmlUtility
 
VoltAlertConfig - Interface in org.onosproject.drivers.fujitsu.behaviour
Device behaviour to obtain and set alert filter in vOLT.
VoltEthLoopbackCommand - Class in org.onosproject.drivers.fujitsu.cli
Operates/releases loopback on Ethernet port of an ONU in vOLT.
VoltEthLoopbackCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltEthLoopbackCommand
 
VoltFwdlConfig - Interface in org.onosproject.drivers.fujitsu.behaviour
Device behaviour to upgrade ONUs to new firmware.
VoltGetAlertFilterCommand - Class in org.onosproject.drivers.fujitsu.cli
Gets alert filter severity level in vOLT.
VoltGetAlertFilterCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltGetAlertFilterCommand
 
VoltGetAllCommand - Class in org.onosproject.drivers.fujitsu.cli
Gets all available data in vOLT.
VoltGetAllCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltGetAllCommand
 
VoltGetOnusCommand - Class in org.onosproject.drivers.fujitsu.cli
Gets ONUs available in vOLT.
VoltGetOnusCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltGetOnusCommand
 
VoltGetOnuStatsCommand - Class in org.onosproject.drivers.fujitsu.cli
Gets ONU statistics in vOLT.
VoltGetOnuStatsCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltGetOnuStatsCommand
 
VoltGetPonLinksCommand - Class in org.onosproject.drivers.fujitsu.cli
Gets PON links in vOLT.
VoltGetPonLinksCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltGetPonLinksCommand
 
VoltNeConfig - Interface in org.onosproject.drivers.fujitsu.behaviour
Device behaviour to get all available data in vOLT.
VoltOndemandFwdlCommand - Class in org.onosproject.drivers.fujitsu.cli
Requests manual firmware upgrade on a list of ONUs in vOLT.
VoltOndemandFwdlCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltOndemandFwdlCommand
 
VoltOnuConfig - Interface in org.onosproject.drivers.fujitsu.behaviour
Device behaviour to obtain and set parameters of ONUs in vOLT.
VoltOnuOperConfig - Interface in org.onosproject.drivers.fujitsu.behaviour
Device behaviour to perform actions in an ONU in vOLT.
VoltPonLinkConfig - Interface in org.onosproject.drivers.fujitsu.behaviour
Device behaviour to obtain and set parameters of PON links in vOLT.
VoltRebootOnuCommand - Class in org.onosproject.drivers.fujitsu.cli
Reboots an ONU in vOLT.
VoltRebootOnuCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltRebootOnuCommand
 
VoltSetAlertFilterCommand - Class in org.onosproject.drivers.fujitsu.cli
Sets alert filter severity level in vOLT.
VoltSetAlertFilterCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltSetAlertFilterCommand
 
VoltSetOnuCommand - Class in org.onosproject.drivers.fujitsu.cli
Sets a parameter value of an ONU in vOLT.
VoltSetOnuCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltSetOnuCommand
 
VoltSetPonLinkCommand - Class in org.onosproject.drivers.fujitsu.cli
Sets a parameter of a PON link in vOLT.
VoltSetPonLinkCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltSetPonLinkCommand
 
VoltSubscribeCommand - Class in org.onosproject.drivers.fujitsu.cli
Subscribes to receive notifications of vOLT or unsubscribes.
VoltSubscribeCommand() - Constructor for class org.onosproject.drivers.fujitsu.cli.VoltSubscribeCommand
 
A B C D E F G H L N O P R S U V 
Skip navigation links