com.antiaction.mayhem.mail
Class Service

java.lang.Object
  extended by com.antiaction.mayhem.mail.Service
All Implemented Interfaces:
IService, java.lang.Runnable

public class Service
extends java.lang.Object
implements IService

Author:
Nicholas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
Service()
           
 
Method Summary
 java.util.HashMap getProperties(org.dom4j.Element currElem)
           
 void init(IServiceManager serviceManager, java.lang.String config)
           
 java.lang.Object instanceOf(java.lang.String className)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

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()


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.