public class LicenseService
extends jade.core.BaseService
| Modifier and Type | Class and Description |
|---|---|
class |
LicenseService.LicenseServiceImpl
Sub-Class to provide interaction between Agents and this Service.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
LicenseService() |
| Modifier and Type | Method and Description |
|---|---|
void |
boot(jade.core.Profile p) |
jade.core.Filter |
getCommandFilter(boolean direction) |
jade.core.ServiceHelper |
getHelper(jade.core.Agent ag) |
java.lang.Class<?> |
getHorizontalInterface() |
jade.core.Service.Slice |
getLocalSlice()
Retrieve the locally installed slice of this service.
|
java.lang.String |
getName() |
void |
init(jade.core.AgentContainer ac,
jade.core.Profile p) |
void |
shutdown() |
public void init(jade.core.AgentContainer ac,
jade.core.Profile p)
throws jade.core.ProfileException
init in interface jade.core.Serviceinit in class jade.core.BaseServicejade.core.ProfileExceptionpublic void boot(jade.core.Profile p)
throws jade.core.ServiceException
boot in interface jade.core.Serviceboot in class jade.core.BaseServicejade.core.ServiceExceptionpublic void shutdown()
shutdown in interface jade.core.Serviceshutdown in class jade.core.BaseServicepublic java.lang.String getName()
public jade.core.ServiceHelper getHelper(jade.core.Agent ag)
getHelper in interface jade.core.ServicegetHelper in class jade.core.BaseServicepublic jade.core.Filter getCommandFilter(boolean direction)
getCommandFilter in interface jade.core.ServicegetCommandFilter in class jade.core.BaseServicepublic java.lang.Class<?> getHorizontalInterface()
getHorizontalInterface in interface jade.core.ServicegetHorizontalInterface in class jade.core.BaseServicepublic jade.core.Service.Slice getLocalSlice()
getLocalSlice in interface jade.core.ServicegetLocalSlice in class jade.core.BaseService