net.windward.bean
Class StatelessBeanProviderImpl

java.lang.Object
  |
  +--net.windward.bean.BeanProviderImpl
        |
        +--net.windward.bean.StatelessBeanProviderImpl
All Implemented Interfaces:
BeanProvider, StatelessBeanProvider

public class StatelessBeanProviderImpl
extends BeanProviderImpl
implements StatelessBeanProvider

Version:
1.0 Aug 13, 2004

Constructor Summary
StatelessBeanProviderImpl()
           
 
Method Summary
 void serverSetup(java.util.Properties properties)
          This method is called when the server first starts up.
 void serverTeardown()
          This method is called when the server is shutting down.
 
Methods inherited from class net.windward.bean.BeanProviderImpl
forEachTag, functionTag, ifTag, outTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.windward.bean.BeanProvider
forEachTag, functionTag, ifTag, outTag
 

Constructor Detail

StatelessBeanProviderImpl

public StatelessBeanProviderImpl()
Method Detail

serverSetup

public void serverSetup(java.util.Properties properties)
This method is called when the server first starts up. It is only called in the case of the reporting server loading a bean (ie, it is not called when you pass beans directly to Windward Reports in the non client-server case.) In this case there will be only a single instance of this bean.
Specified by:
serverSetup in interface StatelessBeanProvider
Parameters:
properties - The properties set for this bean in the server properties file.

serverTeardown

public void serverTeardown()
This method is called when the server is shutting down. It is only called in the case of the reporting server loading a bean (ie, it is not called when you pass beans directly to Windward Reports in the non client-server case.) In this case there will be only a single instance of this bean.
Specified by:
serverTeardown in interface StatelessBeanProvider
Following copied from interface: net.windward.bean.StatelessBeanProvider
Throws:
BeanProviderException - thrown if there is a problem. This will be logged but the server will continue a regular shutdown.


Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software