Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.im.scf.cs1
Interface CallInitiationErrorHandlingRuleMBean


public interface CallInitiationErrorHandlingRuleMBean

Method Summary
 String getActionValue()
           
 String getName()
          Gets the value of the name property.
 BigInteger getServiceKey()
          Gets the value of the serviceKey property.
 BigInteger getSipErrorFrom()
          Gets the value of the sipErrorFrom property.
 Integer getSipErrorTo()
          Gets the value of the sipErrorTo property.
 void setActionValue(String value)
          Set the value of action
 void setName(String value)
          Sets the value of the name property.
 void setServiceKey(BigInteger value)
          Sets the value of the serviceKey property.
 void setSipErrorFrom(BigInteger value)
          Sets the value of the sipErrorFrom property.
 void setSipErrorTo(Integer value)
          Sets the value of the sipErrorTo property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getServiceKey

BigInteger getServiceKey()
Gets the value of the serviceKey property.

setServiceKey

void setServiceKey(BigInteger value)
Sets the value of the serviceKey property.

getSipErrorFrom

BigInteger getSipErrorFrom()
Gets the value of the sipErrorFrom property.

setSipErrorFrom

void setSipErrorFrom(BigInteger value)
Sets the value of the sipErrorFrom property.

getSipErrorTo

Integer getSipErrorTo()
Gets the value of the sipErrorTo property.

setSipErrorTo

void setSipErrorTo(Integer value)
Sets the value of the sipErrorTo property.

setActionValue

void setActionValue(String value)
Set the value of action

getActionValue

String getActionValue()

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.