Uses of Class
net.jini.core.discovery.LookupLocator
Packages that use LookupLocator
Package
Description
Provides Space properties and security context services
Provides GigaSpaces client interface services
Provides GigaSpaces low level services
Provides implementations of the
TransactionManager service.
Provides implementations of
ServiceRegistrar.These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Lookup Service(s) through the Admin API.
A package including the ability to deploy a processing unit onto the Service Grid.
-
Uses of LookupLocator in com.gigaspaces.internal.cluster.node.impl.gateway.lus
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.lus that return LookupLocatorMethods in com.gigaspaces.internal.cluster.node.impl.gateway.lus with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidReplicationLookupParameters.setLookupLocators(LookupLocator[] lookupLocators) -
Uses of LookupLocator in com.gigaspaces.internal.lookup
Methods in com.gigaspaces.internal.lookup with parameters of type LookupLocatorModifier and TypeMethodDescriptionstatic StringSpaceUrlUtils.buildJiniUrl(String containerName, String spaceName, String[] groups, LookupLocator[] locators) -
Uses of LookupLocator in com.gigaspaces.internal.service
Methods in com.gigaspaces.internal.service with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidAbstractGigaSpacesService.registerLookupService(String[] lookupGroups, LookupLocator[] lookupLocators, DiscoveryListener listener, boolean useSharedLeaseRenewalManager) Constructors in com.gigaspaces.internal.service with parameters of type LookupLocatorModifierConstructorDescriptionServiceRegistrator(String[] groups, LookupLocator[] locators, DiscoveryListener listener, boolean useSharedLeaseRenewalManager, AbstractGigaSpacesService service, Entry[] serviceAttributes) -
Uses of LookupLocator in com.gigaspaces.start
Methods in com.gigaspaces.start that return LookupLocator -
Uses of LookupLocator in com.j_spaces.core
Methods in com.j_spaces.core that return LookupLocatorModifier and TypeMethodDescriptionstatic LookupLocator[]LookupManager.buildLookupLocators(String lookupLocatorURLs) Parse LookupLocator URLs and build array ofLookupLocator. -
Uses of LookupLocator in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return LookupLocatorModifier and TypeMethodDescriptionLookupRequest.getLookupLocators()SpaceURL.getLookupLocators()Deprecated. -
Uses of LookupLocator in com.j_spaces.core.jini
Methods in com.j_spaces.core.jini with parameters of type LookupLocatorModifier and TypeMethodDescriptionSharedDiscoveryManagement.getBackwardsServiceDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener) static LookupDiscoveryManagerSharedDiscoveryManagement.getLookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener) SharedDiscoveryManagement.getServiceDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener) SharedDiscoveryManagement.getServiceDiscoveryManagerResult(LookupDiscoveryManager ldm, String[] groups, LookupLocator[] locators, DiscoveryListener listener) Constructors in com.j_spaces.core.jini with parameters of type LookupLocatorModifierConstructorDescriptionSharedDiscoEntry(String[] groups, LookupLocator[] locators, boolean isBackwardsCompatible, boolean isManagingLookupDiscoveryManager) SharedDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config) -
Uses of LookupLocator in com.j_spaces.core.service
Methods in com.j_spaces.core.service that return LookupLocatorModifier and TypeMethodDescriptionServiceAdminImpl.getLookupLocators()ServiceAdminProxy.getLookupLocators()Methods in com.j_spaces.core.service with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidServiceAdminImpl.addLookupLocators(LookupLocator[] locators) voidServiceAdminProxy.addLookupLocators(LookupLocator[] locators) voidServiceAdminImpl.removeLookupLocators(LookupLocator[] locators) voidServiceAdminProxy.removeLookupLocators(LookupLocator[] locators) voidServiceAdminImpl.setLookupLocators(LookupLocator[] locators) voidServiceAdminProxy.setLookupLocators(LookupLocator[] locators) -
Uses of LookupLocator in com.j_spaces.kernel
Methods in com.j_spaces.kernel that return LookupLocatorModifier and TypeMethodDescriptionstatic LookupLocatorJSpaceUtilities.createLookupLocator(String loookupLocatorStr) Methods in com.j_spaces.kernel with parameters of type LookupLocatorModifier and TypeMethodDescriptionstatic StringJSpaceUtilities.getLookupLocatorsStringRepresentation(LookupLocator[] lookupLocators) -
Uses of LookupLocator in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that return LookupLocatorMethods in com.sun.jini.mahalo with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidTxnManagerImpl.addLookupLocators(LookupLocator[] locators) voidTxnManagerImpl.removeLookupLocators(LookupLocator[] locators) voidTxnManagerImpl.setLookupLocators(LookupLocator[] locators) -
Uses of LookupLocator in com.sun.jini.reggie
Methods in com.sun.jini.reggie that return LookupLocatorModifier and TypeMethodDescriptionGigaRegistrar.getLocator()Registrar.getLocator()Returns a LookupLocator that can be used if necessary for unicast discovery of the lookup service.GigaRegistrar.getLookupLocators()Methods in com.sun.jini.reggie with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidGigaRegistrar.addLookupLocators(LookupLocator[] locators) voidGigaRegistrar.removeLookupLocators(LookupLocator[] locators) voidGigaRegistrar.setLookupLocators(LookupLocator[] locators) -
Uses of LookupLocator in net.jini.admin
Methods in net.jini.admin that return LookupLocatorModifier and TypeMethodDescriptionJoinAdmin.getLookupLocators()Get the list of locators of specific lookup services to join.Methods in net.jini.admin with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidJoinAdmin.addLookupLocators(LookupLocator[] locators) Add locators for specific new lookup services to join.voidJoinAdmin.removeLookupLocators(LookupLocator[] locators) Remove locators for specific lookup services from the set to join.voidJoinAdmin.setLookupLocators(LookupLocator[] locators) Replace the list of locators of specific lookup services to join with a new list. -
Uses of LookupLocator in net.jini.core.lookup
Methods in net.jini.core.lookup that return LookupLocatorModifier and TypeMethodDescriptionServiceRegistrar.getLocator()Returns a LookupLocator that can be used if necessary for unicast discovery of the lookup service. -
Uses of LookupLocator in net.jini.discovery
Subclasses of LookupLocator in net.jini.discoveryModifier and TypeClassDescriptionfinal classLookupLocatorsubclass which supports constraint operations through theRemoteMethodControlinterface.Methods in net.jini.discovery that return LookupLocatorModifier and TypeMethodDescriptionLookupLocatorDiscovery.getDiscoveredLocators()Returns the set ofLookupLocatorobjects representing the desired lookup services that are currently discovered.DiscoveryLocatorManagement.getLocators()Returns an array consisting of the elements of the managed set of locators; that is, instances ofLookupLocatorin which each instance corresponds to a specific lookup service to discover.LookupDiscoveryManager.getLocators()Returns an array consisting of the elements of the managed set of locators; that is, instances ofLookupLocatorin which each instance corresponds to a specific lookup service to discover.LookupLocatorDiscovery.getLocators()Returns an array consisting of the elements of the managed set of locators; that is, instances ofLookupLocatorin which each instance corresponds to a specific lookup service to discover.LookupLocatorDiscovery.getUndiscoveredLocators()Returns the set ofLookupLocatorobjects representing the desired lookup services that have not yet been discovered.Methods in net.jini.discovery with parameters of type LookupLocatorModifier and TypeMethodDescriptionvoidDiscoveryLocatorManagement.addLocators(LookupLocator[] locators) Adds a set of locators to the managed set of locators.voidLookupDiscoveryManager.addLocators(LookupLocator[] locators) Adds a set of locators to the managed set of locators.voidLookupLocatorDiscovery.addLocators(LookupLocator[] locators) Adds a set of locators to the managed set of locators.voidDiscoveryLocatorManagement.removeLocators(LookupLocator[] locators) Deletes a set of locators from the managed set of locators, and discards any already-discovered lookup service that corresponds to a deleted locator.voidLookupDiscoveryManager.removeLocators(LookupLocator[] locators) Deletes a set of locators from the managed set of locators, and discards any already-discovered lookup service that corresponds to a deleted locator.voidLookupLocatorDiscovery.removeLocators(LookupLocator[] locators) Deletes a set of locators from the managed set of locators, and discards any already-discovered lookup service that corresponds to a deleted locator.voidDiscoveryLocatorManagement.setLocators(LookupLocator[] locators) Replaces all of the locators in the managed set with locators from a new set, and discards any already-discovered lookup service that corresponds to a locator that is removed from the managed set as a result of an invocation of this method.voidLookupDiscoveryManager.setLocators(LookupLocator[] locators) Replaces all of the locators in the managed set with locators from a new set, and discards any already-discovered lookup service that corresponds to a locator that is removed from the managed set as a result of an invocation of this method.voidLookupLocatorDiscovery.setLocators(LookupLocator[] locators) Replaces all of the locators in the managed set with locators from a new set, and discards any already-discovered lookup service that corresponds to a locator that is removed from the managed set as a result of an invocation of this method.Constructors in net.jini.discovery with parameters of type LookupLocatorModifierConstructorDescriptionLookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener) Constructs an instance of this class that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config) Constructs an instance of this class, using the givenConfiguration, that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config, boolean runningWithinRegistrar) LookupLocatorDiscovery(LookupLocator[] locators) Creates an instance of this class (LookupLocatorDiscovery), with an initial array ofLookupLocators to be managed.LookupLocatorDiscovery(LookupLocator[] locators, Configuration config) Constructs a new lookup locator discovery object, set to discover the given set of locators, and having the givenConfiguration. -
Uses of LookupLocator in net.jini.discovery.dynamic
Methods in net.jini.discovery.dynamic that return LookupLocatorConstructors in net.jini.discovery.dynamic with parameters of type LookupLocatorConstructor parameters in net.jini.discovery.dynamic with type arguments of type LookupLocatorModifierConstructorDescriptionServiceRegistrarServiceDiscoveryListener(DiscoveryLocatorManagement dlm, Map<ServiceID, LookupLocator> initialLocatorsMap, ServiceRegistrar registrar, ServiceID registrarServiceID) -
Uses of LookupLocator in org.jini.rio.boot
Methods in org.jini.rio.boot that return LookupLocatorModifier and TypeMethodDescriptionstatic LookupLocator[]BootUtil.toLookupLocators(String lookupLocatorURLs) Parse a comma delimited LookupLocator URLs and build array ofLookupLocatorout of it.Methods in org.jini.rio.boot with parameters of type LookupLocatorModifier and TypeMethodDescriptionstatic StringBootUtil.toLookupLocatorURLs(LookupLocator[] lookupLocators, boolean removeProtocolPrefix) Takes an array of LookupLocator builds a comma seperated string of urls out of it. -
Uses of LookupLocator in org.openspaces.admin
Methods in org.openspaces.admin that return LookupLocatorModifier and TypeMethodDescriptionAdmin.getLocators()Returns the lookup locators this admin uses. -
Uses of LookupLocator in org.openspaces.admin.internal.admin
Methods in org.openspaces.admin.internal.admin that return LookupLocator -
Uses of LookupLocator in org.openspaces.admin.internal.discovery
Methods in org.openspaces.admin.internal.discovery that return LookupLocator -
Uses of LookupLocator in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm with parameters of type LookupLocatorModifier and TypeMethodDescriptionstatic org.jini.rio.core.OperationalStringDefaultGridServiceManager.toOperationalString(Deploy deploy, ProcessingUnitConfig puConfig, String applicationName, String[] groups, LookupLocator[] locators, com.gigaspaces.grid.gsm.GSM gsm) static org.jini.rio.core.OperationalStringDefaultGridServiceManager.toOperationalString(Deploy deploy, ProcessingUnitConfig puConfig, String applicationName, String[] groups, LookupLocator[] locators, com.gigaspaces.grid.gsm.GSM gsm, List<InstanceSLA> instanceSLAS) -
Uses of LookupLocator in org.openspaces.admin.internal.lus
Methods in org.openspaces.admin.internal.lus that return LookupLocator -
Uses of LookupLocator in org.openspaces.admin.lus
Methods in org.openspaces.admin.lus that return LookupLocator -
Uses of LookupLocator in org.openspaces.pu.container.servicegrid.deploy
Methods in org.openspaces.pu.container.servicegrid.deploy that return LookupLocatorMethods in org.openspaces.pu.container.servicegrid.deploy with parameters of type LookupLocatorModifier and TypeMethodDescriptionstatic ServiceItem[]ServiceFinder.find(String name, Class type, long wait, String[] groups, LookupLocator[] locators)