Anyframe Core

anyframe.common.config
Class ConfigurationFactoryBean

java.lang.Object
  extended by anyframe.common.config.ConfigurationFactoryBean
All Implemented Interfaces:
FactoryBean

public class ConfigurationFactoryBean
extends Object
implements FactoryBean

FactoryBean implementation for supporting Avalon Configurable API This class is used only internally

Since:
2007.06.20
Author:
MyungChul Kang

Constructor Summary
ConfigurationFactoryBean()
           
 
Method Summary
 Object getObject()
          
 Class getObjectType()
          
 boolean isSingleton()
          
 void setConfiguration(org.apache.avalon.framework.configuration.Configuration configuration)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFactoryBean

public ConfigurationFactoryBean()
Method Detail

getObject

public Object getObject()
                 throws Exception

Specified by:
getObject in interface FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()

Specified by:
getObjectType in interface FactoryBean

isSingleton

public boolean isSingleton()

Specified by:
isSingleton in interface FactoryBean

setConfiguration

public void setConfiguration(org.apache.avalon.framework.configuration.Configuration configuration)


Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.