|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
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() Makes the modifications to IMAP take effect. |
void |
activeSmtpConfig() Makes the modification to SMTP-related attributes take effect. |
String |
enableReceiveEmail(String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) Used to add an offline notification for applications that will poll for MO messages. |
boolean |
getDebug() Returns true if debug information is printed for SMTP/IMAP/POP3, false otherwise. |
String |
getImapHost() Returns the IMAP server address. |
int |
getImapPollingInterval() Returns the number of seconds in the polling interval for IMAP server. |
String |
getImapPort() Returns the IMAP server port. |
boolean |
getImapSSLRequired() Returns true if the IMAP server requires SSL, false otherwise. |
String |
getOfflineNotificationInfo(String correlator) Gets the notification associated with the specified correlator. |
String |
getOnlineNotificationInfo(String correlator) Gets the notification associated with the specified correlator. |
String |
getPop3Host() Returns the POP3 server address. |
int |
getPop3PollingInterval() Returns the number of seconds in the polling interval for POP3 server. |
String |
getPop3Port() Returns the POP3 server port. |
boolean |
getPop3SSLRequired() Returns true if the POP3 server requires SSL, false otherwise. |
String |
getReceiveProtocol() Returns the protocol used to receive email. |
boolean |
getSmtpAuth() Returns whether the SMTP server requires authentication. |
String |
getSmtpHost() Returns the address for the SMTP server. |
int |
getSmtpInitConnectionNumber() Returns the SMTP initial connection number. |
int |
getSmtpMaxConnectionNumber() Returns the maximum number of SMTP connections. |
int |
getSmtpNoopInterval() Returns the number of seconds in the heartbeat interval. |
String |
getSmtpPassWord() Returns the password for the SMTP server. |
String |
getSmtpPort() Returns the port for the SMTP server. |
int |
getSmtpReconnectInterval() Returns the number of seconds between the reconnection attempts. |
int |
getSmtpRetryInterval() Returns the number of seconds between the retries for a request. |
int |
getSmtpRetryNumber() Returns the number of retries. |
int |
getSmtpSizeLimit() Returns SMTP size limit. |
boolean |
getSmtpSSLRequired() Returns whether the SMTP server requires SSL. |
boolean |
getSmtpStartTLS() Returns whether the SMTP server requires TLS. |
String |
getSmtpUserName() Returns the user name for the SMTP server. |
String[] |
listImapProcess() |
String[] |
listOfflineNotificationInfo() |
String[] |
listOnlineNotificationInfo() |
String[] |
listPop3Process() |
String[] |
listSmtpConnection() |
void |
removeOfflineNotificationInfo(String registrationIdentifier) Removes an offline notification that was added using the OAM enableReceiveEmail method. |
void |
removeOnlineNotificationInfo(String correlator) Removes the specified online notification that was added using OAM interfaces or application interfaces (startMessageNotification). |
void |
setDebug(boolean value) If true, debug information is printed for SMTP/IMAP/POP, if false no debug information. |
void |
setImapHost(String value) Sets the IMAP server address. |
void |
setImapPollingInterval(int value) Sets the number of seconds in the polling interval for IMAP server. |
void |
setImapPort(String value) Sets the IMAP server port. |
void |
setImapSSLRequired(boolean value) Set to true to require SSL for the IMAP server, false otherwise. |
void |
setPop3Host(String value) Sets the POP3 server address. |
void |
setPop3PollingInterval(int value) Sets the number of seconds in the polling interval for POP3 server. |
void |
setPop3Port(String value) Sets the POP3 server port. |
void |
setPop3SSLRequired(boolean value) Set to true to require SSL for the POP3 server, false otherwise. |
void |
setReceiveProtocol(String value) Sets the protocol used to receive email, either POP3 or IMAP. |
void |
setSmtpAuth(boolean value) Specifies if the SMTP server requires authentication. |
void |
setSmtpHost(String value) Specifies the address for the SMTP server. |
void |
setSmtpInitConnectionNumber(int value) Sets the SMTP initial connection number. |
void |
setSmtpMaxConnectionNumber(int value) Sets the maximum number of SMTP connections. |
void |
setSmtpNoopInterval(int value) Sets the number of seconds in the heartbeat interval. |
void |
setSmtpPassWord(String value) Specifies the password for the SMTP server. |
void |
setSmtpPort(String value) Specifies the port for the SMTP server. |
void |
setSmtpReconnectInterval(int value) Sets the number of seconds between the reconnection attempts. |
void |
setSmtpRetryInterval(int value) Sets the number of seconds between the retries for a request. |
void |
setSmtpRetryNumber(int value) Sets the number of retries. |
void |
setSmtpSizeLimit(int value) Sets SMTP size limit. |
void |
setSmtpSSLRequired(boolean value) Specifies if the SMTP server requires SSL. |
void |
setSmtpStartTLS(boolean value) Specifies if the SMTP server requires TLS. |
void |
setSmtpUserName(String value) Specifies the user name for the SMTP server. |
String |
startEmailNotification(String endpoint, String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) Adds 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()
Scope: Local
public void activeSmtpConfig()
Scope: Local
public String enableReceiveEmail(String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) throws ManagementException
Scope: Cluster
shortCode
- The destination address/service activation number of the email account, such as email:abc@example.com.password
- The credential of the email account.criteria
- 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
Scope: Cluster
ManagementException
public String getImapHost() throws ManagementException
Scope: Cluster
ManagementException
public int getImapPollingInterval() throws ManagementException
Scope: Cluster
ManagementException
public String getImapPort() throws ManagementException
Scope: Cluster
ManagementException
public boolean getImapSSLRequired() throws ManagementException
Scope: Cluster
ManagementException
public String getOfflineNotificationInfo(String correlator) throws ManagementException
Scope: Cluster
ManagementException
public String getOnlineNotificationInfo(String correlator) throws ManagementException
Scope: Cluster
ManagementException
public String getPop3Host() throws ManagementException
Scope: Cluster
ManagementException
public int getPop3PollingInterval() throws ManagementException
Scope: Cluster
ManagementException
public String getPop3Port() throws ManagementException
Scope: Cluster
ManagementException
public boolean getPop3SSLRequired() throws ManagementException
Scope: Cluster
ManagementException
public String getReceiveProtocol() throws ManagementException
Scope: Cluster
ManagementException
public boolean getSmtpAuth() throws ManagementException
Scope: Cluster
ManagementException
public String getSmtpHost() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpInitConnectionNumber() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpMaxConnectionNumber() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpNoopInterval() throws ManagementException
Scope: Cluster
ManagementException
public String getSmtpPassWord() throws ManagementException
Scope: Cluster
ManagementException
public String getSmtpPort() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpReconnectInterval() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpRetryInterval() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpRetryNumber() throws ManagementException
Scope: Cluster
ManagementException
public int getSmtpSizeLimit() throws ManagementException
Scope: Cluster
ManagementException
public boolean getSmtpSSLRequired() throws ManagementException
Scope: Cluster
ManagementException
public boolean getSmtpStartTLS() throws ManagementException
Scope: Cluster
ManagementException
public String getSmtpUserName() throws ManagementException
Scope: Cluster
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
Scope: Cluster
registrationIdentifier
- registration identifier.ManagementException
public void removeOnlineNotificationInfo(String correlator) throws ManagementException
Scope: Cluster
correlator
- uniquely identifying the notification to be removed.ManagementException
public void setDebug(boolean value) throws ManagementException
Scope: Cluster
value
- true to print debug information, false to not print debug informationManagementException
public void setImapHost(String value) throws ManagementException
Scope: Cluster
value
- the IMAP server addressManagementException
public void setImapPollingInterval(int value) throws ManagementException
Scope: Cluster
value
- the number of seconds in the polling interval for IMAP serverManagementException
public void setImapPort(String value) throws ManagementException
Scope: Cluster
value
- the IMAP server portManagementException
public void setImapSSLRequired(boolean value) throws ManagementException
Scope: Cluster
value
- true to require SSL for the IMAP server, false otherwiseManagementException
public void setPop3Host(String value) throws ManagementException
Scope: Cluster
value
- the POP3 server addressManagementException
public void setPop3PollingInterval(int value) throws ManagementException
Scope: Cluster
value
- the number of seconds in the polling interval for POP3 serverManagementException
public void setPop3Port(String value) throws ManagementException
Scope: Cluster
value
- the POP3 server portManagementException
public void setPop3SSLRequired(boolean value) throws ManagementException
Scope: Cluster
value
- true to require SSL for the POP3 server, false otherwiseManagementException
public void setReceiveProtocol(String value) throws ManagementException
Scope: Cluster
value
- the protocol used to receive email, either POP3 or IMAPManagementException
public void setSmtpAuth(boolean value) throws ManagementException
Scope: Cluster
value
- true for authentication, false otherwiseManagementException
public void setSmtpHost(String value) throws ManagementException
Scope: Cluster
value
- SMTP host addressManagementException
public void setSmtpInitConnectionNumber(int value) throws ManagementException
Scope: Cluster
value
- the SMTP initial connection numberManagementException
public void setSmtpMaxConnectionNumber(int value) throws ManagementException
Scope: Cluster
value
- maximum number of SMTP connectionsManagementException
public void setSmtpNoopInterval(int value) throws ManagementException
Scope: Cluster
value
- the number of seconds in the heartbeat intervalManagementException
public void setSmtpPassWord(String value) throws ManagementException
Scope: Cluster
value
- passwordManagementException
public void setSmtpPort(String value) throws ManagementException
Scope: Cluster
value
- SMTP host portManagementException
public void setSmtpReconnectInterval(int value) throws ManagementException
Scope: Cluster
value
- the number of seconds between the reconnection attemptsManagementException
public void setSmtpRetryInterval(int value) throws ManagementException
Scope: Cluster
value
- number of seconds between retriesManagementException
public void setSmtpRetryNumber(int value) throws ManagementException
Scope: Cluster
value
- number of retriesManagementException
public void setSmtpSizeLimit(int value) throws ManagementException
Scope: Cluster
value
- SMTP size limitManagementException
public void setSmtpSSLRequired(boolean value) throws ManagementException
Scope: Cluster
value
- true for SSL, false otherwiseManagementException
public void setSmtpStartTLS(boolean value) throws ManagementException
Scope: Cluster
value
- true for SSL, false otherwiseManagementException
public void setSmtpUserName(String value) throws ManagementException
Scope: Cluster
value
- user nameManagementException
public String startEmailNotification(String endpoint, String shortCode, String password, String criteria, String appInstanceID, int sizeLimit) throws ManagementException
Scope: Cluster
endpoint
- The notification endpoint.shortCode
- The destination address/service activation number of the email account, such as email:abc@example.com.password
- The credential of the email account.criteria
- 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 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |