com.gigaspaces.grid.space
Class GSContextFactory

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

public class GSContextFactory
extends java.lang.Object
implements org.jini.rio.core.jsb.ServiceBeanContextFactory

A ServiceBeanContextFactory which creates a GSContext allowing for optimized GigaSpace association management. Use of this class is determined by configuring the following property in the Grid Service Container's configuration :

 service.load {
     serviceBeanContextFactory = new com.gigaspaces.grid.space.GSContextFactory();
 }
 


Constructor Summary
GSContextFactory()
           
 
Method Summary
 org.jini.rio.core.jsb.ServiceBeanContext create(org.jini.rio.core.ServiceElement sElem, org.jini.rio.core.jsb.ServiceBeanManager serviceBeanManager, java.lang.Object computeResource, net.jini.config.Configuration sharedConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSContextFactory

public GSContextFactory()
Method Detail

create

public org.jini.rio.core.jsb.ServiceBeanContext create(org.jini.rio.core.ServiceElement sElem,
                                                       org.jini.rio.core.jsb.ServiceBeanManager serviceBeanManager,
                                                       java.lang.Object computeResource,
                                                       net.jini.config.Configuration sharedConfig)
Specified by:
create in interface org.jini.rio.core.jsb.ServiceBeanContextFactory
See Also:
ServiceBeanContextFactory.create(org.jini.rio.core.ServiceElement, org.jini.rio.core.jsb.ServiceBeanManager, java.lang.Object, net.jini.config.Configuration)


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