|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TooManyInstancesException | |
jain.protocol.ss7.oam.mtp2 | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 2 layer. |
jain.protocol.ss7.oam.mtp3 | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 3 layer. |
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. |
jain.protocol.ss7.oam.tcap | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the TCAP layer. |
Uses of TooManyInstancesException in jain.protocol.ss7.oam.mtp2 |
Methods in jain.protocol.ss7.oam.mtp2 that throw TooManyInstancesException | |
ObjectName |
Mtp2LayerManagerMBean.createMtp2TimerProfile()
Creates a new Mtp2 Timer Profile MBean that will use the correct Timer values for the the protocol variant of this Mtp2LayerManager. |
ObjectName |
Mtp2LayerManagerMBean.createMtp2Sap(java.lang.Integer portType)
Creates a new Mtp2SapMBean. |
void |
Mtp2LayerManagerMBean.setActiveMtp2Sap(java.lang.Integer index,
ObjectName mtp2Sap)
Sets one of the Mtp2 Service Access Points (Mtp2SapMBeans) identified by the specified ObjectName |
void |
Mtp2LayerManagerMBean.setActiveMtp2Saps(ObjectName[] mtp2Saps)
Sets all of the Mtp2 Service Access Points (Mtp2SapMBeans) identified by the specified array of ObjectNames |
Uses of TooManyInstancesException in jain.protocol.ss7.oam.mtp3 |
Methods in jain.protocol.ss7.oam.mtp3 that throw TooManyInstancesException | |
ObjectName |
Mtp3LayerManagerMBean.createMtp3TimerProfile()
Creates a new Mtp3TimerProfileMBean that will use the correct Timer values for the the protocol variant of this Mtp3LayerManager. |
ObjectName |
Mtp3LayerManagerMBean.createLink(ObjectName mtp2Sap)
Creates a new Link Managed Bean (LinkMBean). |
ObjectName |
Mtp3LayerManagerMBean.createLinkSet(ObjectName adjacentSignallingPoint,
ObjectName[] links)
Creates a new Linkset Managed Bean (LinkSetMBean). |
ObjectName |
Mtp3LayerManagerMBean.createRoute(ObjectName destinationSignallingPoint,
ObjectName[] linkSets)
Creates a new Route Managed Bean (RouteMBean). |
ObjectName |
Mtp3LayerManagerMBean.createRouteSet(ObjectName[] routes)
Creates a new Routeset Managed Bean (RouteSetMBean). |
ObjectName |
Mtp3LayerManagerMBean.createOwnSignallingPoint(java.lang.Long pointCode,
java.lang.Integer type,
java.lang.Integer networkInd)
Creates a new Own Signalling Point Managed Bean (OwnSignallingPointMBean). |
ObjectName |
Mtp3LayerManagerMBean.createSignallingPoint(java.lang.Long pointCode,
java.lang.Integer type,
java.lang.Integer networkInd)
Creates a new Own Signalling Point Managed Bean (OwnSignallingPointMBean). |
ObjectName |
Mtp3LayerManagerMBean.createMtp3Sap(ObjectName signallingPoint,
java.lang.Integer serviceIndicator)
Creates a new Mtp3 Service Access Point MBean (representing a Remote Signalling Point) |
ObjectName |
Mtp3LayerManagerMBean.createScreeningTable()
Creates a new Screening Table Managed Bean (ScreeningTableMBean). |
void |
Mtp3LayerManagerMBean.setActiveOwnSignallingPoint(java.lang.Integer index,
ObjectName OwnSignallingPoint)
Sets one of the active (local) OwnSignallingPointMBeans of this stack. The underlying stack management system may support multiple signalling points on the the same system. |
void |
Mtp3LayerManagerMBean.setActiveOwnSignallingPoints(ObjectName[] OwnSignallingPoints)
Sets all of the active (local) OwnSignallingPointMBeans of this stack. The underlying stack management system may support multiple Signalling points on the the same system. |
void |
RouteMBean.setLinkSet(java.lang.Integer index,
ObjectName linkset)
Sets a Linkset at the specified position in the Linkset (identified by the specified ObjectName) in this route |
void |
RouteMBean.setLinkSets(ObjectName[] linksets)
Sets the Linksets in this route identified by the specified ObjectName |
void |
ScreeningTableMBean.setValidList(ObjectName destSignallingPoint,
ObjectName[] authorisedList)
Sets an array of Objects representing either: all of the allowed Linksets, or all of the allowed Originating Point Codes for the specified destination point code. The type of Object that is supplied in the Object array (identified from the array of ObjectNames) is dependent on the screening type option. |
void |
RouteSetMBean.setRoutes(ObjectName[] routes)
Sets the array of Routes (identified by the specified ObjectName) in this routeset. |
void |
RouteSetMBean.setRoute(java.lang.Integer index,
ObjectName route)
Sets the route (identified by the specified ObjectName) at the specified position in this routeset. |
void |
OwnSignallingPointMBean.setRouteSet(java.lang.Integer index,
ObjectName routeSet)
Sets the RouteSetMBean (identified by the specified ObjectName) to the set of RouteSetMBeans of this OwnSignallingPointMBean at the the specified position |
void |
OwnSignallingPointMBean.setRouteSets(ObjectName[] routeSets)
Sets all of the RouteSetMBeans associated with this OwnSignallingPointMBean. |
void |
OwnSignallingPointMBean.setScreeningTables(ObjectName[] screeningTables)
Sets all of the ScreeningTablesMBeans associated with this OwnSignallingPointMBean. |
void |
OwnSignallingPointMBean.setScreeningTable(java.lang.Integer index,
ObjectName screeningTable)
Sets the ScreeningTablesMBean (identified by the specified ObjectName) at the specified position in the array of all of the ScreeningTablesMBeans associated with this OwnSignallingPointMBean. |
void |
LinkSetMBean.setLink(java.lang.Integer index,
ObjectName link)
Sets the Signalling LinkMBean at the specified position in the set of links of this linkSetMBean |
void |
LinkSetMBean.setLinks(ObjectName[] links)
Sets the Signalling Links of this linkset |
void |
LinkSetMBean.setCombinedLinkSet(java.lang.Integer index,
ObjectName linkSet)
Sets the LinksetMBean at the specified position in the combined linkset of this linkset |
void |
LinkSetMBean.setCombinedLinkSets(ObjectName[] linkSets)
Sets the combined Linkset of this linkset |
Uses of TooManyInstancesException in jain.protocol.ss7.oam.sccp |
Methods in jain.protocol.ss7.oam.sccp that throw TooManyInstancesException | |
void |
SccpLayerManagerMBean.setActiveSccpRoutingControl(java.lang.Integer index,
ObjectName routingControl)
Sets one of the Active SCCP Routing controls (identified by the specified ObjectName) of this SCCP Layer Manager. |
void |
SccpLayerManagerMBean.setActiveSccpRoutingControls(ObjectName[] routingControls)
Sets the Active SCCP Routing controls (identified by the specified ObjectName) of this SCCP Layer Manager. |
ObjectName |
SccpLayerManagerMBean.createSccpTimerProfile()
Creates a new SccpTimerProfileMBean that will use the correct Timer values for the the protocol variant of this SccpLayerManager. |
ObjectName |
SccpLayerManagerMBean.createGlobalTitleEntry(ObjectName entitySet,
java.lang.Integer globalTitleIndicator,
java.lang.Byte[] addressInformation)
Creates a new Global Title Entry Managed MBean. |
ObjectName |
SccpLayerManagerMBean.createConcernedArea(ObjectName[] remoteSubsystems)
Creates a new Concerned Area Managed MBean containing the specified remote Subsystems (SccpSaps). |
ObjectName |
SccpLayerManagerMBean.createSccpSap(java.lang.Integer ssn,
ObjectName mtp3Sap)
Creates a new SCCP Sevice Access Point (SAP) Managed MBean (a local or remote Subsystem) |
ObjectName |
SccpLayerManagerMBean.createSccpEntitySet(ObjectName[] destinationSubsystems,
java.lang.Integer sharingMode)
Creates a new SCCP Entity Set Managed MBean |
ObjectName |
SccpLayerManagerMBean.createSccpRoutingControl(ObjectName sp,
ObjectName[] subsystems)
Creates a new Routing Control Managed MBean for the specified Own Signalling Point and (local) Subsystems |
void |
SccpEntitySetMBean.setDestinationSubsystems(ObjectName[] destinationSubsystems)
Sets the destination Subsystems (SCCP SAPs) of this Entity Set identified by the specified ObjectName. |
void |
SccpEntitySetMBean.setDestinationSubsystem(java.lang.Integer index,
ObjectName destinationSubsystem)
Sets one of the destination Subsystems (SCCP SAPs) of this Entity Setidentified by the specified ObjectName. |
void |
ConcernedAreaMBean.setRemoteSubsystem(java.lang.Integer index,
ObjectName remoteSccp)
Sets one of the Remote Subsystems to be informed of local or remote subsystem status changes. |
void |
ConcernedAreaMBean.setRemoteSubsystems(ObjectName[] remoteSccps)
Sets all of the Subsystems (identified by the specified array of ObjectNames) to be informed of local or remote subsystem status changes. |
void |
SccpRoutingControlMBean.setGlobalTitleEntries(ObjectName[] gtEntries)
Sets the list of Global Title Entries associated with this Routing Control. |
void |
SccpRoutingControlMBean.setGlobalTitleEntry(java.lang.Integer index,
ObjectName gtEntry)
Set this Global Title Entry as the specified element in the Global Title Entry Array of this Routing Control. |
void |
SccpRoutingControlMBean.setSubsystems(ObjectName[] subsystems)
Sets all of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
void |
SccpRoutingControlMBean.setSubsystem(java.lang.Integer index,
ObjectName subsystem)
Sets one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
Uses of TooManyInstancesException in jain.protocol.ss7.oam.tcap |
Methods in jain.protocol.ss7.oam.tcap that throw TooManyInstancesException | |
void |
TcapLayerManagerMBean.setActiveTcapNode(java.lang.Integer index,
ObjectName tcapLayer)
Sets one of the active TCAP layers (identified by the specified ObjectName) managed by this TCAP Layer Manager. |
void |
TcapLayerManagerMBean.setActiveTcapNodes(ObjectName[] tcapLayers)
Sets all of the active TCAP layers (identified by the specified array of ObjectNames) managed by this TCAP Layer Manager. |
ObjectName |
TcapLayerManagerMBean.createTcapNode(ObjectName sp,
ObjectName[] subsystems)
Creates a new TcapNodeMBean for the specified local signalling point and subsystem. |
void |
TcapNodeMBean.setSubsystem(java.lang.Integer index,
ObjectName subsystem)
Sets one of the subsystems (identified by the specified ObjectName of a SccpSapMBean) of this TCAP Node. |
void |
TcapNodeMBean.setSubsystems(ObjectName[] subsystems)
Sets all of the subsystems (identified by the specified array of ObjectNames of SccpSapMBeans) of this TCAP Node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |