Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imuixsms.smpp34.config
Interface AdvancedMBean


public interface AdvancedMBean

Inteface for AdvancedMBean

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

Method Summary
 java.lang.String getAsDomainNameAddress()
          TBD: Add description
 java.lang.String getAsProtocolStack()
          TBD: Add description
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getMaxOutstandingMessages()
          Defines The maximum number of outstanding (i.e.
 java.lang.String getPAssertedIdentityDomainNameAddress()
          Defines the domain name to set in the P-Asserted-Identity header on the MESSAGE reqeust
 int getSmeDeliveryAckWaitingInterval()
          TBD: Add description
 int getSmeUserAckWaitingInterval()
          TBD: Add description
 int getSmscDeliveryReceiptWaitingInterval()
          TBD: Add description
 int getSmscFailureDeliveryReceiptWaitingInterval()
          TBD: Add description
 java.lang.String getSubmitScheduleDeliveryTime()
          specifies the scheduled time at which the message delivery should be first attempted.
 java.lang.String getUixSmsDomainNameAddress()
          TBD: Add description
 void setAsDomainNameAddress(java.lang.String param)
          TBD: Add description
 void setAsProtocolStack(java.lang.String param)
          TBD: Add description
 void setMaxOutstandingMessages(int param)
          Defines The maximum number of outstanding (i.e.
 void setPAssertedIdentityDomainNameAddress(java.lang.String param)
          Defines the domain name to set in the P-Asserted-Identity header on the MESSAGE reqeust
 void setSmeDeliveryAckWaitingInterval(int param)
          TBD: Add description
 void setSmeUserAckWaitingInterval(int param)
          TBD: Add description
 void setSmscDeliveryReceiptWaitingInterval(int param)
          TBD: Add description
 void setSmscFailureDeliveryReceiptWaitingInterval(int param)
          TBD: Add description
 void setSubmitScheduleDeliveryTime(java.lang.String param)
          specifies the scheduled time at which the message delivery should be first attempted.
 void setUixSmsDomainNameAddress(java.lang.String param)
          TBD: Add description

 

Method Detail

getSubmitScheduleDeliveryTime

java.lang.String getSubmitScheduleDeliveryTime()
                                               throws java.io.IOException
specifies the scheduled time at which the message delivery should be first attempted. Time format YYMMDDhhmmsstnnp.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSubmitScheduleDeliveryTime

void setSubmitScheduleDeliveryTime(java.lang.String param)
                                   throws java.io.IOException
specifies the scheduled time at which the message delivery should be first attempted. Time format YYMMDDhhmmsstnnp.
Parameters:
param -
Throws:
java.io.IOException

getMaxOutstandingMessages

int getMaxOutstandingMessages()
                              throws java.io.IOException
Defines The maximum number of outstanding (i.e. unacknowledged) SMPP operations between an ESME and SMSC.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxOutstandingMessages

void setMaxOutstandingMessages(int param)
                               throws java.io.IOException
Defines The maximum number of outstanding (i.e. unacknowledged) SMPP operations between an ESME and SMSC.
Parameters:
param -
Throws:
java.io.IOException

getAsProtocolStack

java.lang.String getAsProtocolStack()
                                    throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsProtocolStack

void setAsProtocolStack(java.lang.String param)
                        throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getUixSmsDomainNameAddress

java.lang.String getUixSmsDomainNameAddress()
                                            throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setUixSmsDomainNameAddress

void setUixSmsDomainNameAddress(java.lang.String param)
                                throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getAsDomainNameAddress

java.lang.String getAsDomainNameAddress()
                                        throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsDomainNameAddress

void setAsDomainNameAddress(java.lang.String param)
                            throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getPAssertedIdentityDomainNameAddress

java.lang.String getPAssertedIdentityDomainNameAddress()
                                                       throws java.io.IOException
Defines the domain name to set in the P-Asserted-Identity header on the MESSAGE reqeust
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPAssertedIdentityDomainNameAddress

void setPAssertedIdentityDomainNameAddress(java.lang.String param)
                                           throws java.io.IOException
Defines the domain name to set in the P-Asserted-Identity header on the MESSAGE reqeust
Parameters:
param -
Throws:
java.io.IOException

getSmscDeliveryReceiptWaitingInterval

int getSmscDeliveryReceiptWaitingInterval()
                                          throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSmscDeliveryReceiptWaitingInterval

void setSmscDeliveryReceiptWaitingInterval(int param)
                                           throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSmscFailureDeliveryReceiptWaitingInterval

int getSmscFailureDeliveryReceiptWaitingInterval()
                                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSmscFailureDeliveryReceiptWaitingInterval

void setSmscFailureDeliveryReceiptWaitingInterval(int param)
                                                  throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSmeDeliveryAckWaitingInterval

int getSmeDeliveryAckWaitingInterval()
                                     throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSmeDeliveryAckWaitingInterval

void setSmeDeliveryAckWaitingInterval(int param)
                                      throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSmeUserAckWaitingInterval

int getSmeUserAckWaitingInterval()
                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSmeUserAckWaitingInterval

void setSmeUserAckWaitingInterval(int param)
                                  throws java.io.IOException
TBD: Add description
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.