com.gigaspaces.grid.space
Class SpaceHandler

java.lang.Object
  extended by com.gigaspaces.grid.space.SpaceHandler
All Implemented Interfaces:
org.jini.rio.core.jsb.ServiceBeanFactory

public class SpaceHandler
extends java.lang.Object
implements org.jini.rio.core.jsb.ServiceBeanFactory

Provides support to create a GigaSpaces instance using SpaceFinder. This utility extracts properties from the ServiceBeanContext and derives the GigaSpace context for use with the SpaceFinder. The following properties are used to derive the SpaceFinder context.

The SpaceFinder is invoked using the following method:

 SpaceFinder.find(String spaceUrl,
                  IJSpace space,
                  Properties customProperties,
                  LifeCycle lifeCycle);
 
Parameter specifics :

See Also:
ServiceBeanFactory

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jini.rio.core.jsb.ServiceBeanFactory
org.jini.rio.core.jsb.ServiceBeanFactory.Created
 
Constructor Summary
SpaceHandler()
           
 
Method Summary
 org.jini.rio.core.jsb.ServiceBeanFactory.Created create(org.jini.rio.core.jsb.ServiceBeanContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceHandler

public SpaceHandler()
Method Detail

create

public org.jini.rio.core.jsb.ServiceBeanFactory.Created create(org.jini.rio.core.jsb.ServiceBeanContext context)
                                                        throws org.jini.rio.core.JSBInstantiationException
Specified by:
create in interface org.jini.rio.core.jsb.ServiceBeanFactory
Throws:
org.jini.rio.core.JSBInstantiationException
See Also:
ServiceBeanFactory.create(org.jini.rio.core.jsb.ServiceBeanContext)


Copyright (c) 2007 GigaSpaces Technologies, Inc.
All Rights Reserved.