com.antiaction.mayhem.mail.smtpd
Class Service
java.lang.Object
com.antiaction.mayhem.mail.smtpd.Service
- All Implemented Interfaces:
- IService, java.lang.Runnable
public class Service
- extends java.lang.Object
- implements IService
SMTP Service.
- Version:
- 1.00
- Author:
- Nicholas Clarke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Service
public Service()
init
public void init(IServiceManager serviceManager,
java.lang.String config)
- Specified by:
init in interface IService
- See Also:
IService.init(com.antiaction.mayhem.core.IServiceManager, java.lang.String)
instanceOf
public java.lang.Object instanceOf(java.lang.String className)
getProperties
public java.util.HashMap getProperties(org.dom4j.Element currElem)
run
public void run()
- Specified by:
run in interface java.lang.Runnable
- See Also:
Runnable.run()
lookupBindSocketFactory
public IBindSocketFactory lookupBindSocketFactory(java.lang.String factory)
bind
public void bind(ConfigInterfacePort ifp,
IBindSocketFactory bindFactory,
IObjectBroker objectBroker)
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.