pl.kernelpanic.dbmonster
Class DBMonsterContext

java.lang.Object
  extended bypl.kernelpanic.dbmonster.DBMonsterContext

public class DBMonsterContext
extends Object

Context.

Version:
$Id: DBMonsterContext.html,v 1.1 2007/06/21 08:38:14 sbahloul Exp $
Author:
Piotr Maj <piotr.maj@kernelpanic.pl>

Constructor Summary
DBMonsterContext()
           
 
Method Summary
 Object getProperty(String key)
          Returns a context property.
 void setProperty(String key, Object value)
          Sets the context property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBMonsterContext

public DBMonsterContext()
Method Detail

getProperty

public final Object getProperty(String key)
Returns a context property.

Parameters:
key - the key of the property
Returns:
property value

setProperty

public final void setProperty(String key,
                              Object value)
Sets the context property.

Parameters:
key - the name of property
value - the value


Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.