org.openmobileis.services.servlet
Interface OpenMISInit

All Known Implementing Classes:
SimpleOpenMISInit

public interface OpenMISInit

Title: OpenMobileIS project source
Description: Interface use to declare a class that will be call during servlet initialisation. preLoadingInit() is call before service loading postLoadingInit() is call after service loading To register your class define the property : org.openmis.services.initclass= Put this property in the openmis.properties.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
 void postLoadingInit()
           
 void preLoadingInit()
           
 

Method Detail

preLoadingInit

public void preLoadingInit()
                    throws ServiceException
Throws:
ServiceException

postLoadingInit

public void postLoadingInit()
                     throws ServiceException
Throws:
ServiceException


Copyright 2006 OpenMobileIS. All Rights Reserved.