Class JDBCEmailServiceActivator
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
ru.bitel.bgbilling.modules.email.server.bean.JDBCEmailServiceActivator
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class JDBCEmailServiceActivator extends EmailServiceActivator
-
Constructor Summary
Constructors Constructor Description JDBCEmailServiceActivator(Domain domain, ParameterMap moduleSetup) -
Method Summary
Modifier and Type Method Description protected voidcancelImpl(Account account)voidclose()protected voidcreateImpl(Account account)protected voidfinalize()protected voidmodifyImpl(Account account)protected voidremoveDomainImpl(Domain domain)protected voidupdateDomainImpl(Domain domain)protected voidupdateForwards(Account account)Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
cancel, create, modify, removeDomain, updateDomainMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JDBCEmailServiceActivator
public JDBCEmailServiceActivator(Domain domain, ParameterMap moduleSetup) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
-
Method Details
-
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classEmailServiceActivator
-
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
createImpl
- Specified by:
createImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
modifyImpl
- Specified by:
modifyImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
updateForwards
- Throws:
java.sql.SQLException
-
cancelImpl
- Specified by:
cancelImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
removeDomainImpl
- Specified by:
removeDomainImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
updateDomainImpl
- Specified by:
updateDomainImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-