GigaSpaces XAP 7.1 API

Uses of Class
com.j_spaces.core.client.FinderException

Packages that use FinderException
com.j_spaces.core.client Provides GigaSpaces client interface services 
com.j_spaces.map Provides GigaSpaces MAP API 
 

Uses of FinderException in com.j_spaces.core.client
 

Methods in com.j_spaces.core.client that throw FinderException
static Object LookupFinder.find(Class[] classes, net.jini.core.entry.Entry[] srvAttr, String lookupHost, long timeout, Properties customProps)
          Finds specified service according to service classes and service attributes.
static Object SpaceFinder.find(SpaceURL spaceURL)
          Deprecated.  The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?
static Object SpaceFinder.find(SpaceURL[] spaceURLs)
          Deprecated.  SpaceFinder.find multiple URL provides ability to define space search order.
static Object SpaceFinder.find(SpaceURL[] spaceURLs, Properties customProperties)
          Deprecated.  
static Object SpaceFinder.find(SpaceURL spaceURL, IJSpace spaceProxy, com.sun.jini.start.LifeCycle lifeCycle)
          Deprecated.  The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?
static Object SpaceFinder.find(SpaceURL spaceURL, IJSpace spaceProxy, Properties customProperties, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated.  The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?
static Object SpaceFinder.find(String urls)
          Deprecated.  The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?
static Object SpaceFinder.find(String[] urls)
          Deprecated. SpaceFinder.find multiple URL provides ability to define space search order.
static Object LookupFinder.find(String serviceName, Class[] classes, net.jini.core.entry.Entry[] serviceAttributes, String lookupHost, String groups, long timeout)
          Finds specified server using all the criterion: service name, service classes and service attributes.
static Object LookupFinder.find(String serviceName, Class[] classes, net.jini.core.entry.Entry[] serviceAttributes, String lookupHost, String groups, long timeout, long timeoutInterval, Properties customProps)
          Finds specified server using all the criterions: service name, service classes and service attributes.
static Object LookupFinder.find(String serviceName, Class[] classes, net.jini.core.entry.Entry[] serviceAttributes, String lookupHost, String groups, long timeout, Properties customProps)
          Finds specified server using all the criterions: service name, service classes and service attributes.
static Object LookupFinder.find(String serviceName, Class srvClass, String lookupHost, long timeout, Properties customProps)
          Finds specified service according to service name and service class only.
static Object SpaceFinder.find(String urls, IJSpace spaceProxy)
          Deprecated. Finds a space using the space provided.
static Object SpaceFinder.find(String urls, IJSpace spaceProxy, com.sun.jini.start.LifeCycle lifeCycle)
          Deprecated. Finds or creates an instance of a GigaSpace based on the specified spaceURL.
static Object SpaceFinder.find(String urls, IJSpace spaceProxy, Properties customProperties, com.sun.jini.start.LifeCycle lifeCycle)
          Deprecated. Finds or creates an instance of a GigaSpace based on the specified spaceURL.
static Object SpaceFinder.find(String urls, IJSpace spaceProxy, Properties customProperties, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated. Finds or creates an instance of a GigaSpace based on the specified spaceURL.
static Object SpaceFinder.find(String urls, Properties customProperties)
          Deprecated.  The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?
protected  Object SpaceFinder.findService(SpaceURL[] spaceURLs, IJSpace spaceProxy, Properties customProperties, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated.  
protected  Object SpaceFinder.findService(SpaceURL spaceURL, IJSpace spaceProxy, Properties customProperties, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated. The main method of SpaceFinder to find single Space or Container proxy.
protected  Object SpaceFinder.findService(String[] urls)
          Deprecated.  
protected  Object SpaceFinder.findService(String url, IJSpace spaceProxy, Properties customProperties, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated.  
protected  com.gigaspaces.internal.client.spaceproxy.ISpaceProxy SpaceFinder.initCacheProperties(com.gigaspaces.internal.client.spaceproxy.ISpaceProxy spaceProxy, Properties customProps, SpaceURL spaceURL)
          Deprecated.  
protected static void SpaceFinder.loadCacheConfig(SpaceURL spaceURL, com.gigaspaces.internal.client.spaceproxy.ISpaceProxy spaceProxy, Properties customProperties)
          Deprecated.  
static void SpaceFinder.main(String[] args)
          Deprecated. This main provides the following options: 1.
 

Uses of FinderException in com.j_spaces.map
 

Methods in com.j_spaces.map that throw FinderException
static Object CacheFinder.find(SpaceURL spaceURL, IJSpace spaceProxy, com.sun.jini.start.LifeCycle lifeCycle)
          Deprecated. Find a cache using the space provided.
static Object CacheFinder.find(SpaceURL spaceURL, IJSpace spaceProxy, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated. Find a cache using the space provided.
static Object CacheFinder.find(String urls)
          Deprecated.  The general format for this URL is as follows: Protocol://[host]:[port]/[container_name]/[space_name]?
static Object CacheFinder.find(String[] urls)
          Deprecated. CacheFinder.find multiple URL provides ability to define cache search order.
static Object CacheFinder.find(String urls, IJSpace spaceProxy)
          Deprecated. Find a cache using the space provided.
static Object CacheFinder.find(String urls, Properties customProperties)
          Deprecated. Find a cache using the custom Properties provided which overwrites the space/container/cluster configurations.
protected  Object CacheFinder.findService(SpaceURL su, IJSpace space, Properties customProps, com.sun.jini.start.LifeCycle lifeCycle, UserDetails userDetails)
          Deprecated. internal find.
protected  com.gigaspaces.internal.client.spaceproxy.ISpaceProxy CacheFinder.initCacheProperties(com.gigaspaces.internal.client.spaceproxy.ISpaceProxy spaceProxy, Properties customProps, SpaceURL spaceURL)
          Deprecated. CacheFinder with/without "useLocalCache" parameter will initialize with cache properties.
static void CacheFinder.main(String[] args)
          Deprecated.  This main provides the following options: 1.
 


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.