kea.busfw
Class ObjectDBMapPool

java.lang.Object
  |
  +--kea.busfw.ObjectDBMapPool

public class ObjectDBMapPool
extends java.lang.Object

the ObjectMapPool create or get a ObjectDBMap Object.

Intent

Features

Architecture

Example

Author:
bingfeng zhang

Field Summary
protected static ObjectDBMapPool instance
          a instance of BusinessFactory
(package private)  java.util.Hashtable pool
          the ObjectDBMap pool
 
Constructor Summary
private ObjectDBMapPool()
          default construction
 
Method Summary
static ObjectDBMapPool getInstance()
          get a ObjectDBMapPool instance the method through which this class is accessed
 ObjectDBMap getObjectDBMap(java.lang.String name)
          get a ObjectDBMap object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

pool

java.util.Hashtable pool
the ObjectDBMap pool

instance

protected static ObjectDBMapPool instance
a instance of BusinessFactory
Constructor Detail

ObjectDBMapPool

private ObjectDBMapPool()
default construction
Method Detail

getInstance

public static ObjectDBMapPool getInstance()
get a ObjectDBMapPool instance the method through which this class is accessed
Returns:
a ObjectDBMapPoolinstance

getObjectDBMap

public ObjectDBMap getObjectDBMap(java.lang.String name)
get a ObjectDBMap object
Parameters:
name - the ObjectDBMap name
Returns:
a ObjectDBMap object


Copyright #169; 2000 Kea team. All Rights Reserved.