net.sf.bigyo.container.config
Class PreGeneratedWrapperStrategy
java.lang.Object
net.sf.bigyo.container.config.SimpleConfigurationStrategy
net.sf.bigyo.container.config.PreGeneratedWrapperStrategy
- All Implemented Interfaces:
- ConfigurationStrategy
public class PreGeneratedWrapperStrategy
- extends SimpleConfigurationStrategy
- implements ConfigurationStrategy
- Author:
- zsombor
Created at 1:56:01 net.sf.bigyo.container.config.PreGeneratedWrapperStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreGeneratedWrapperStrategy
public PreGeneratedWrapperStrategy()
initConfigurationBean
public Object initConfigurationBean(Object bean)
- Specified by:
initConfigurationBean in interface ConfigurationStrategy- Overrides:
initConfigurationBean in class SimpleConfigurationStrategy
reconfigureService
public void reconfigureService(Object service,
ComponentConfig oldConfigBean,
ComponentConfig newConfigBean)
throws ReconfigurationFailedException,
ReconfigurationNotSupportedException
- Specified by:
reconfigureService in interface ConfigurationStrategy- Overrides:
reconfigureService in class SimpleConfigurationStrategy
- Throws:
ReconfigurationFailedException
ReconfigurationNotSupportedException
getSerializableConfigurationBean
public Object getSerializableConfigurationBean(Object bean)
- Specified by:
getSerializableConfigurationBean in interface ConfigurationStrategy- Overrides:
getSerializableConfigurationBean in class SimpleConfigurationStrategy
isModifiedSince
public boolean isModifiedSince(ComponentConfig oldConfigBean)
- Specified by:
isModifiedSince in interface ConfigurationStrategy- Overrides:
isModifiedSince in class SimpleConfigurationStrategy
Copyright © 2004 Sourceforge.net. All Rights Reserved.