Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscfgprs.cap3.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
 int getActivityTestTimerIntervalSecs()
          Time interval between ActivityTestGPRS msg sent after previous ActivityTestGPRSRes, in seconds
 int getActivityTestWaitingIntervalMillis()
          Waiting interval for expected ActivityTestRes
 java.lang.String getApplicationServerRoute()
          Defines the destination to which ImscfGPRS sends Sal Events
 int getApplyChargingReportGPRSTimerSecs()
          When closing the session, waiting interval for ApplyChargingReportGPRS msg to arrive
 int getASReactionTimerIntervalMillis()
          Waiting interval for expected reaction from Application Server, in milliseconds
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getImscfGPRSAPNDomainNameAddress()
          Default value for APN domain name address
 java.lang.String getImscfGPRSDomainNameAddress()
          ImscfGPRS domain name address
 java.lang.String getImscfGPRSRequestUriUserName()
          String set in user part of RequestURI header
 int getResetTimerIntervalSecs()
          Time interval between ResetTimerGPRS msgs sent
 int getResetTimerValueSecs()
          Value set in ResetTimerGPRS msg
 int getWaitForDialoguesClosureTimerValueSecs()
          Upon session closure, waiting interval for open dialogue/s with SSF to close
 int getWaitingForChangeOfPositionEventIntervalSecs()
          Waiting interval for expected changeOfPosition event
 java.lang.String getWcsNetworkContent()
          Wcs network content
 java.lang.String getWcsNetworkName()
          Wcs network name
 void setActivityTestTimerIntervalSecs(int param)
          Time interval between ActivityTestGPRS msg sent after previous ActivityTestGPRSRes, in seconds
 void setActivityTestWaitingIntervalMillis(int param)
          Waiting interval for expected ActivityTestRes
 void setApplicationServerRoute(java.lang.String param)
          Defines the destination to which ImscfGPRS sends Sal Events
 void setApplyChargingReportGPRSTimerSecs(int param)
          When closing the session, waiting interval for ApplyChargingReportGPRS msg to arrive
 void setASReactionTimerIntervalMillis(int param)
          Waiting interval for expected reaction from Application Server, in milliseconds
 void setImscfGPRSAPNDomainNameAddress(java.lang.String param)
          Default value for APN domain name address
 void setImscfGPRSDomainNameAddress(java.lang.String param)
          ImscfGPRS domain name address
 void setImscfGPRSRequestUriUserName(java.lang.String param)
          String set in user part of RequestURI header
 void setResetTimerIntervalSecs(int param)
          Time interval between ResetTimerGPRS msgs sent
 void setResetTimerValueSecs(int param)
          Value set in ResetTimerGPRS msg
 void setWaitForDialoguesClosureTimerValueSecs(int param)
          Upon session closure, waiting interval for open dialogue/s with SSF to close
 void setWaitingForChangeOfPositionEventIntervalSecs(int param)
          Waiting interval for expected changeOfPosition event
 void setWcsNetworkContent(java.lang.String param)
          Wcs network content
 void setWcsNetworkName(java.lang.String param)
          Wcs network name

 

Method Detail

getASReactionTimerIntervalMillis

int getASReactionTimerIntervalMillis()
                                     throws java.io.IOException
Waiting interval for expected reaction from Application Server, in milliseconds
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setASReactionTimerIntervalMillis

void setASReactionTimerIntervalMillis(int param)
                                      throws java.io.IOException
Waiting interval for expected reaction from Application Server, in milliseconds
Parameters:
param -
Throws:
java.io.IOException

getActivityTestTimerIntervalSecs

int getActivityTestTimerIntervalSecs()
                                     throws java.io.IOException
Time interval between ActivityTestGPRS msg sent after previous ActivityTestGPRSRes, in seconds
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setActivityTestTimerIntervalSecs

void setActivityTestTimerIntervalSecs(int param)
                                      throws java.io.IOException
Time interval between ActivityTestGPRS msg sent after previous ActivityTestGPRSRes, in seconds
Parameters:
param -
Throws:
java.io.IOException

getActivityTestWaitingIntervalMillis

int getActivityTestWaitingIntervalMillis()
                                         throws java.io.IOException
Waiting interval for expected ActivityTestRes
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setActivityTestWaitingIntervalMillis

void setActivityTestWaitingIntervalMillis(int param)
                                          throws java.io.IOException
Waiting interval for expected ActivityTestRes
Parameters:
param -
Throws:
java.io.IOException

