public class JDBCEmailServiceActivator extends EmailServiceActivator
| Constructor and Description |
|---|
JDBCEmailServiceActivator(Domain domain,
ParameterMap moduleSetup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelImpl(Account account) |
void |
close() |
protected void |
createImpl(Account account) |
protected void |
finalize() |
protected void |
modifyImpl(Account account) |
protected void |
removeDomainImpl(Domain domain) |
protected void |
updateDomainImpl(Domain domain) |
protected void |
updateForwards(Account account) |
cancel, create, modify, removeDomain, updateDomainpublic JDBCEmailServiceActivator(Domain domain, ParameterMap moduleSetup) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class EmailServiceActivatorprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwableprotected void createImpl(Account account) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
createImpl in class EmailServiceActivatorru.bitel.bgbilling.common.BGExceptionEmailServiceActivatorExceptionprotected void modifyImpl(Account account) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
modifyImpl in class EmailServiceActivatorru.bitel.bgbilling.common.BGExceptionEmailServiceActivatorExceptionprotected void updateForwards(Account account) throws java.sql.SQLException
java.sql.SQLExceptionprotected void cancelImpl(Account account) throws ru.bitel.bgbilling.common.BGException
cancelImpl in class EmailServiceActivatorru.bitel.bgbilling.common.BGExceptionprotected void removeDomainImpl(Domain domain) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
removeDomainImpl in class EmailServiceActivatorru.bitel.bgbilling.common.BGExceptionEmailServiceActivatorExceptionprotected void updateDomainImpl(Domain domain) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
updateDomainImpl in class EmailServiceActivatorru.bitel.bgbilling.common.BGExceptionEmailServiceActivatorException