Class VCCSegMap
java.lang.Object
|
+----CollectorUpdate
|
+----VCCSegMap
- public class VCCSegMap
- extends CollectorUpdate
Collector class for reporting switch VCC segment maps.
- Version:
- $Revision: 1.11 $, $Date: 2000/10/12 14:09:55 $
- Author:
- Mike Spengler, Joseph Thomas
-
cellsOut
- VCC segment map output cell count.
-
DOWN
-
-
FSIG
-
-
inPort
- VCC segment map input port name.
-
inVCI
- VCC segment map input VCI value.
-
inVPI
- VCC segment map input VPI value.
-
OAM
-
-
OTHER
-
-
outPort
- VCC segment map output port name.
-
outVCI
- VCC segment map output VCI value.
-
outVPI
- VCC segment map output VPI value.
-
PVC
-
-
Q2931
-
-
RCC
-
-
sigProtocol
- Signalling protocol used to create VCC.
-
SPANS
-
-
SPVC
-
-
SPVC_PNNI
-
-
SPVC_SPANS
-
-
status
- Status of VCC segment.
-
UP
-
-
uptime
- VCC segment map uptime value.
-
VCCSegMap(NodeAddress, String, int, int, String, int, int, int, int)
- Class constructor.
-
VCCSegMap(NodeAddress, String, int, int, String, int, int, int, int, int, int)
- Class constructor.
-
getCellCount()
- Gets the VCC segment output cell count
-
getInPort()
- Gets the input port name.
-
getInVCI()
- Gets the input VCI.
-
getInVPI()
- Gets the input VPI.
-
getOutPort()
- Gets the output port name.
-
getOutVCI()
- Gets the output VCI.
-
getOutVPI()
- Gets the output VPI.
-
getSigProto()
- Gets the VCC signalling protocol.
-
getStatus()
- Gets the VCC segment status.
-
getUptime()
- Gets the VCC segment uptime
-
process(CollectorNetwork)
- Applies this update object to the network model.
-
toString()
- Returns a string describing this object.
inPort
private String inPort
- VCC segment map input port name.
inVPI
private int inVPI
- VCC segment map input VPI value.
inVCI
private int inVCI
- VCC segment map input VCI value.
outPort
private String outPort
- VCC segment map output port name.
outVPI
private int outVPI
- VCC segment map output VPI value.
outVCI
private int outVCI
- VCC segment map output VCI value.
uptime
private int uptime
- VCC segment map uptime value.
cellsOut
private int cellsOut
- VCC segment map output cell count.
sigProtocol
private int sigProtocol
- Signalling protocol used to create VCC.
OTHER
public static final int OTHER
SPANS
public static final int SPANS
Q2931
public static final int Q2931
PVC
public static final int PVC
SPVC
public static final int SPVC
OAM
public static final int OAM
SPVC_SPANS
public static final int SPVC_SPANS
SPVC_PNNI
public static final int SPVC_PNNI
RCC
public static final int RCC
FSIG
public static final int FSIG
status
private int status
- Status of VCC segment.
UP
public static final int UP
DOWN
public static final int DOWN
VCCSegMap
public VCCSegMap(NodeAddress addr,
String inPort,
int inVPI,
int inVCI,
String outPort,
int outVPI,
int outVCI,
int sigProtocol,
int status,
int uptime,
int cellsOut)
- Class constructor.
- Parameters:
- addr - the address of the node from which the data
for this update was obtained
- inPort - the name of the segment map's input port
- inVPI - the name of the segment map's input VPI value
- inVCI - the name of the segment map's input VCI value
- outPort - the name of the segment map's output port
- outVPI - the name of the segment map's output VPI value
- outVCI - the name of the segment map's output VCI value
- sigProtocol - the signalling protocol used to create the VCC
- status - the VCC's status
- uptime - the VCC's uptime in hundredths of a second
- cellsOut - the VCC's output cell count
VCCSegMap
public VCCSegMap(NodeAddress addr,
String inPort,
int inVPI,
int inVCI,
String outPort,
int outVPI,
int outVCI,
int sigProtocol,
int status)
- Class constructor.
- Parameters:
- addr - the address of the node from which the data
for this update was obtained
- inPort - the name of the segment map's input port
- inVPI - the name of the segment map's input VPI value
- inVCI - the name of the segment map's input VCI value
- outPort - the name of the segment map's output port
- outVPI - the name of the segment map's output VPI value
- outVCI - the name of the segment map's output VCI value
- sigProtocol - the signalling protocol used to create the VCC
- status - the VCC's status
process
public void process(CollectorNetwork net)
- Applies this update object to the network model.
- Parameters:
- net - the network which this object updates
- Overrides:
- process in class CollectorUpdate
getInPort
public String getInPort()
- Gets the input port name.
- Returns:
- the input port name
getInVPI
public int getInVPI()
- Gets the input VPI.
- Returns:
- the input VPI value
getInVCI
public int getInVCI()
- Gets the input VCI.
- Returns:
- the input VCI value
getOutPort
public String getOutPort()
- Gets the output port name.
- Returns:
- the output port name
getOutVPI
public int getOutVPI()
- Gets the output VPI.
- Returns:
- the output VPI value
getOutVCI
public int getOutVCI()
- Gets the output VCI.
- Returns:
- the output VCI value
getSigProto
public int getSigProto()
- Gets the VCC signalling protocol.
- Returns:
- the VCC signalling protocol type
getStatus
public int getStatus()
- Gets the VCC segment status.
- Returns:
- the VCC segment status
getUptime
public int getUptime()
- Gets the VCC segment uptime
- Returns:
- the VCC segment uptime in hundredths of a second
getCellCount
public int getCellCount()
- Gets the VCC segment output cell count
- Returns:
- the VCC segment output cell count
toString
public String toString()
- Returns a string describing this object.
- Returns:
- string describing this object
- Overrides:
- toString in class Object