Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.resource.renderer |
Provides classes for CSS configuration of Global Settings.
|
Modifier and Type | Field and Description |
---|---|
static IltSONET.Protection |
IltSONET.Protection.Exercisor |
static IltSONET.Protection |
IltSONET.Protection.ForcedSwitch |
static IltSONET.Protection |
IltSONET.Protection.Locked |
static IltSONET.Protection |
IltSONET.Protection.ManualSwitch |
static IltSONET.Protection |
IltSONET.Protection.Pending |
static IltSONET.Protection |
IltSONET.Protection.WaitToRestore |
Modifier and Type | Method and Description |
---|---|
static IltSONET.Protection |
IltSONET.NewProtection(String name,
String description)
Creates a new protection.
|
Modifier and Type | Method and Description |
---|---|
void |
IltSONETObjectState.addProtection(IltSONET.End end,
IltSONET.Protection state)
Adds a given protection from a given link end.
|
void |
IltLink.addProtection(IltSONET.End end,
IltSONET.Protection state)
Adds a given protection from a given link end.
|
static Image |
IltSONETDefaultMapper.GetProtectionMapping(IltSONET.Protection protection)
Deprecated.
Please use
IltSettings.GetValue instead, for
example,
IltSettings.GetValue("SONET.Protection.Exercise.Icon") . |
boolean |
IltSONETObjectState.hasProtection(IltSONET.End end,
IltSONET.Protection state)
Tells whether a given link end has a given protection.
|
boolean |
IltLink.hasProtection(IltSONET.End end,
IltSONET.Protection state)
Tells whether a given link end has a given protection.
|
boolean |
IltSONETObjectState.removeProtection(IltSONET.End end,
IltSONET.Protection state)
Removes a given protection from a given link end.
|
boolean |
IltLink.removeProtection(IltSONET.End end,
IltSONET.Protection state)
Removes a given protection from a given link end.
|
static void |
IltSONETDefaultMapper.SetProtectionMapping(IltSONET.Protection protection,
Image icon)
Deprecated.
Please use
IltSettings.SetValue instead, for
example,
IltSettings.SetValue("SONET.Protection.Exercise.Icon", icon) . |
void |
IltSONETObjectState.setProtections(IltSONET.End end,
IltSONET.Protection[] newprotections)
Replaces the protections at a given link end.
|
void |
IltLink.setProtections(IltSONET.End end,
IltSONET.Protection[] newprotections)
Replaces the protections at a given link end.
|
Modifier and Type | Method and Description |
---|---|
void |
IltSONETRenderer.setProtections(IltSONET.Protection[] states)
Adds SONET protection states to the system.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.