Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsxplugin.ansi.config
Interface SessionHandlingMBean


public interface SessionHandlingMBean

Inteface for SessionHandlingMBean

Author:
osnat SessionHandlingMBean enables you to configure how a session is handled NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAsNameAddress()
          Address of application server to be set in RequestURI and To headers
 java.lang.String getContentTypeUponNoIndication()
          Indicates the content type when Sal message with ContentType header hasn't been received
 java.lang.String getDefaultSs7EntityAlias()
          Default SS7 entity alias - to be used when domain part in RequestURI is equal to the alias configured in Local Alias field
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getExpiresHeaderValue()
          Value of the expires header in case of network-initiated session
 java.lang.String getGeneratePendingNotify()
          Indicates whether to generate a pending notify upon event subscribe message received
 int getMaxParameterLengthInTcapComponentInBytes()
          Max length of the parameter value in Tcap Component (in Bytes) the Application Server can send to IM-TCAP
 java.lang.String getPluginClassName()
          The name of the plugin class, if plugin is used
 java.lang.String getPluginProtocolName()
          The name of the protocol of the plugin class, if plugin is used
 void setAsNameAddress(java.lang.String param)
          Address of application server to be set in RequestURI and To headers
 void setContentTypeUponNoIndication(java.lang.String param)
          Indicates the content type when Sal message with ContentType header hasn't been received
 void setDefaultSs7EntityAlias(java.lang.String param)
          Default SS7 entity alias - to be used when domain part in RequestURI is equal to the alias configured in Local Alias field
 void setExpiresHeaderValue(int param)
          Value of the expires header in case of network-initiated session
 void setGeneratePendingNotify(java.lang.String param)
          Indicates whether to generate a pending notify upon event subscribe message received
 void setMaxParameterLengthInTcapComponentInBytes(int param)
          Max length of the parameter value in Tcap Component (in Bytes) the Application Server can send to IM-TCAP
 void setPluginClassName(java.lang.String param)
          The name of the plugin class, if plugin is used
 void setPluginProtocolName(java.lang.String param)
          The name of the protocol of the plugin class, if plugin is used

 

Method Detail

getGeneratePendingNotify

java.lang.String getGeneratePendingNotify()
                                          throws java.io.IOException
Indicates whether to generate a pending notify upon event subscribe message received
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGeneratePendingNotify

void setGeneratePendingNotify(java.lang.String param)
                              throws java.io.IOException
Indicates whether to generate a pending notify upon event subscribe message received
Parameters:
param -
Throws:
java.io.IOException

getExpiresHeaderValue

int getExpiresHeaderValue()
                          throws java.io.IOException
Value of the expires header in case of network-initiated session
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setExpiresHeaderValue

void setExpiresHeaderValue(int param)
                           throws java.io.IOException
Value of the expires header in case of network-initiated session
Parameters:
param -
Throws:
java.io.IOException

getContentTypeUponNoIndication

java.lang.String getContentTypeUponNoIndication()
                                                throws java.io.IOException
Indicates the content type when Sal message with ContentType header hasn't been received
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setContentTypeUponNoIndication

void setContentTypeUponNoIndication(java.lang.String param)
                                    throws java.io.IOException
Indicates the content type when Sal message with ContentType header hasn't been received
Parameters:
param -
Throws:
java.io.IOException

getAsNameAddress

java.lang.String getAsNameAddress()
                                  throws java.io.IOException
Address of application server to be set in RequestURI and To headers
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsNameAddress

void setAsNameAddress(java.lang.String param)
                      throws java.io.IOException
Address of application server to be set in RequestURI and To headers
Parameters:
param -
Throws:
java.io.IOException

getDefaultSs7EntityAlias

java.lang.String getDefaultSs7EntityAlias()
                                          throws java.io.IOException
Default SS7 entity alias - to be used when domain part in RequestURI is equal to the alias configured in Local Alias field
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultSs7EntityAlias

void setDefaultSs7EntityAlias(java.lang.String param)
                              throws java.io.IOException
Default SS7 entity alias - to be used when domain part in RequestURI is equal to the alias configured in Local Alias field
Parameters:
param -
Throws:
java.io.IOException

getMaxParameterLengthInTcapComponentInBytes

int getMaxParameterLengthInTcapComponentInBytes()
                                                throws java.io.IOException
Max length of the parameter value in Tcap Component (in Bytes) the Application Server can send to IM-TCAP
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxParameterLengthInTcapComponentInBytes

void setMaxParameterLengthInTcapComponentInBytes(int param)
                                                 throws java.io.IOException
Max length of the parameter value in Tcap Component (in Bytes) the Application Server can send to IM-TCAP
Parameters:
param -
Throws:
java.io.IOException

getPluginClassName

java.lang.String getPluginClassName()
                                    throws java.io.IOException
The name of the plugin class, if plugin is used
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPluginClassName

void setPluginClassName(java.lang.String param)
                        throws java.io.IOException
The name of the plugin class, if plugin is used
Parameters:
param -
Throws:
java.io.IOException

getPluginProtocolName

java.lang.String getPluginProtocolName()
                                       throws java.io.IOException
The name of the protocol of the plugin class, if plugin is used
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPluginProtocolName

void setPluginProtocolName(java.lang.String param)
                           throws java.io.IOException
The name of the protocol of the plugin class, if plugin is used
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.