getResetTimerIntervalSecs

int getResetTimerIntervalSecs()
                              throws java.io.IOException
Time interval between ResetTimerGPRS msgs sent
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResetTimerIntervalSecs

void setResetTimerIntervalSecs(int param)
                               throws java.io.IOException
Time interval between ResetTimerGPRS msgs sent
Parameters:
param -
Throws:
java.io.IOException

getResetTimerValueSecs

int getResetTimerValueSecs()
                           throws java.io.IOException
Value set in ResetTimerGPRS msg
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResetTimerValueSecs

void setResetTimerValueSecs(int param)
                            throws java.io.IOException
Value set in ResetTimerGPRS msg
Parameters:
param -
Throws:
java.io.IOException

getApplyChargingReportGPRSTimerSecs

int getApplyChargingReportGPRSTimerSecs()
                                        throws java.io.IOException
When closing the session, waiting interval for ApplyChargingReportGPRS msg to arrive
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setApplyChargingReportGPRSTimerSecs

void setApplyChargingReportGPRSTimerSecs(int param)
                                         throws java.io.IOException
When closing the session, waiting interval for ApplyChargingReportGPRS msg to arrive
Parameters:
param -
Throws:
java.io.IOException

getWaitingForChangeOfPositionEventIntervalSecs

int getWaitingForChangeOfPositionEventIntervalSecs()
                                                   throws java.io.IOException
Waiting interval for expected changeOfPosition event
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWaitingForChangeOfPositionEventIntervalSecs

void setWaitingForChangeOfPositionEventIntervalSecs(int param)
                                                    throws java.io.IOException
Waiting interval for expected changeOfPosition event
Parameters:
param -
Throws:
java.io.IOException

getImscfGPRSDomainNameAddress

java.lang.String getImscfGPRSDomainNameAddress()
                                               throws java.io.IOException
ImscfGPRS domain name address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setImscfGPRSDomainNameAddress

void setImscfGPRSDomainNameAddress(java.lang.String param)
                                   throws java.io.IOException
ImscfGPRS domain name address
Parameters:
param -
Throws:
java.io.IOException

getWcsNetworkName

java.lang.String getWcsNetworkName()
                                   throws java.io.IOException
Wcs network name
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWcsNetworkName

void setWcsNetworkName(java.lang.String param)
                       throws java.io.IOException
Wcs network name
Parameters:
param -
Throws:
java.io.IOException

getWcsNetworkContent

java.lang.String getWcsNetworkContent()
                                      throws java.io.IOException
Wcs network content
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWcsNetworkContent

void setWcsNetworkContent(java.lang.String param)
                          throws java.io.IOException
Wcs network content
Parameters:
param -
Throws:
java.io.IOException

getImscfGPRSRequestUriUserName

java.lang.String getImscfGPRSRequestUriUserName()
                                                throws java.io.IOException
String set in user part of RequestURI header
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setImscfGPRSRequestUriUserName

void setImscfGPRSRequestUriUserName(java.lang.String param)
                                    throws java.io.IOException
String set in user part of RequestURI header
Parameters:
param -
Throws:
java.io.IOException

getImscfGPRSAPNDomainNameAddress

java.lang.String getImscfGPRSAPNDomainNameAddress()
                                                  throws java.io.IOException
Default value for APN domain name address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setImscfGPRSAPNDomainNameAddress

void setImscfGPRSAPNDomainNameAddress(java.lang.String param)
                                      throws java.io.IOException
Default value for APN domain name address
Parameters:
param -
Throws:
java.io.IOException

getApplicationServerRoute

java.lang.String getApplicationServerRoute()
                                           throws java.io.IOException
Defines the destination to which ImscfGPRS sends Sal Events
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setApplicationServerRoute

void setApplicationServerRoute(java.lang.String param)
                               throws java.io.IOException
Defines the destination to which ImscfGPRS sends Sal Events
Parameters:
param -
Throws:
java.io.IOException

getWaitForDialoguesClosureTimerValueSecs

int getWaitForDialoguesClosureTimerValueSecs()
                                             throws java.io.IOException
Upon session closure, waiting interval for open dialogue/s with SSF to close
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWaitForDialoguesClosureTimerValueSecs

void setWaitForDialoguesClosureTimerValueSecs(int param)
                                              throws java.io.IOException
Upon session closure, waiting interval for open dialogue/s with SSF to close
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.