Uses of Interface
net.jini.core.lookup.ServiceRegistrar
Packages that use ServiceRegistrar
Package
Description
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
Internally Used.
-
Uses of ServiceRegistrar in com.sun.jini.discovery
Fields in com.sun.jini.discovery declared as ServiceRegistrarModifier and TypeFieldDescriptionprotected ServiceRegistrarUnicastResponse.registrarThe lookup service proxy.Methods in com.sun.jini.discovery that return ServiceRegistrarModifier and TypeMethodDescriptionUnicastResponse.getRegistrar()Returns the lookup service proxy.Constructors in com.sun.jini.discovery with parameters of type ServiceRegistrarModifierConstructorDescriptionUnicastResponse(String host, int port, String[] groups, ServiceRegistrar registrar) Creates newUnicastResponseinstance containing the given values.UnicastResponse(String host, int port, String[] groups, ServiceRegistrar registrar, MarshalledObject marshalledObjectRegistrar, byte[] registrarBytes) -
Uses of ServiceRegistrar in net.jini.core.discovery
Methods in net.jini.core.discovery that return ServiceRegistrarModifier and TypeMethodDescriptionLookupLocator.getRegistrar()Perform unicast discovery and return the ServiceRegistrar object for the given lookup service.LookupLocator.getRegistrar(int timeout) Perform unicast discovery and return the ServiceRegistrar object for the given lookup service, with the given discovery timeout. -
Uses of ServiceRegistrar in net.jini.discovery
Fields in net.jini.discovery declared as ServiceRegistrarModifier and TypeFieldDescriptionprotected ServiceRegistrar[]DiscoveryEvent.regsThe registrars with which this event is associated.Methods in net.jini.discovery that return ServiceRegistrarModifier and TypeMethodDescriptionConstrainableLookupLocator.getRegistrar()Performs unicast discovery as specified byLookupLocator.getRegistrar()with the following differences.ConstrainableLookupLocator.getRegistrar(int timeout) Performs unicast discovery as specified byLookupLocator.getRegistrar(int), additionally applying the supplied discovery constraints.DiscoveryEvent.getRegistrars()Return the set of registrars to which this event applies.DiscoveryManagement.getRegistrars()Returns an array of instances ofServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.LookupDiscovery.getRegistrars()Returns an array of instances ofServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.LookupDiscoveryManager.getRegistrars()Returns an array of instances ofServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.LookupLocatorDiscovery.getRegistrars()Returns an array of instances ofServiceRegistrar, each corresponding to a proxy to one of the currently discovered lookup services.Methods in net.jini.discovery with parameters of type ServiceRegistrarModifier and TypeMethodDescriptionvoidDiscoveryManagement.discard(ServiceRegistrar proxy) Removes an instance ofServiceRegistrarfrom the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.voidLookupDiscovery.discard(ServiceRegistrar reg) Discard a registrar from the set of registrars already discovered.voidLookupDiscoveryManager.discard(ServiceRegistrar proxy) Removes an instance ofServiceRegistrarfrom the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.voidLookupLocatorDiscovery.discard(ServiceRegistrar proxy) Removes an instance ofServiceRegistrarfrom the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.intLookupDiscoveryManager.getFrom(ServiceRegistrar proxy) Return where the proxy come from.Constructors in net.jini.discovery with parameters of type ServiceRegistrarModifierConstructorDescriptionDiscoveryEvent(Object source, ServiceRegistrar[] regs) Construct a newDiscoveryEventobject, with the given source and set of registrars. -
Uses of ServiceRegistrar in net.jini.discovery.dynamic
Constructors in net.jini.discovery.dynamic with parameters of type ServiceRegistrarModifierConstructorDescriptionServiceRegistrarServiceDiscoveryListener(DiscoveryLocatorManagement dlm, Map<ServiceID, LookupLocator> initialLocatorsMap, ServiceRegistrar registrar, ServiceID registrarServiceID) -
Uses of ServiceRegistrar in net.jini.lookup
Methods in net.jini.lookup that return ServiceRegistrarModifier and TypeMethodDescriptionJoinManager.getJoinSet()Returns an array ofServiceRegistrarobjects, each corresponding to a lookup service with which the service is currently registered (joined). -
Uses of ServiceRegistrar in org.openspaces.admin.internal.lus
Methods in org.openspaces.admin.internal.lus that return ServiceRegistrarModifier and TypeMethodDescriptionDefaultLookupService.getRegistrar()InternalLookupService.getRegistrar()Constructors in org.openspaces.admin.internal.lus with parameters of type ServiceRegistrarModifierConstructorDescriptionDefaultLookupService(ServiceRegistrar registrar, ServiceID serviceID, InternalAdmin admin, int agentId, String agentUid, JVMDetails jvmDetails)