|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
jade.core | This package contains the microkernel of JADE system. |
Uses of ServiceException in jade.core |
Subclasses of ServiceException in jade.core | |
class |
ServiceNotActiveException
This exception is thrown when trying to access a JADE kernel level service that is not installed in the local node. |
Methods in jade.core that throw ServiceException | |
Node |
SliceProxy.getNode()
|
Service |
ServiceFinder.findService(java.lang.String key)
Looks up a platform service by name. |
Service.Slice |
ServiceFinder.findSlice(java.lang.String serviceKey,
java.lang.String sliceKey)
Looks up a specific service slice by name. |
Service.Slice[] |
ServiceFinder.findAllSlices(java.lang.String serviceKey)
Retrieves all the slices of a service currently active on this platform. |
Service.Slice |
Service.getSlice(java.lang.String name)
Retrieve by name a slice of this service. |
Service.Slice[] |
Service.getAllSlices()
Retrieve the whole array of slices that compose this service. |
ServiceHelper |
Service.getHelper(Agent a)
Get the helper for accessing this service. |
void |
Service.boot(Profile p)
Performs the active initialization step of a kernel-level service. |
java.lang.Object |
Service.submit(VerticalCommand cmd)
Allows submitting a vertical command for processing. |
Node |
Service.Slice.getNode()
Access the node where this slice resides. |
Service.Slice |
BaseService.getSlice(java.lang.String name)
The getSlice() implementation of this class works
as follows:
First, the name alias table is used to convert the given
slice name into another name, if any
Then, the new name (which may or may not be different
from the original one) is used to look up an internal table
keeping the service slices
If no slice was found, the
ServiceFinder is asked to provide the slice,
which is then put into the local table. |
Service.Slice[] |
BaseService.getAllSlices()
The getAllSlices() implementation of this class
directly retrieves the current list of slices from the Service
Manager. |
ServiceHelper |
BaseService.getHelper(Agent a)
This should be properly implemented by the services that have helpers. |
void |
BaseService.boot(Profile p)
|
java.lang.Object |
BaseService.submit(VerticalCommand cmd)
|
protected Service.Slice |
BaseService.getFreshSlice(java.lang.String name)
|
ServiceHelper |
Agent.getHelper(java.lang.String serviceName)
Retrieves the agent's service helper |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |