Class LdapEmailServiceActivator
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
ru.bitel.bgbilling.modules.email.server.bean.LdapEmailServiceActivator
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class LdapEmailServiceActivator extends EmailServiceActivator
-
Constructor Summary
Constructors Constructor Description LdapEmailServiceActivator(Domain domain, ParameterMap moduleSetup) -
Method Summary
Modifier and Type Method Description protected voidcancelImpl(Account account)protected voidcheckLDAPResult(int status_code)protected voidcreateImpl(Account account)protected voidmodifyImpl(Account account)protected voidremoveDomainImpl(Domain domain)protected voidupdateDomainImpl(Domain domain)Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
cancel, close, create, modify, removeDomain, updateDomainMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LdapEmailServiceActivator
public LdapEmailServiceActivator(Domain domain, ParameterMap moduleSetup) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
-
Method Details
-
createImpl
- Specified by:
createImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
modifyImpl
- Specified by:
modifyImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
cancelImpl
- Specified by:
cancelImplin classEmailServiceActivator- Throws:
ru.bitel.bgbilling.common.BGException
-
checkLDAPResult
protected void checkLDAPResult(int status_code) throws ru.bitel.bgbilling.common.BGException- 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
-