edu.uci.isr.yancees.service.generic
Class GenericService

java.lang.Object
  extended byedu.uci.isr.yancees.server.service.AbstractService
      extended byedu.uci.isr.yancees.service.generic.GenericService
All Implemented Interfaces:
ServiceInterface

public class GenericService
extends AbstractService

That's a generic service, with void implementation.


Constructor Summary
GenericService()
          constructor
 
Methods inherited from class edu.uci.isr.yancees.server.service.AbstractService
getName, isActive, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericService

public GenericService()
constructor