Skip Headers
Oracle® Communications Service Broker Processing Domain Configuration Guide
Release 6.0

Part Number E23525-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

33 Configuring IM-PSX ETSI Plugin

The following sections describe how to configure IM-PSX ETSI Plugin using the Service Broker Administration Console and Java MBeans.

About IM-PSX ETSI Plugin

IM-PSX ETSI Plugin is a network-facing module that enables Service Broker to handle messages which existing IMs do not support. Unlike other network-facing IMs that communicate with TCAP users (such as CAP, INAP, WIN, or MAP), IM-PSX ETSI Plugin communicates with TCAP directly.

Configuring IM-PSX ETSI Plugin with the Administration Console

The configuration process of IM-PSX ETSI Plugin with the Administration Console is the same as the configuration process of IM-PSX ANSI Plugin. See "Configuring IM-PSX ANSI Plugin" for more information about configuring IM-PSX ANSI Plugin with the Administration Console.

Configuring IM-PSX Plugin with Java MBeans

Service Broker provides a set of MBeans with attributes and operations for configuring the IM-PSX ETSI Plugin through JMX. Figure 33-1 shows the hierarchy of the IM-PSX ETSI Plugin MBeans.

Figure 33-1 IM-PSX ETSI Plugin MBeans Hierarchy

IM-PSX ANSI Plugin MBeans Hierarchy

The following sections provide reference information for the IM-PSX ETSI Plugin configuration MBeans.

Note:

MBeans covered in this guide might include additional advanced attributes, which are not described in the guide. Advanced attributes are reserved for internal use. Do not change these attributes.

The following MBeans are common for all components of Service Broker and described in "Configuring Monitoring with Java MBeans":


ImpsxEtsiPluginMBean

ImpsxEtsiPluginMBean is the root MBean for the IM-PSX ETSI Plugin configuration. It provides reference to other configuration MBeans in the hierarchy, and does not expose any additional specific configuration.

The rest of the configuration MBeans are the same as for IM-PSX ANSI Plugin. See "Configuring IM-PSX ANSI Plugin" for more information about these MBeans.

Factory Method

Created automatically.

Attributes

None

Operations

ObjectName getGeneralMBean()

Gets the qualified object name of the GeneralMBean instance

ObjectName getSessionHandlingMBean()

Gets the qualified object name of the SessionHandlingMBean instance

ObjectName getTcapMBean()

Gets the qualified object name of the TcapMBean instance

ObjectName getMonitoringMBean()

Gets the qualified object name of the MonitoringMBean instance