|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a Global Title entry (a combination of the global title translator and global title rule). The Global Title Entry is used to translate dialed digits into the appropriate user address based on the Global Title indicator and encoding schemes. The Global Title Indicator attribute is derived from the combination of Nature of Address, the Translation Type, and Numbering Plan used and therefore indicates which values are present.
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 SCCP JAIN OAM MBean
Field Summary | |
static int |
ES_EVEN
Encoding Scheme constant:Encoding Scheme constants: Indicates a BCD, with an even number of digits. |
static int |
ES_NATIONAL_SPECIFIC
Encoding Scheme constant:Indicates National Specific encoding scheme for ITU. |
static int |
ES_ODD
Encoding Scheme constant:Indicates BCD, odd number of digits. |
static int |
ES_UNKNOWN
Encoding Scheme constant: Indicates an unknown encoding scheme. |
static int |
GTINDICATOR_0001
A Global title indicator constant: indicator = 0001 |
static int |
GTINDICATOR_0010
A Global title indicator constant: indicator = 0010 |
static int |
GTINDICATOR_0011
A Global title indicator constant: indicator = 0011 |
static int |
GTINDICATOR_0100
A Global title indicator constant: indicator = 0100 |
static int |
NA_INTERNATIONAL
Nature of Address Indicator constant: Indicates an international number. |
static int |
NA_NATIONAL_SIGNIFICANT
Nature of Address Indicator constant: Indicates a National Significant Number. |
static int |
NA_RESERVED
Nature of Address Indicator constant: Reserved for national use. |
static int |
NA_SUBSCRIBER
Nature of Address Indicator constant: Indicates a subsciber number. |
static int |
NA_UNKNOWN
Nature of Address Indicator constant: Indicates a unknown Nature of Address Indicator. |
static int |
NP_DATA
Numbering Plan Constant: Data Numbering Plan. |
static int |
NP_GENERIC
Numbering Plan Constant: Generic Numbering Plan. |
static int |
NP_ISDN_MOBILE
Numbering Plan Constant: ISDN/Mobile Numbering Plan. |
static int |
NP_ISDN_TEL
Numbering Plan Constant: ISDN/Telephony Numbering Plan. |
static int |
NP_LAND_MOBILE
Numbering Plan Constant: Land/Mobile Numbering Plan. |
static int |
NP_MARITIME_MOBILE
Numbering Plan Constant: Maritime Mobile Numbering Plan. |
static int |
NP_NETWORK
Numbering Plan Constant: Private Network or Network Specific Numbering Plan. |
static int |
NP_TELEX
Numbering Plan Constant: Telex Numbering Plan. |
static int |
NP_UNKOWN
Numbering Plan Constant: Unkown Numbering Plan. |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
java.lang.Byte[] |
getAddressInformation()
Gets the Address Information of this Global Title Entry. |
java.lang.Integer |
getEncodingScheme()
Gets the Encoding Scheme of this Global Title Entry. |
java.lang.Integer |
getGTIndicator()
Returns the Global Title indicator. |
java.lang.Integer |
getNatureOfAddrInd()
Gets the Nature of Address Indicator of this Global Title Entry. |
java.lang.Integer |
getNumberingPlan()
Gets the Numbering Plan of this Global Title Entry. |
ObjectName |
getSccpEntitySet()
Returns the ObjectName of the Entity Set of this GlobalTitle Entry. |
java.lang.Byte |
getTranslationType()
Gets the Translation Type of this Global Title Entry |
java.lang.Boolean |
isLocked()
Returns the Administrative state parameter of this Global Title Entry. |
void |
setAddressInformation(java.lang.Byte[] addressInformation)
Sets the Address Information of this Global Title Entry. |
void |
setEncodingScheme(java.lang.Integer encodingScheme)
Sets the Encoding Scheme of this Global Title Entry. |
void |
setGTIndicator(java.lang.Integer indicator)
Sets the Global Title indicator. |
void |
setLocked(java.lang.Boolean locked)
Sets the Administrative state of this Global Title Entry. |
void |
setNatureOfAddrInd(java.lang.Integer natureOfAddrInd)
Sets the Nature of Address Indicator of this Global Title Entry. |
void |
setNumberingPlan(java.lang.Integer numberingPlan)
Sets the Numbering Plan of this Global Title Entry. |
void |
setSccpEntitySet(ObjectName sccpEntitySet)
Sets the Entity Set of this GlobalTitle Entry identified by the specified ObjectName. |
void |
setTranslationType(java.lang.Byte translationType)
Sets the Translation Type of this Global Title Entry |
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 GTINDICATOR_0001
public static final int GTINDICATOR_0010
public static final int GTINDICATOR_0011
public static final int GTINDICATOR_0100
public static final int NP_UNKOWN
public static final int NP_ISDN_TEL
public static final int NP_GENERIC
public static final int NP_DATA
public static final int NP_TELEX
public static final int NP_MARITIME_MOBILE
public static final int NP_LAND_MOBILE
public static final int NP_ISDN_MOBILE
public static final int NP_NETWORK
public static final int NA_UNKNOWN
public static final int NA_SUBSCRIBER
public static final int NA_RESERVED
public static final int NA_NATIONAL_SIGNIFICANT
public static final int NA_INTERNATIONAL
public static final int ES_UNKNOWN
public static final int ES_ODD
public static final int ES_EVEN
public static final int ES_NATIONAL_SPECIFIC
Method Detail |
public java.lang.Integer getGTIndicator()
public void setGTIndicator(java.lang.Integer indicator) throws java.lang.IllegalArgumentException
indicator
- one of the Global Title Indicator constants:
public void setAddressInformation(java.lang.Byte[] addressInformation) throws java.lang.IllegalArgumentException
addressInformation
- - the GlobalTitle Address
Information subparameter is composed of digits in the form of Binary
Coded Decimal(BCD).public java.lang.Byte[] getAddressInformation()
public void setSccpEntitySet(ObjectName sccpEntitySet)
sccpEntitySet
- the ObjectName of the SCCP Set entity
(which determines the Subsystem number and signalling point code).public ObjectName getSccpEntitySet()
public void setNatureOfAddrInd(java.lang.Integer natureOfAddrInd) throws java.lang.IllegalArgumentException
natureOfAddrInd
- one of the following:
public java.lang.Integer getNatureOfAddrInd()
public void setNumberingPlan(java.lang.Integer numberingPlan) throws java.lang.IllegalArgumentException
public java.lang.Integer getNumberingPlan()
public java.lang.Byte getTranslationType()
public void setTranslationType(java.lang.Byte translationType)
translationType
- the Translation Typepublic void setEncodingScheme(java.lang.Integer encodingScheme) throws java.lang.IllegalArgumentException
encodingScheme
- one of the Encoding Scheme constants
public java.lang.Integer getEncodingScheme()
public void setLocked(java.lang.Boolean locked)
locked
- either
public java.lang.Boolean isLocked()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |