|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jini.rio.bean.BeanFactory
com.gigaspaces.grid.bean.BeanFactory
public class 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.
ServiceBeanFactory
,
BeanAdapter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jini.rio.core.jsb.ServiceBeanFactory |
---|
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 |
---|
public BeanFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |