Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SessionKeepAliveMBean

Inteface for SessionKeepAliveMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getInfoKeepAliveInterval()
          Specifies the interval, in seconds, between consecutive invocations of INFO requests.
 int getInfoKeepAliveTimeToDie()
          Specifies the interval, in seconds, that the IM-ASF SIP waits for a response to keep-alive messages.
 void setInfoKeepAliveInterval(int param)
          Specifies the interval, in seconds, between consecutive invocations of INFO requests.
 void setInfoKeepAliveTimeToDie(int param)
          Specifies the interval, in seconds, that the IM-ASF SIP waits for a response to keep-alive messages.

 

Method Detail

getInfoKeepAliveInterval

int getInfoKeepAliveInterval()
                             throws java.io.IOException
Specifies the interval, in seconds, between consecutive invocations of INFO requests. To disable the keep-alive mechanism, set this parameter to -1. When this parameter is not defined, then the keep-alive mechanism is disabled.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setInfoKeepAliveInterval

void setInfoKeepAliveInterval(int param)
                              throws java.io.IOException
Specifies the interval, in seconds, between consecutive invocations of INFO requests. To disable the keep-alive mechanism, set this parameter to -1. When this parameter is not defined, then the keep-alive mechanism is disabled.
Parameters:
param -
Throws:
java.io.IOException

getInfoKeepAliveTimeToDie

int getInfoKeepAliveTimeToDie()
                              throws java.io.IOException
Specifies the interval, in seconds, that the IM-ASF SIP waits for a response to keep-alive messages. If there is no response within the time specified in this parameter, the session is ended.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setInfoKeepAliveTimeToDie

void setInfoKeepAliveTimeToDie(int param)
                               throws java.io.IOException
Specifies the interval, in seconds, that the IM-ASF SIP waits for a response to keep-alive messages. If there is no response within the time specified in this parameter, the session is ended.
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.