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

java.lang.Object
  extended by edu.uci.isr.yancees.server.service.AbstractService
      extended by edu.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
 
Method Summary
 
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