IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Interface BeanFactory


public interface BeanFactory

Implement this interface to allow bean factories like Spring or Google guice to be integrated. This allows ObjectGrid to delegate to an external Bean Factory to instantiate beans needed by ObjectGrid.

Since:
WAS XD 6.1 FIX3, XC10

Method Summary
 Object getBean(String name)
          This returns an instance of the bean with the specified name.
 

Method Detail

getBean

Object getBean(String name)
This returns an instance of the bean with the specified name.

Parameters:
name - The name of the bean instance to return.
Returns:
the bean instance.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.