|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalTitleEntryMO | |
jain.protocol.ss7.oam.sccp | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the SCCP layer. |
Uses of GlobalTitleEntryMO in jain.protocol.ss7.oam.sccp |
Methods in jain.protocol.ss7.oam.sccp that return GlobalTitleEntryMO | |
GlobalTitleEntryMO[] |
SccpRoutingControlMO.getGlobalTitleEntry()
Returns all of the Global Titles of this SCCP. |
GlobalTitleEntryMO |
SccpRoutingControlMO.getGlobalTitleEntry(int index)
Returns the specified Global Title entry of this SCCP. |
GlobalTitleEntryMO |
SccpLayerManager.createGlobalTitleEntry(SccpEntitySetMO entitySet,
int globalTitleIndicator,
byte[] addressInformation)
Creates a new Global Title Entry Managed Object. |
GlobalTitleEntryMO[] |
SccpLayerManager.getAllGlobalTitleEntries()
Returns all of the Global Tiltle Entries created by this layer manager |
GlobalTitleEntryMO |
SccpLayerManager.getAllGlobalTitleEntries(int index)
Returns one of the Global Tiltle Entries created by this layer manager |
Methods in jain.protocol.ss7.oam.sccp with parameters of type GlobalTitleEntryMO | |
void |
SccpRoutingControlMO.setGlobalTitleEntry(GlobalTitleEntryMO[] gtEntries)
Sets the list of Global Title Entries associated with this Routing Control. |
void |
SccpRoutingControlMO.setGlobalTitleEntry(int index,
GlobalTitleEntryMO gtEntry)
Set this Global Title Entry as the specified element in the Global Title Entry Array of this Routing Control. |
boolean |
SccpRoutingControlMO.hasGlobalTitle(GlobalTitleEntryMO globalTitleEntry)
Indicates if a specified Global Title is assocaited with this SCCP. |
void |
SccpLayerManager.deleteGlobalTitleEntry(GlobalTitleEntryMO globalTitleEntry)
Deletes the specified Global Title Entry Managed Object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |