|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods of an STP Screening Table Managed Bean(MBean). This MBean allows the optional SS7 functionality for an STP to identify and to handle unauthorized SS7 messages. Since the prevention of unauthorized use of an STP is an optional function this MBean may be optionally implemented also.
It is possible to inhibit/allow messages destined for another signalling point (SP) based on any one or combination of the following options (ITU Q.705, Section 8.2):
An STP identifying unauthorized SS7 messages should be able, on a per linkset or per signalling point code basis, to
There are no statistics that can be collected for this MBean
The following Alarms can be emitted by this MBean
The following Errors can be emitted by this MBean
Relationship between the MTP3 JAIN OAM MBeans
Field Summary | |
static int |
SCR_TYPE_INCOMING_LS_TO_DPC
To inhibit/allow STP access by a combination of designated incoming link sets to designated DPCs. |
static int |
SCR_TYPE_OPC_TO_DPC
To inhibit/allow STP access by examination of OPC and DPC combination in the incoming STP message. |
static int |
SCR_TYPE_OUTGOING_LS_TO_DPC
To inhibit/allow STP access by a combination of designated outgoing link sets to designated DPCs. |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
java.lang.Integer |
getScreeningType()
Returns the screening type option that is in use. |
ObjectName[] |
getValidList(ObjectName destSignallingPoint)
Returns an array of ObjectNames representing either all of the allowed Linksets or all of the allowed Originating Point Codes for the specified destination point code. The type of Objects that is returned in the array of ObjectNames is dependent on the screening type option. |
void |
setScreeningType(java.lang.Integer screeningType)
Sets the screening Type option to be used. |
void |
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. |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObjectMBean |
getName,
getObjectId,
getObjectName,
getObjectType,
getProprietaryInformation,
getStatistic,
setName,
startPollingStatistic,
stopPollingStatistic |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preDeregister,
preRegister |
Field Detail |
public static final int SCR_TYPE_INCOMING_LS_TO_DPC
public static final int SCR_TYPE_OUTGOING_LS_TO_DPC
public static final int SCR_TYPE_OPC_TO_DPC
Method Detail |
public void setScreeningType(java.lang.Integer screeningType) throws java.lang.IllegalArgumentException
screeningType
- either:
public java.lang.Integer getScreeningType()
public ObjectName[] getValidList(ObjectName destSignallingPoint)
destSignallingPoint
- the ObjectName of the destination
Signalling Point for which the allowed list is to be returned.public void setValidList(ObjectName destSignallingPoint, ObjectName[] authorisedList) throws TooManyInstancesException
authorisedList
- an array of ObjectNames identifing the
authorised list for the Destination Point Code, either:
destSignallingPoint
- an ObjectName identifing the destination
Signalling Point for which the allowed list is to be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |