Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.smlss.config
Interface LssProfileMBean


public interface LssProfileMBean

Inteface for LssProfileMBean

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

Method Summary
 java.lang.String getByFromPrefix()
          Rule: specifies a session calling party's prefix as a condition that must be met to apply the orchestration profile.
 int getByServiceKey()
          Rule: specifies a session service key as a condition that must be met to apply the orchestration profile.
 java.lang.String getByToPrefix()
          Rule: specifies a session destination party's prefix as a condition that must be met to apply the orchestration profile.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getId()
          Specifies an internal unique orchestration profile identifier.
 javax.management.ObjectName getLss_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: Lss_REFSEP_
 java.lang.String getOlpData()
          Specifies the orchestration profile data for the OLP to process.
 java.lang.String getOlpName()
          Specifies an OLP that the OE must use to process the orchestration profile data.
 int getPriority()
          Specifies the orchestration profile priority.
 void setByFromPrefix(java.lang.String param)
          Rule: specifies a session calling party's prefix as a condition that must be met to apply the orchestration profile.
 void setByServiceKey(int param)
          Rule: specifies a session service key as a condition that must be met to apply the orchestration profile.
 void setByToPrefix(java.lang.String param)
          Rule: specifies a session destination party's prefix as a condition that must be met to apply the orchestration profile.
 void setId(int param)
          Specifies an internal unique orchestration profile identifier.
 void setOlpData(java.lang.String param)
          Specifies the orchestration profile data for the OLP to process.
 void setOlpName(java.lang.String param)
          Specifies an OLP that the OE must use to process the orchestration profile data.
 void setPriority(int param)
          Specifies the orchestration profile priority.

 

Method Detail

getLss_REFSEP_

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

getId

int getId()
          throws java.io.IOException
Specifies an internal unique orchestration profile identifier.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setId

void setId(int param)
           throws java.io.IOException
Specifies an internal unique orchestration profile identifier.
Parameters:
param -
Throws:
java.io.IOException

getPriority

int getPriority()
                throws java.io.IOException
Specifies the orchestration profile priority. This parameter is used to prioritize orchestration profiles when more than one profile can be applied. The less the number, the higher priority is assigned. 0 means the highest priority, 100 means the lowest priority.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setPriority

void setPriority(int param)
                 throws java.io.IOException
Specifies the orchestration profile priority. This parameter is used to prioritize orchestration profiles when more than one profile can be applied. The less the number, the higher priority is assigned. 0 means the highest priority, 100 means the lowest priority.
Parameters:
param -
Throws:
java.io.IOException

getByFromPrefix

java.lang.String getByFromPrefix()
                                 throws java.io.IOException
Rule: specifies a session calling party's prefix as a condition that must be met to apply the orchestration profile. When this value is not set, the orchestration logic can be applied for any prefix.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setByFromPrefix

void setByFromPrefix(java.lang.String param)
                     throws java.io.IOException
Rule: specifies a session calling party's prefix as a condition that must be met to apply the orchestration profile. When this value is not set, the orchestration logic can be applied for any prefix.
Parameters:
param -
Throws:
java.io.IOException

getByToPrefix

java.lang.String getByToPrefix()
                               throws java.io.IOException
Rule: specifies a session destination party's prefix as a condition that must be met to apply the orchestration profile. When this value is not set, the orchestration logic can be applied for any prefix.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setByToPrefix

void setByToPrefix(java.lang.String param)
                   throws java.io.IOException
Rule: specifies a session destination party's prefix as a condition that must be met to apply the orchestration profile. When this value is not set, the orchestration logic can be applied for any prefix.
Parameters:
param -
Throws:
java.io.IOException

getByServiceKey

int getByServiceKey()
                    throws java.io.IOException
Rule: specifies a session service key as a condition that must be met to apply the orchestration profile. When this value is not set, the orchestration logic can be applied for any service key.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setByServiceKey

void setByServiceKey(int param)
                     throws java.io.IOException
Rule: specifies a session service key as a condition that must be met to apply the orchestration profile. When this value is not set, the orchestration logic can be applied for any service key.
Parameters:
param -
Throws:
java.io.IOException

getOlpName

java.lang.String getOlpName()
                            throws java.io.IOException
Specifies an OLP that the OE must use to process the orchestration profile data. Set OLP Name to 3GPP-IFC.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOlpName

void setOlpName(java.lang.String param)
                throws java.io.IOException
Specifies an OLP that the OE must use to process the orchestration profile data. Set OLP Name to 3GPP-IFC.
Parameters:
param -
Throws:
java.io.IOException

getOlpData

java.lang.String getOlpData()
                            throws java.io.IOException
Specifies the orchestration profile data for the OLP to process. OLP Data can contain more than 255 characters.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOlpData

void setOlpData(java.lang.String param)
                throws java.io.IOException
Specifies the orchestration profile data for the OLP to process. OLP Data can contain more than 255 characters.
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.