edu.uci.isr.yancees.server.service
Interface ServiceInterface
- All Known Implementing Classes:
- AbstractService
- public interface ServiceInterface
- Author:
- rsilvafi
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Method Summary |
java.lang.String |
getName()
|
boolean |
isActive()
|
void |
setName(java.lang.String name)
Sets the name of the service |
getName
public java.lang.String getName()
- Returns:
- the unique name that identifies this service
setName
public void setName(java.lang.String name)
- Sets the name of the service
- Parameters:
name
- is the name of the service.
isActive
public boolean isActive()
- Returns:
- whether the service is active or not