|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
campus.compass | Contains Solar service for Compass application. |
solar.service | Contains the core Solar service framework. |
solar.service.dan | Contains DAN (Data Aggregation Network) service and related classes. |
solar.service.directory | Contains directory service that allows name advertisements and lookups. |
solar.service.dispatch | Contains the data dispatching service. |
solar.service.fap | Contains FAP (Filter-and-Pipe) service and related classes. |
solar.service.fork | |
solar.service.mcode | Contains mobile code service that manages logical mobility. |
solar.service.mhost | Contains mobile host service that manages physical mobility. |
solar.service.multicast | Contains the event multicasting service. |
solar.service.pack | Contains the PACK service that allows customized flow-control polices. |
solar.service.pubsub | |
solar.service.rmtobj | Contains the service to monitor the liveness of and communicate with remote objects. |
solar.service.routing | Contains the data routing service, currently not used by Solar. |
solar.service.rpc | Contains the simulated RPC service. |
solar.service.transport | Contains the data transport service. |
Uses of ServiceException in campus.compass |
Methods in campus.compass that throw ServiceException | |
void |
CompassService.init()
|
Uses of ServiceException in solar.service |
Methods in solar.service that throw ServiceException | |
protected Service |
BaseService.getDependentService(java.lang.String nameKey,
java.lang.String defaultName)
This method is provided so service can specify a different name key for other services used by it. |
void |
BaseService.init()
|
void |
BaseService.initDependents()
|
void |
BaseService.init(java.lang.Object param)
|
void |
BaseServiceManager.init(serp.util.Options opts)
|
Service |
BaseServiceManager.getService(java.lang.String name)
|
serp.util.Options |
BaseServiceManager.getServiceConfig(java.lang.String name)
|
private void |
BaseServiceManager.initServices()
Performs early initialization of all needed services. |
private Service |
BaseServiceManager.getServiceInstance(java.lang.String name)
Retrieves an instance of a service without triggering late initialization. |
void |
ServiceManager.init(serp.util.Options opts)
Init the service manager with configurations of all services. |
Service |
ServiceManager.getService(java.lang.String name)
Return an instance of specified service. |
serp.util.Options |
ServiceManager.getServiceConfig(java.lang.String name)
Return the configuration of a specified service. |
void |
Service.init()
Initiate the service, do not try to init dependent services here. |
void |
Service.initDependents()
Initialize dependent services here. |
Uses of ServiceException in solar.service.dan |
Subclasses of ServiceException in solar.service.dan | |
class |
DanException
An exception thrown by the operator-graph service. |
Methods in solar.service.dan that throw ServiceException | |
void |
DanClientService.init()
|
void |
DanClientService.initDependents()
|
void |
AbstractDanService.init()
|
void |
AbstractDanService.initDependents()
|
Uses of ServiceException in solar.service.directory |
Subclasses of ServiceException in solar.service.directory | |
class |
DirectoryException
An exception thrown by directory services. |
Methods in solar.service.directory that throw ServiceException | |
void |
DistDirectoryService.initDependents()
|
void |
CentralDirectoryService.init()
|
void |
CentralDirectoryService.initDependents()
|
Uses of ServiceException in solar.service.dispatch |
Methods in solar.service.dispatch that throw ServiceException | |
void |
SolarDispatchService.initDependents()
|
Uses of ServiceException in solar.service.fap |
Subclasses of ServiceException in solar.service.fap | |
class |
FapException
An exception thrown by Filter-and-Pipe (FAP) service. |
Methods in solar.service.fap that throw ServiceException | |
void |
SolarFapService.initDependents()
|
void |
FapClientService.initDependents()
|
Uses of ServiceException in solar.service.fork |
Subclasses of ServiceException in solar.service.fork | |
class |
ForkException
A generic exception thrown by mobile host services. |
Methods in solar.service.fork that throw ServiceException | |
void |
SolarForkService.init()
|
void |
SolarForkService.initDependents()
|
Uses of ServiceException in solar.service.mcode |
Subclasses of ServiceException in solar.service.mcode | |
class |
MobileCodeException
A generic exception thrown by mobile code services. |
Uses of ServiceException in solar.service.mhost |
Subclasses of ServiceException in solar.service.mhost | |
class |
MobileHostException
A generic exception thrown by mobile host services. |
Methods in solar.service.mhost that throw ServiceException | |
void |
SolarMobileHostService.init()
|
void |
SolarMobileHostService.initDependents()
|
Uses of ServiceException in solar.service.multicast |
Subclasses of ServiceException in solar.service.multicast | |
class |
MulticastException
An exception thrown by multicast services. |
Methods in solar.service.multicast that throw ServiceException | |
void |
ScribeMulticastService.initDependents()
|
void |
NaiveMulticastService.initDependents()
|
Uses of ServiceException in solar.service.pack |
Subclasses of ServiceException in solar.service.pack | |
class |
PackException
An exception thrown by PACK services. |
Methods in solar.service.pack that throw ServiceException | |
void |
ScribePackService.init()
|
void |
ScribePackService.initDependents()
|
void |
ClientPackService.init()
|
void |
ClientPackService.initDependents()
|
Uses of ServiceException in solar.service.pubsub |
Subclasses of ServiceException in solar.service.pubsub | |
class |
PubSubException
An exception thrown by PubSub services. |
Methods in solar.service.pubsub that throw ServiceException | |
void |
ScribePubSubService.init()
|
void |
ScribePubSubService.initDependents()
|
void |
ClientPubSubService.init()
|
void |
ClientPubSubService.initDependents()
|
Uses of ServiceException in solar.service.rmtobj |
Subclasses of ServiceException in solar.service.rmtobj | |
class |
RemoteObjectException
An exception thrown by the remote object service. |
Methods in solar.service.rmtobj that throw ServiceException | |
void |
SolarRemoteObjectService.init()
|
void |
SolarRemoteObjectService.initDependents()
|
Uses of ServiceException in solar.service.routing |
Subclasses of ServiceException in solar.service.routing | |
class |
RoutingException
A generic exception thrown by routing services. |
Methods in solar.service.routing that throw ServiceException | |
void |
DirectRoutingService.init()
|
void |
DirectRoutingService.initDependents()
|
void |
ManualRoutingService.init()
|
void |
ManualRoutingService.initDependents()
|
Uses of ServiceException in solar.service.rpc |
Subclasses of ServiceException in solar.service.rpc | |
class |
RpcException
A generic exception thrown by RPC services. |
Methods in solar.service.rpc that throw ServiceException | |
void |
SolarRpcService.init()
|
void |
SolarRpcService.initDependents()
|
Uses of ServiceException in solar.service.transport |
Subclasses of ServiceException in solar.service.transport | |
class |
TransportException
The exception thrown by transport layer. |
Methods in solar.service.transport that throw ServiceException | |
void |
UdpTransportService.init()
|
void |
UdpTransportService.initDependents()
|
void |
TcpTransportService.init()
|
void |
TcpTransportService.initDependents()
|
void |
PastryTransportService.init()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |