au.com.tortuga.ozibug.util
Interface LifeCycle


public interface LifeCycle

Interface for objects requiring initialization and destruction.

Version:
$Revision: 1.9 $
Author:
Graham Crawford

Method Summary
 void destroy()
          Destroy this object.
 void init(java.util.Map initInfo)
          Initialize this object.
 

Method Detail

init

public void init(java.util.Map initInfo)
          throws java.lang.Exception
Initialize this object.

Parameters:
initInfo - map of initialization properties, which may be empty but not null
Throws:
java.lang.Exception - thrown when problems occur

destroy

public void destroy()
Destroy this object.



Ozibug Copyright © 2001-2010 Tortuga Technologies Pty Ltd. All rights reserved.

-- last updated 02 June 2010 --