public class IltOSI extends Object
The state class is called IltOSI.State
. The five status
classes are IltOSI.Availability
, IltOSI.Control
,
IltOSI.Procedural
, IltOSI.Repair
and
IltOSI.Standby
.
IltBellcore
Modifier and Type | Class and Description |
---|---|
static class |
IltOSI.Availability |
static class |
IltOSI.Control |
static class |
IltOSI.Procedural |
static class |
IltOSI.Repair |
static class |
IltOSI.Standby |
static class |
IltOSI.State
This class provides the building bricks of the state
of a telecom object according to the OSI SMF 10164-2 standard.
|
Modifier | Constructor and Description |
---|---|
protected |
IltOSI()
The constructor is not meant to be called.
|
Modifier and Type | Method and Description |
---|---|
static void |
ForceInit(ilog.tgo.util.internal.IltForceClassInit object)
For IltSystem.Init
|
static ilog.tgo.model.internal.IltStatePath |
GetAdministrativeStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetAvailabilityStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetControlStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetOperationalStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetPrimaryStatePath()
Initializes the state system instance with the possible states.
|
static ilog.tgo.model.internal.IltStatePath |
GetProceduralStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetRepairStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetStandbyStatePath() |
static ilog.tgo.model.internal.IltStatePath |
GetUsageStatePath() |
static IltStateSystem |
StateSystem()
Returns the only instance of IltAlarm
|
protected IltOSI()
public static IltStateSystem StateSystem()
public static ilog.tgo.model.internal.IltStatePath GetPrimaryStatePath()
public static ilog.tgo.model.internal.IltStatePath GetOperationalStatePath()
public static ilog.tgo.model.internal.IltStatePath GetUsageStatePath()
public static ilog.tgo.model.internal.IltStatePath GetAdministrativeStatePath()
public static ilog.tgo.model.internal.IltStatePath GetProceduralStatePath()
public static ilog.tgo.model.internal.IltStatePath GetAvailabilityStatePath()
public static ilog.tgo.model.internal.IltStatePath GetControlStatePath()
public static ilog.tgo.model.internal.IltStatePath GetStandbyStatePath()
public static ilog.tgo.model.internal.IltStatePath GetRepairStatePath()
public static void ForceInit(ilog.tgo.util.internal.IltForceClassInit object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.