Uses of Class
xal.extension.service.ServiceException
Packages that use ServiceException
-
Uses of ServiceException in xal.extension.service
Methods in xal.extension.service that throw ServiceExceptionModifier and TypeMethodDescriptionvoid
ServiceDirectory.addServiceListener
(Class<?> protocol, ServiceListener listener) Add a listener for addition and removal of service providers.void
ServiceDirectory.addServiceListener
(String type, ServiceListener listener) Add a listener for addition and removal of service providers.ServiceDirectory.findServicesWithType
(Class<?> protocol, long timeout) Convenience method for making a request to find service providers of a specific service type and waiting a specified amount of time to find those services.ServiceDirectory.findServicesWithType
(String serviceType, long timeout) Convenience method for making a request to find service providers of a specific service type and waiting a specified amount of time to find those services.ServiceDirectory.lookupService
(String type, String name, int timeout) Lookup the service given the fully qualified service type and the fully qualified service name and block until a match is found or the specified timeout has expired.<T> ServiceRef
ServiceDirectory.registerService
(Class<T> protocol, String name, T provider) Register a local service provider.boolean
ServiceDirectory.unregisterService
(ServiceRef serviceRef) Unregister a local service.Constructors in xal.extension.service that throw ServiceException