Use of JCP site is subject to the
JCP Terms of Use and the
Oracle Privacy Policy
|
JSRs: Java Specification Requests
JSR 18: JAINTM OAM API Specification
JCP version in use: 2.1 Java Specification Participation Agreement version in use: 1.0 Description: JAINTM Operations, Administration, and Maintenance (OAM) defines a standard API for provisioning and managing protocol interfaces in the Telecommunications and Internet Industry. Please direct comments on this JSR to the Spec Lead(s) Team
Original Java Specification Request (JSR) Identification | Request | Contributions Section 1: Identification
Contact Information: Douglas Tait,
Phone: +1 609 231-5790
This JSR is being submitted and endorsed by the following Java Community Process Participants:
Section 2: Request
This JSR is to develop the JAIN Operations, Administation, and Management (OAM) API Specification. It will describe the Java standard API for provisioning and managing protocol interfaces in the Telecommunications and Internet Industry. 2.1 What is OAM?The JAIN OAM Application Programming Interface (API) allows for the creation, deletion, modification and monitoring of network protocol components. The JAIN OAM API provides a flexible interface that supplies the functionality necessary to manage and configure proprietary protocol stacks regardless of the supported protocol variant. A specific implementation of the API can then be mapped to a proprietary protocol stack management system. The first release of the JAIN OAM API will be limited to the management of SS7 Protocol layers TCAP, SCCP, MTP-3, and MTP2. This release will not include support for ISUP management, Internet Protocol Management, or for the collection of SS7 network statistics (measurements). These capabilities will be included in a later release. 2.2 Target Java PlatformThe first release of the JAIN OAM API is targeted towards Network Operations Centers, Central Office switching environments, and mobile telephony networks. Subsequent releases will incorporate telephony over Internet Protocol networks. Most JAIN OAM API applications will typically be deployed on NEBS Certified equiOAMent or servers that support SS7 or Signaling environments. 2.3 Needs of Java Community this Specification AddressesThe JAIN OAM API specification allows for the rapid creation and deployment of dynamic telephony management objects into a Java telephony managment platform. The price to build and maintain telephony network management systems is very high due to the integration of various divergent network protocols and management components. A JAIN OAM API managed interface can be rapidly developed, tested, and integrated on a variety of platforms and protocols with access to numerous tools and utilities. A JAIN cross-platform solution gives the Carriers, Service Providers, and Network EquiOAMent Providers a consistent, open environment where they can develop and deploy protocol managed objects. 2.4 The API being defined.The API specified by the JAIN SS7 Java Community Process Participants for TCAP are based on the ANSI'92, ANSI'96, ITU'93, and ITU'97 specifications. Instead of mapping the standard specifications to a Java interface, the JAIN OAM API specification abstracts a network topological definition onto the variant protocol stacks. The JAIN OAM API is built upon the Java Beans Event model where a Java Manager Interface can register into one or more layers of the protocol through a JAIN OAM Manageed Object (MO). This interface provides management capabilities to set, delete, modify, or monitor protocol attributes. The first release of JAIN OAM API will focus on management of TCAP, SCCP, MTP-3, and MTP2 SS7 protocol attributes.. 2.5 Underlying technologiesThe JAIN OAM API specification is based upon the underlying network protocol stacks supplied by the JAIN JSPA members and other 3rd party protocol stack implementations. The first release of JAIN OAM API encompasses the lower layers of an SS7 Protocol stack - TCAP, SCCP, MTP3, and MTP2. A JAIN OAM application can be written as a program, applet, servlet, or bean. The JAIN OAM API moves the management of underlying protocols up to a standardize Java interface where other managment tools can readily integrate to other systems such as Corba, SNMP, TMN, etc. The eventual integration of all these components allows for human interaction at the highest level to build and manage networks. While there is no dependancy on other managment interfaces to build a JAIN OAM interface, a Java Bean Manager and/or a visual Java bean builder aids in the develoOAMent, integration, testing, and deployment of a telephony management system. 2.6 Proposed package namesPackage names being considered are:
2.7 Possible platform dependenciesThe Reference Implementation will have a dependency on RMI. 2.8 Security implicationsNone. JAIN OAM API expects to utilize standard JDK security. 2.9 Internationalization implicationsBecause JAIN OAM API is based on ITU and ANSI specifications, the API can be readily adopted in the European market. Adherance to Japanese standards will also make JAIN OAM API ready for the Asian market. 2.10 Localization implicationsSince JAIN OAM API is also based on ANSI/Bellcore standards, the OAM API can be readily adapted to most North American SS7 Protocol Stacks. 2.11 Risk assessmentJAIN OAM API moves Java into telco carrier grade service. The Telcoms Industry levies Stingent performance and failure requirements on hardware and software platforms. Risks include failure of the Java platform due to poor performance or the inability to failover or recover. Performance evaluation and tests based on API architecture will be published with each release of the API. Failover will be measured and published based on latency to recover to a like platform and recover state data through JDBC interfaces or Transaction based tools. 2.12 Existing specifications rendered obsolete or deprecatedNot applicable. 2.13 Existing specifications needing revisionsThe first release of JAIN OAM API will have no affect on other APIs, however, subsequent releases of JAIN OAM API must adhere to and coexist with the JMAPI API. The JAIN OAM API will make no attempt to defined functionality already provided by JMAPI, but will instead utilize or reference JMAPI interfaces where needed. The purpose of JAIN OAM is to provide management interfaces specific to protocol stacks, where JMAPI is concerned with general management interfaces. Section 3: Contributions
Documents describing JAIN can be found at http://www.sun.com/products-n-solutions/telco/jain/index.html |