public class CommDirectService
extends jade.core.BaseService
| Modifier and Type | Class and Description |
|---|---|
class |
CommDirectService.CommDirectHelperImp
The Class CommDirectHelperImp.
|
class |
CommDirectService.CommDirectTask
The Class CommDirectTask.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentHashMap<java.lang.String,Comm> |
comms
The comms.
|
private static java.util.concurrent.Executor |
executor
The executor.
|
static java.lang.String |
NAME
The Constant NAME.
|
| Constructor and Description |
|---|
CommDirectService() |
| Modifier and Type | Method and Description |
|---|---|
void |
boot(jade.core.Profile p) |
CommDirectHelper |
getHelper(jade.core.Agent a) |
java.lang.String |
getName() |
addAlias, clearCachedSlice, createInvokator, dump, getAllSlices, getAMSBehaviour, getCommandFilter, getCommandSink, getFreshSlice, getHorizontalInterface, getIMTPManager, getLocalNode, getLocalSlice, getNumberOfSlices, getOwnedCommands, getSlice, init, isLocal, lookupAlias, shutdown, stringifySlice, submitpublic static final java.lang.String NAME
private java.util.concurrent.ConcurrentHashMap<java.lang.String,Comm> comms
private static java.util.concurrent.Executor executor
public java.lang.String getName()
public void boot(jade.core.Profile p)
throws jade.core.ServiceException
boot in interface jade.core.Serviceboot in class jade.core.BaseServicejade.core.ServiceExceptionpublic CommDirectHelper getHelper(jade.core.Agent a)
getHelper in interface jade.core.ServicegetHelper in class jade.core.BaseService