Uses of Interface
org.refcodes.servicebus.Service
-
-
Uses of Service in org.refcodes.servicebus
Classes in org.refcodes.servicebus with type parameters of type Service Modifier and Type Interface Description interfaceServiceAccessor<S extends Service<?>>Provides an accessor for aServiceproperty.static interfaceServiceAccessor.ServiceMutator<S extends Service<?>>Provides a mutator for aServiceproperty.static interfaceServiceAccessor.ServiceProperty<S extends Service<?>>Provides aServiceproperty.interfaceServiceBus<S extends Service<?>>interfaceServiceBusAccessor<S extends Service<?>>Provides an accessor for aServiceBusproperty.static interfaceServiceBusAccessor.ServiceBusMutator<S extends Service<?>>Provides a mutator for aServiceBusproperty.static interfaceServiceBusAccessor.ServiceBusProperty<S extends Service<?>>Provides aServiceBusproperty.classServiceBusImpl<S extends Service<?>,SCTX extends ServiceContext<S>>The Class ServiceBusImpl.interfaceServiceContext<S extends Service<?>>TheServiceContextis a context passed (for example injected) to a service in order configure that service.classServiceContextImpl<S extends Service<?>>TheServiceContextImplimplements theServiceContext.interfaceServiceDescriptor<S extends Service<?>,SCTX>The descriptor is used to describe a service including its configuration.classServiceDescriptorImpl<S extends Service<?>,SCTX>TheServiceDescriptorImplimplements theServiceDescriptor.interfaceServiceDirectory<S extends Service<?>,SCTX>The service descriptor manager can be used to manage services and them configurations, i.e a system administering services in an my have access to a service descriptor manager.classServiceDirectoryImpl<S extends Service<?>,SCTX extends ServiceContext<S>>TheServiceDirectoryImplimplements theServiceDirectory.interfaceServiceLookup<S extends Service<?>,SCTX>The interface may be used internally by a system managing services.classServiceLookupImpl<S extends Service<?>,SCTX>TheServiceLookupImplimplements theServiceLookup.interfaceServiceMatcher<S extends Service<?>>This interface typifies the matcher interface for the usage with services.Methods in org.refcodes.servicebus with type parameters of type Service Modifier and Type Method Description static <S extends Service<?>>
ServiceMatcher<S>ServiceMatcherSugar. and(ServiceMatcher<S>... aServiceMatchers)Factory method to create an "AND" matcher for the given matchers.static <S extends Service<?>>
ServiceMatcher<S>ServiceMatcherSugar. isAssignableFrom(java.lang.Class<?> aServiceType)Factory method to create an service matcher by service type.static <S extends Service<?>>
ServiceMatcher<S>ServiceMatcherSugar. or(ServiceMatcher<S>... aServiceMatchers)Factory method to create an "OR" matcher for the given matchers.Constructors in org.refcodes.servicebus with parameters of type Service Constructor Description DuplicateServiceRuntimeException(Service<?> aService, java.lang.String message)Instantiates a new duplicate service runtime exception.DuplicateServiceRuntimeException(Service<?> aService, java.lang.String aMessage, java.lang.String aErrorCode)Instantiates a new duplicate service runtime exception.DuplicateServiceRuntimeException(Service<?> aService, java.lang.String message, java.lang.Throwable cause)Instantiates a new duplicate service runtime exception.DuplicateServiceRuntimeException(Service<?> aService, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)Instantiates a new duplicate service runtime exception.DuplicateServiceRuntimeException(Service<?> aService, java.lang.Throwable cause)Instantiates a new duplicate service runtime exception.DuplicateServiceRuntimeException(Service<?> aService, java.lang.Throwable aCause, java.lang.String aErrorCode)Instantiates a new duplicate service runtime exception.UnknownServiceRuntimeException(Service<?> aService, java.lang.String message)Instantiates a new unknown service runtime exception.UnknownServiceRuntimeException(Service<?> aService, java.lang.String aMessage, java.lang.String aErrorCode)Instantiates a new unknown service runtime exception.UnknownServiceRuntimeException(Service<?> aService, java.lang.String message, java.lang.Throwable cause)Instantiates a new unknown service runtime exception.UnknownServiceRuntimeException(Service<?> aService, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)Instantiates a new unknown service runtime exception.UnknownServiceRuntimeException(Service<?> aService, java.lang.Throwable cause)Instantiates a new unknown service runtime exception.UnknownServiceRuntimeException(Service<?> aService, java.lang.Throwable aCause, java.lang.String aErrorCode)Instantiates a new unknown service runtime exception.
-