|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.server.service.AbstractService
public abstract class AbstractService
Implements the basic functionality of a service
Constructor Summary | |
---|---|
AbstractService()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
|
boolean |
isActive()
|
void |
setName(java.lang.String name)
Sets the name of the service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractService()
Method Detail |
---|
public java.lang.String getName()
getName
in interface ServiceInterface
yancees.service.ServiceInterface#getName()
public void setName(java.lang.String name)
setName
in interface ServiceInterface
name
- is the name of the service.public boolean isActive()
isActive
in interface ServiceInterface
yancees.service.ServiceInterface#isActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |