com.gigaspaces.grid.bean
Class BeanFactory

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

public class BeanFactory
extends org.jini.rio.bean.BeanFactory

Instantiates a Plain Old Java Object (POJO), providing support for remote invocations and administration by adapting the POJO into the framework using the BeanAdapter class.

Declaring this bean factory is done as follows:

 <Configuration>
     <Component Name="service.load">
         <Parameter Name="serviceBeanFactory"
                    Value="new com.gigaspaces.grid.bean.BeanFactory()"/>
     </Component>
 </Configuration>
 

This class is provided to address previous installation which may have declared this bean factory.

See Also:
ServiceBeanFactory, BeanAdapter

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

Constructor Detail

BeanFactory

public BeanFactory()


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