com.j2biz.blogunity.services
Class Service

java.lang.Object
  extended bycom.j2biz.blogunity.services.Service
Direct Known Subclasses:
EventService, MailService, MQService, SchedulingService

public abstract class Service
extends Object

Since:
0.1
Author:
michelson

Constructor Summary
Service()
           
 
Method Summary
abstract  void destroy(SystemConfiguration config)
           
 String getName()
           
abstract  void init(SystemConfiguration config)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

init

public abstract void init(SystemConfiguration config)
                   throws SystemException
Throws:
SystemException

destroy

public abstract void destroy(SystemConfiguration config)
                      throws SystemException
Throws:
SystemException

getName

public String getName()

toString

public String toString()


Copyright (c)j2biz.com