Uses of Class
com.j_spaces.core.client.FinderException
Packages that use FinderException
Package
Description
Deprecated: use
org.openspaces.core instead.Provides GigaSpaces client interface services
Provides GigaSpaces MAP API
A Service Grid based processing unit container.
-
Uses of FinderException in com.gigaspaces.client
Methods in com.gigaspaces.client that throw FinderExceptionModifier and TypeMethodDescriptionSpaceProxyFactory.createSpaceProxy(String url) SpaceProxyFactory.createSpaceProxy(String name, boolean isRemote) -
Uses of FinderException in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that throw FinderExceptionModifier and TypeMethodDescriptionNearCacheSpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy, SpaceURL spaceURL, Properties customProperties) -
Uses of FinderException in com.gigaspaces.internal.cluster.node.impl.router.spacefinder
Methods in com.gigaspaces.internal.cluster.node.impl.router.spacefinder that throw FinderExceptionModifier and TypeMethodDescriptionISpaceProxyProvider.getSpaceProxy(SpaceURL spaceURL) SpaceFinderSpaceProxyProvider.getSpaceProxy(SpaceURL spaceURL) -
Uses of FinderException in com.j_spaces.core.client
Methods in com.j_spaces.core.client that throw FinderExceptionModifier and TypeMethodDescriptionstatic ObjectLookupFinder.find(LookupRequest request) Deprecated.static ObjectDeprecated.The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?[query_string] Protocol: [ RMI | JINI | JAVA ] This method also supports multiple URLs separate by ";", e.i.static ObjectSpaceFinder.find(SpaceURL[] spaceURLs, CredentialsProvider credentialsProvider) Deprecated.static ObjectSpaceFinder.find(SpaceURL spaceURL, CredentialsProvider credentialsProvider) Deprecated.The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?[query_string] Protocol: [ RMI | JINI | JAVA ] This method also supports multiple URLs separate by ";", e.i.static ObjectSpaceFinder.find(SpaceURL spaceURL, CredentialsProvider credentialsProvider, long timeout, LookupType lookupType) Deprecated.static ObjectDeprecated.The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?[query_string] Protocol: [ RMI | JINI | JAVA ] This method also supports multiple URLs separate by ";", e.i.static ObjectDeprecated.SpaceFinder.find multiple URL provides ability to define space search order.static ObjectSpaceFinder.find(String urls, Properties customProperties) Deprecated.The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?[query_string] Protocol: [ RMI | JINI | JAVA ] This method also supports multiple URLs separate by ";", e.i.static ObjectSpaceFinder.find(String urls, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider) Deprecated.Finds or creates an instance of a GigaSpace based on the specified spaceURL.static IRemoteSpaceSpaceFinder.findJiniSpace(SpaceURL url, String spaceUuid, Properties customProperties, long timeout, LookupType lookupType) Deprecated.Returns Either LRMISpaceImpl or SpaceProxyImpl.protected ObjectSpaceFinder.findService(SpaceURL[] spaceURLs, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider) Deprecated.protected ObjectSpaceFinder.findService(SpaceURL url, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider, long timeout, LookupType lookupType) Deprecated.The main method of SpaceFinder to find single Space or Container proxy.protected ObjectSpaceFinder.findService(String[] urls) Deprecated.protected ObjectSpaceFinder.findService(String url, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider) Deprecated.static voidDeprecated.This main provides the following options: 1.SpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy, SpaceURL spaceURL, Properties customProperties) -
Uses of FinderException in com.j_spaces.map
Methods in com.j_spaces.map that throw FinderExceptionModifier and TypeMethodDescriptionstatic IMapstatic IMapMapFactory.createMapWithCache(IJSpace space, Integer updateMode) static ObjectDeprecated.The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?[query_string] Protocol: [ RMI | JINI | JAVA | WS ] This method also supports multiple urls separate by ";", e.i.protected final ObjectCacheFinder.findService(SpaceURL url, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider, long timeout, LookupType lookupType) Deprecated. -
Uses of FinderException in org.openspaces.pu.container.servicegrid
Methods in org.openspaces.pu.container.servicegrid that throw FinderExceptionModifier and TypeMethodDescriptionstatic PUServiceBeanPUFinder.find(LookupRequest request) static PUServiceBean