|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This inteface defines the methods of a Signalling Point Managed Object(MO). The Signalling point represented by this MO may be either a Local Signalling Point or a Remote Signalling Point. Whether this is a local or Remote Signalling Point can be determined from the isLocal method.
| Field Summary | |
static int |
NI_INTERNATIONAL_00
A Network Indicator constant: Indicates the International Network 00, this has an integer value of 0. |
static int |
NI_INTERNATIONAL_01
A Network Indicator constant: Indicates the International Network 01, this has an integer value of 1. |
static int |
NI_NATIONAL_10
A Network Indicator constant: Indicates the National Network 10, this has an integer value of 2. |
static int |
NI_NATIONAL_11
A Network Indicator constant: Indicates the National Network 11, this has an integer value of 3. |
static int |
TYPE_SEP
Indicates a Signalling End Point. |
static int |
TYPE_STEP
Indicates a Signalling Transfer End Point. |
static int |
TYPE_STP
Indicates a Signalling Transfer Point. |
| Fields inherited from class java.io.Serializable |
serialVersionUID |
| Method Summary | |
SignallingPointMO |
getBackup()
Gets the Backup Signalling Point of this Signalling Point. |
Mtp3SapMO[] |
getMtp3Sap()
Returns all of the Mtp3 SAP's associated with this Signalling Point. |
Mtp3SapMO |
getMtp3Sap(int index)
Returns the Mtp3 SAP at the specified position in the array of all of the Mtp3 SAP's associated with this Signalling Point. |
int |
getNetworkIndicator()
Gets the Network Indicator parameter of this 'Signalling Point'. |
RouteSetMO[] |
getRouteSet()
Returns all of the Route Sets associated with this Signalling Point. |
RouteSetMO |
getRouteSet(int index)
Returns the Route Set at the specified position in all of the Route Sets associated with this Signalling Point. |
ScreeningTableMO[] |
getScreeningTable()
Returns all of the Screening Tables associated with this Signalling Point. |
ScreeningTableMO |
getScreeningTable(int index)
Returns the Screening table at the specified position in the array of all of the Screening Tables associated with this Signalling Point. |
long |
getSignallingPointCode()
Gets the Signalling Point Code parameter of this 'Signalling Point' object. |
int |
getType()
Returns the Signalling type. |
boolean |
isLocal()
Indicates whether this Signalling Point is a Local or Remote |
void |
setBackup(SignallingPointMO backup)
Sets the Backup Signalling Point of this Signalling Point. |
void |
setMtp3Sap(int index,
Mtp3SapMO mtp3Sap)
Sets the Mtp3 SAP at the specified position in the array of all of the SAP's associated with this Signalling Point. |
void |
setMtp3Sap(Mtp3SapMO[] mtp3Saps)
Sets all of the Mtp3Saps associated with this Signalling Point. |
void |
setNetworkIndicator(int networkInd)
Sets the Network Indicator parameter of this 'Signalling Point'. |
void |
setRouteSet(int index,
RouteSetMO routeSet)
Sets the supplied RouteSet to the set of RouteSets of this Signalling Point at the the specified position |
void |
setRouteSet(RouteSetMO[] routeSets)
Sets all of the Route Sets associated with this Signalling Point. |
void |
setScreeningTable(int index,
ScreeningTableMO screeningTable)
Sets the Screening table at the specified position in the array of all of the Screening Tables associated with this Signalling Point. |
void |
setScreeningTable(ScreeningTableMO[] screeningTables)
Sets all of the Screening Tables associated with this Signalling Point. |
void |
setSignallingPointCode(long pointCode)
Sets the Signalling Point Code parameter of this 'Signalling Point' object. |
void |
setType(int type)
Sets the type of this Signalling Point. |
| Methods inherited from interface jain.protocol.ss7.oam.mtp3.Mtp3ManagedObject |
addMtp3AlarmListener,
addMtp3ErrorListener,
removeMtp3AlarmListener,
removeMtp3ErrorListener |
| Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
getName,
removePropertyChangeListener,
setName |
| Field Detail |
public static final int TYPE_SEP
public static final int TYPE_STP
public static final int TYPE_STEP
public static final int NI_INTERNATIONAL_00
public static final int NI_INTERNATIONAL_01
public static final int NI_NATIONAL_10
public static final int NI_NATIONAL_11
| Method Detail |
public void setType(int type)
type - one of the following:
public int getType()
public boolean isLocal()
public void setSignallingPointCode(long pointCode)
public long getSignallingPointCode()
public void setNetworkIndicator(int networkInd)
networkInd - one of the following:
public int getNetworkIndicator()
public void setBackup(SignallingPointMO backup)
backup - the Backup Signalling Pointpublic SignallingPointMO getBackup()
public void setRouteSet(int index,
RouteSetMO routeSet)
index - the index position of the element in the arrayrouteSet - the RouteSet to be added.public void setRouteSet(RouteSetMO[] routeSets)
routeSets - an array of all the RouteSet MOs
associated with this Signalling Point.public RouteSetMO[] getRouteSet()
public RouteSetMO getRouteSet(int index)
index - the index position of the element in the arraypublic ScreeningTableMO[] getScreeningTable()
public ScreeningTableMO getScreeningTable(int index)
index - the index position of the element in the arraypublic void setScreeningTable(ScreeningTableMO[] screeningTables)
screeningTables - an array of all the screening tables.
public void setScreeningTable(int index,
ScreeningTableMO screeningTable)
index - the index position of the element in the arrayscreeningTable - the Screening table to be set at the specified position
public void setMtp3Sap(int index,
Mtp3SapMO mtp3Sap)
index - the index position of the element in the arraymtp3Sap - the Mtps SAP to be set at the specified positionpublic void setMtp3Sap(Mtp3SapMO[] mtp3Saps)
mtp3Saps - an array of all the Mtp3 SAP's.public Mtp3SapMO getMtp3Sap(int index)
index - the index position of the element in the arraypublic Mtp3SapMO[] getMtp3Sap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||