kortsoft.kmx.bootstrap
Interface KmxMain


public interface KmxMain

Provides an Interface for a Main class in Kmx. Only declares two methods: startup and closeServices.

startup is called once at the loading of the service. It is passed properties which are taken form the KmxLauncher properties.

closeServicesis called when a shutdoen is detected.

Author:
kortatu

Method Summary
 void closeServices()
           
 void startup(java.util.Properties prop)
           
 

Method Detail

startup

void startup(java.util.Properties prop)

closeServices

void closeServices()


Copyright © 2005 Kortsoft. All Rights Reserved.