Uses of Interface
org.refcodes.servicebus.ServiceDescriptor
-
-
Uses of ServiceDescriptor in org.refcodes.servicebus
Classes in org.refcodes.servicebus with type parameters of type ServiceDescriptor Modifier and Type Interface Description interfaceServiceDescriptorAccessor<SD extends ServiceDescriptor<?,?>>Provides an accessor for aServiceDescriptorproperty.static interfaceServiceDescriptorAccessor.ServiceDescriptorMutator<SD extends ServiceDescriptor<?,?>>Provides a mutator for aServiceDescriptorproperty.static interfaceServiceDescriptorAccessor.ServiceDescriptorProperty<SD extends ServiceDescriptor<?,?>>Provides aServiceDescriptorproperty.Classes in org.refcodes.servicebus that implement ServiceDescriptor Modifier and Type Class Description classServiceDescriptorImpl<S extends Service<?>,SCTX>TheServiceDescriptorImplimplements theServiceDescriptor.Methods in org.refcodes.servicebus that return types with arguments of type ServiceDescriptor Modifier and Type Method Description java.util.Set<ServiceDescriptor<S,SCTX>>ServiceDirectoryImpl. getServiceDescriptors()Returns a collection containing theServiceDescriptorinstances known by theServiceLookup.java.util.Set<ServiceDescriptor<S,SCTX>>ServiceLookup. getServiceDescriptors()Returns a collection containing theServiceDescriptorinstances known by theServiceLookup.java.util.Set<ServiceDescriptor<S,SCTX>>ServiceLookupImpl. getServiceDescriptors()Returns a collection containing theServiceDescriptorinstances known by theServiceLookup.Methods in org.refcodes.servicebus with parameters of type ServiceDescriptor Modifier and Type Method Description voidServiceDirectory. addService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Registers a service to the service bus.voidServiceDirectoryImpl. addService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Registers a service to the service bus.booleanServiceDirectoryImpl. hasService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Determines whether the given service is known by the service bus by taking the service type and the service Meta-Data as criteria, not the service identity.booleanServiceLookup. hasService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Determines whether the given service is known by the service bus by taking the service type and the service Meta-Data as criteria, not the service identity.booleanServiceLookupImpl. hasService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Determines whether the given service is known by the service bus by taking the service type and the service Meta-Data as criteria, not the service identity.voidServiceDirectory. removeService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Unregisters a service to the service bus.voidServiceDirectoryImpl. removeService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Unregisters a service to the service bus.Constructor parameters in org.refcodes.servicebus with type arguments of type ServiceDescriptor Constructor Description ServiceLookupImpl(org.refcodes.factory.CollectionFactory<java.util.Set<ServiceDescriptor<S,SCTX>>> aTypedTypeFactory)Creates aServiceLookupImplfor the required type.
-