Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.ic.config
Interface InternalCommunicationRoutingRuleMBean


public interface InternalCommunicationRoutingRuleMBean

Inteface for InternalCommunicationRoutingRuleMBean

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

Method Summary
 int getActiveInterval()
          Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity.
 java.lang.String getAlias()
          Specifies a name that Service Broker uses to refer the SIP network entity.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getHeartbeat()
          Specifies whether or not to use a heartbeat mechanism over the connection with the SIP network entity.
 int getInactiveInterval()
          Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity.
 javax.management.ObjectName getInternalCommunicationRoutingRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: InternalCommunicationRoutingRules_REFSEP_
 int getResponseTimeout()
          Specifies the time interval, in seconds, during which the SIP SSU waits for response from the SIP network entity.
 java.lang.String getUri()
          Specifies a SIP URI of the SIP network entity.
 void setActiveInterval(int param)
          Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity.
 void setAlias(java.lang.String param)
          Specifies a name that Service Broker uses to refer the SIP network entity.
 void setHeartbeat(java.lang.String param)
          Specifies whether or not to use a heartbeat mechanism over the connection with the SIP network entity.
 void setInactiveInterval(int param)
          Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity.
 void setResponseTimeout(int param)
          Specifies the time interval, in seconds, during which the SIP SSU waits for response from the SIP network entity.
 void setUri(java.lang.String param)
          Specifies a SIP URI of the SIP network entity.

 

Method Detail

getInternalCommunicationRoutingRules_REFSEP_

javax.management.ObjectName getInternalCommunicationRoutingRules_REFSEP_()
                                                                         throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: InternalCommunicationRoutingRules_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies a name that Service Broker uses to refer the SIP network entity. The alias has a format of a SIP URI.For example: sip:simple_b2b@acme.com.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies a name that Service Broker uses to refer the SIP network entity. The alias has a format of a SIP URI.For example: sip:simple_b2b@acme.com.
Parameters:
param -
Throws:
java.io.IOException

getHeartbeat

java.lang.String getHeartbeat()
                              throws java.io.IOException
Specifies whether or not to use a heartbeat mechanism over the connection with the SIP network entity. Possible values: ON; OFF
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setHeartbeat

void setHeartbeat(java.lang.String param)
                  throws java.io.IOException
Specifies whether or not to use a heartbeat mechanism over the connection with the SIP network entity. Possible values: ON; OFF
Parameters:
param -
Throws:
java.io.IOException

getUri

java.lang.String getUri()
                        throws java.io.IOException
Specifies a SIP URI of the SIP network entity. For example: sip:simple_b2b@192.168.0.219:6060.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setUri

void setUri(java.lang.String param)
            throws java.io.IOException
Specifies a SIP URI of the SIP network entity. For example: sip:simple_b2b@192.168.0.219:6060.
Parameters:
param -
Throws:
java.io.IOException

getResponseTimeout

int getResponseTimeout()
                       throws java.io.IOException
Specifies the time interval, in seconds, during which the SIP SSU waits for response from the SIP network entity. This field is used by the heartbeat mechanism.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResponseTimeout

void setResponseTimeout(int param)
                        throws java.io.IOException
Specifies the time interval, in seconds, during which the SIP SSU waits for response from the SIP network entity. This field is used by the heartbeat mechanism.
Parameters:
param -
Throws:
java.io.IOException

getActiveInterval

int getActiveInterval()
                      throws java.io.IOException
Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity. This field is used if the previous heartbeat test showed that the SIP network entity is active.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setActiveInterval

void setActiveInterval(int param)
                       throws java.io.IOException
Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity. This field is used if the previous heartbeat test showed that the SIP network entity is active.
Parameters:
param -
Throws:
java.io.IOException

getInactiveInterval

int getInactiveInterval()
                        throws java.io.IOException
Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity. This field is used if the previous heartbeat test showed that the SIP network entity is inactive.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setInactiveInterval

void setInactiveInterval(int param)
                         throws java.io.IOException
Specifies the periodicity in seconds for sending heartbeat requests from the SIP SSU to the SIP network entity. This field is used if the previous heartbeat test showed that the SIP network entity is inactive.
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.