edu.uci.isr.yancees.server.service
Interface ServiceInterface

All Known Implementing Classes:
AbstractService, GenericService

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
 

Method Detail

getName

java.lang.String getName()
Returns:
the unique name that identifies this service

setName

void setName(java.lang.String name)
Sets the name of the service

Parameters:
name - is the name of the service.

isActive

boolean isActive()
Returns:
whether the service is active or not