xmlBlaster 2.2.0 contributions API

org.xmlBlaster.contrib.db
Interface DbInfoMBean

All Known Implementing Classes:
DbInfo

public interface DbInfoMBean

DbInfo This is the I_Info implementation making use of Properties. Creates a simple implementation based on our ClientProperty maps. This implementation uses the reference to the properties passed. If you want a snapshot of these properties, you need to take a clone and pass the clone to the constructor. Therefore this class can be seen as a decorator to the map passed into the constructor. If you change a value with this class it will update the clientPropertyMap. If entries in the map are found which are not of the type ClientProperty, they are ignored. This class is thread safe.

Author:
Michele Laghi

Method Summary
 java.lang.String get(java.lang.String key, java.lang.String def)
           
 java.lang.String getKeysAsString()
           
 java.lang.String getObjectKeysAsString()
           
 void put(java.lang.String key, java.lang.String value)
           
 

Method Detail

get

java.lang.String get(java.lang.String key,
                     java.lang.String def)

put

void put(java.lang.String key,
         java.lang.String value)

getKeysAsString

java.lang.String getKeysAsString()

getObjectKeysAsString

java.lang.String getObjectKeysAsString()

xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.