|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static boolean |
debug |
static String |
imapHost |
static int |
imapPollingInterval |
static String |
imapPort |
static boolean |
imapSSLRequired |
static String |
pop3Host |
static int |
pop3PollingInterval |
static String |
pop3Port |
static boolean |
pop3SSLRequired |
static String |
receiveProtocol |
static boolean |
smtpAuth |
static String |
smtpHost |
static int |
smtpInitConnectionNumber |
static int |
smtpMaxConnectionNumber |
static int |
smtpNoopInterval |
static String |
smtpPassWord |
static String |
smtpPort |
static int |
smtpReconnectInterval |
static int |
smtpRetryInterval |
static int |
smtpRetryNumber |
static int |
smtpSizeLimit |
static boolean |
smtpSSLRequired |
static boolean |
smtpStartTLS |
static String |
smtpUserName |
Method Summary | |
void |
activeImapConfig() |
void |
activeSmtpConfig() |
String |
enableReceiveEmail(String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) This method is used to add an offline notification for applications that will poll for MO messages. |
boolean |
getDebug() |
String |
getImapHost() |
int |
getImapPollingInterval() |
String |
getImapPort() |
boolean |
getImapSSLRequired() |
String |
getOfflineNotificationInfo(String correlator) Get the notification associated with the specified correlator. |
String |
getOnlineNotificationInfo(String correlator) Get the notification associated with the specified correlator. |
String |
getPop3Host() |
int |
getPop3PollingInterval() |
String |
getPop3Port() |
boolean |
getPop3SSLRequired() |
String |
getReceiveProtocol() |
boolean |
getSmtpAuth() |
String |
getSmtpHost() |
int |
getSmtpInitConnectionNumber() |
int |
getSmtpMaxConnectionNumber() |
int |
getSmtpNoopInterval() |
String |
getSmtpPassWord() |
String |
getSmtpPort() |
int |
getSmtpReconnectInterval() |
int |
getSmtpRetryInterval() |
int |
getSmtpRetryNumber() |
int |
getSmtpSizeLimit() |
boolean |
getSmtpSSLRequired() |
boolean |
getSmtpStartTLS() |
String |
getSmtpUserName() |
String[] |
listImapProcess() |
String[] |
listOfflineNotificationInfo() |
String[] |
listOnlineNotificationInfo() |
String[] |
listPop3Process() |
String[] |
listSmtpConnection() |
void |
removeOfflineNotificationInfo(String registrationIdentifier) Remove an offline notification that was added using the OAM enableReceiveEmail method |
void |
removeOnlineNotificationInfo(String correlator) Remove the specified online notification that was added using OAM interfaces or application interfaces (startMessageNotification). |
void |
setDebug(boolean value) |
void |
setImapHost(String value) |
void |
setImapPollingInterval(int value) |
void |
setImapPort(String value) |
void |
setImapSSLRequired(boolean value) |
void |
setPop3Host(String value) |
void |
setPop3PollingInterval(int value) |
void |
setPop3Port(String value) |
void |
setPop3SSLRequired(boolean value) |
void |
setReceiveProtocol(String value) |
void |
setSmtpAuth(boolean value) |
void |
setSmtpHost(String value) |
void |
setSmtpInitConnectionNumber(int value) |
void |
setSmtpMaxConnectionNumber(int value) |
void |
setSmtpNoopInterval(int value) |
void |
setSmtpPassWord(String value) |
void |
setSmtpPort(String value) |
void |
setSmtpReconnectInterval(int value) |
void |
setSmtpRetryInterval(int value) |
void |
setSmtpRetryNumber(int value) |
void |
setSmtpSizeLimit(int value) |
void |
setSmtpSSLRequired(boolean value) |
void |
setSmtpStartTLS(boolean value) |
void |
setSmtpUserName(String value) |
String |
startEmailNotification(String endpoint, String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) Add an online notification for applications that for some reason can not (or are not allowed) call the startMessageNotification method. |
Field Detail |
public static final boolean debug
public static final String imapHost
public static final int imapPollingInterval
public static final String imapPort
public static final boolean imapSSLRequired
public static final String pop3Host
public static final int pop3PollingInterval
public static final String pop3Port
public static final boolean pop3SSLRequired
public static final String receiveProtocol
public static final boolean smtpAuth
public static final String smtpHost
public static final int smtpInitConnectionNumber
public static final int smtpMaxConnectionNumber
public static final int smtpNoopInterval
public static final String smtpPassWord
public static final String smtpPort
public static final int smtpReconnectInterval
public static final int smtpRetryInterval
public static final int smtpRetryNumber
public static final int smtpSizeLimit
public static final boolean smtpSSLRequired
public static final boolean smtpStartTLS
public static final String smtpUserName
Method Detail |
public void activeImapConfig()
public void activeSmtpConfig()
public String enableReceiveEmail(String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) throws ManagementException
shortCode
- The destination address/service activation number of the email account, such as email:abc@oracle.compassword
- The credential of the email accountcriteria
- The text to match against to determine the application to receive the notification.appInstanceID
- The applicationInstanceID to associate with this notification.ManagementException
public boolean getDebug() throws ManagementException
ManagementException
public String getImapHost() throws ManagementException
ManagementException
public int getImapPollingInterval() throws ManagementException
ManagementException
public String getImapPort() throws ManagementException
ManagementException
public boolean getImapSSLRequired() throws ManagementException
ManagementException
public String getOfflineNotificationInfo(String correlator) throws ManagementException
ManagementException
public String getOnlineNotificationInfo(String correlator) throws ManagementException
ManagementException
public String getPop3Host() throws ManagementException
ManagementException
public int getPop3PollingInterval() throws ManagementException
ManagementException
public String getPop3Port() throws ManagementException
ManagementException
public boolean getPop3SSLRequired() throws ManagementException
ManagementException
public String getReceiveProtocol() throws ManagementException
ManagementException
public boolean getSmtpAuth() throws ManagementException
ManagementException
public String getSmtpHost() throws ManagementException
ManagementException
public int getSmtpInitConnectionNumber() throws ManagementException
ManagementException
public int getSmtpMaxConnectionNumber() throws ManagementException
ManagementException
public int getSmtpNoopInterval() throws ManagementException
ManagementException
public String getSmtpPassWord() throws ManagementException
ManagementException
public String getSmtpPort() throws ManagementException
ManagementException
public int getSmtpReconnectInterval() throws ManagementException
ManagementException
public int getSmtpRetryInterval() throws ManagementException
ManagementException
public int getSmtpRetryNumber() throws ManagementException
ManagementException
public int getSmtpSizeLimit() throws ManagementException
ManagementException
public boolean getSmtpSSLRequired() throws ManagementException
ManagementException
public boolean getSmtpStartTLS() throws ManagementException
ManagementException
public String getSmtpUserName() throws ManagementException
ManagementException
public String[] listImapProcess()
public String[] listOfflineNotificationInfo() throws ManagementException
ManagementException
public String[] listOnlineNotificationInfo() throws ManagementException
ManagementException
public String[] listPop3Process()
public String[] listSmtpConnection()
public void removeOfflineNotificationInfo(String registrationIdentifier) throws ManagementException
registrationIdentifier
- registration identifierManagementException
public void removeOnlineNotificationInfo(String correlator) throws ManagementException
correlator
-ManagementException
public void setDebug(boolean value) throws ManagementException
ManagementException
public void setImapHost(String value) throws ManagementException
ManagementException
public void setImapPollingInterval(int value) throws ManagementException
ManagementException
public void setImapPort(String value) throws ManagementException
ManagementException
public void setImapSSLRequired(boolean value) throws ManagementException
ManagementException
public void setPop3Host(String value) throws ManagementException
ManagementException
public void setPop3PollingInterval(int value) throws ManagementException
ManagementException
public void setPop3Port(String value) throws ManagementException
ManagementException
public void setPop3SSLRequired(boolean value) throws ManagementException
ManagementException
public void setReceiveProtocol(String value) throws ManagementException
ManagementException
public void setSmtpAuth(boolean value) throws ManagementException
ManagementException
public void setSmtpHost(String value) throws ManagementException
ManagementException
public void setSmtpInitConnectionNumber(int value) throws ManagementException
ManagementException
public void setSmtpMaxConnectionNumber(int value) throws ManagementException
ManagementException
public void setSmtpNoopInterval(int value) throws ManagementException
ManagementException
public void setSmtpPassWord(String value) throws ManagementException
ManagementException
public void setSmtpPort(String value) throws ManagementException
ManagementException
public void setSmtpReconnectInterval(int value) throws ManagementException
ManagementException
public void setSmtpRetryInterval(int value) throws ManagementException
ManagementException
public void setSmtpRetryNumber(int value) throws ManagementException
ManagementException
public void setSmtpSizeLimit(int value) throws ManagementException
ManagementException
public void setSmtpSSLRequired(boolean value) throws ManagementException
ManagementException
public void setSmtpStartTLS(boolean value) throws ManagementException
ManagementException
public void setSmtpUserName(String value) throws ManagementException
ManagementException
public String startEmailNotification(String endpoint, String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) throws ManagementException
endpoint
- The notification endpointshortCode
- The destination address/service activation number of the email account, such as email:abc@oracle.compassword
- The credential of the email accountcriteria
- The text to match against to determine the application to receive the notification.appInstanceID
- The applicationInstanceID to associate with this notification.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |