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, updateDomain
public JDBCEmailServiceActivator(Domain domain, ParameterMap moduleSetup) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class EmailServiceActivator
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
protected void createImpl(Account account) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
createImpl
in class EmailServiceActivator
ru.bitel.bgbilling.common.BGException
EmailServiceActivatorException
protected void modifyImpl(Account account) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
modifyImpl
in class EmailServiceActivator
ru.bitel.bgbilling.common.BGException
EmailServiceActivatorException
protected void updateForwards(Account account) throws java.sql.SQLException
java.sql.SQLException
protected void cancelImpl(Account account) throws ru.bitel.bgbilling.common.BGException
cancelImpl
in class EmailServiceActivator
ru.bitel.bgbilling.common.BGException
protected void removeDomainImpl(Domain domain) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
removeDomainImpl
in class EmailServiceActivator
ru.bitel.bgbilling.common.BGException
EmailServiceActivatorException
protected void updateDomainImpl(Domain domain) throws ru.bitel.bgbilling.common.BGException, EmailServiceActivatorException
updateDomainImpl
in class EmailServiceActivator
ru.bitel.bgbilling.common.BGException
EmailServiceActivatorException