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 void
cancelImpl(Account account)
protected void
checkLDAPResult(int status_code)
protected void
createImpl(Account account)
protected void
modifyImpl(Account account)
protected void
removeDomainImpl(Domain domain)
protected void
updateDomainImpl(Domain domain)
Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
cancel, close, create, modify, removeDomain, updateDomain
Methods 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:
createImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
modifyImpl
- Specified by:
modifyImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
cancelImpl
- Specified by:
cancelImpl
in 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:
removeDomainImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateDomainImpl
- Specified by:
updateDomainImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-