Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imasfsal.config
Interface ApplicationServerMBean


public interface ApplicationServerMBean

Inteface for ApplicationServerMBean

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

Method Summary
 java.lang.String getAppAddress()
          Specifies the address of the SAL application to which IM-ASF-SAL module instance is connected.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getSalMode()
          Specifies the operation mode of SAL application.
 void setAppAddress(java.lang.String param)
          Specifies the address of the SAL application to which IM-ASF-SAL module instance is connected.
 void setSalMode(java.lang.String param)
          Specifies the operation mode of SAL application.

 

Method Detail

getAppAddress

java.lang.String getAppAddress()
                               throws java.io.IOException
Specifies the address of the SAL application to which IM-ASF-SAL module instance is connected. The address is defined in SIP URL format.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAppAddress

void setAppAddress(java.lang.String param)
                   throws java.io.IOException
Specifies the address of the SAL application to which IM-ASF-SAL module instance is connected. The address is defined in SIP URL format.
Parameters:
param -
Throws:
java.io.IOException

getSalMode

java.lang.String getSalMode()
                            throws java.io.IOException
Specifies the operation mode of SAL application.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSalMode

void setSalMode(java.lang.String param)
                throws java.io.IOException
Specifies the operation mode of SAL application.
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.