org.openmobileis.synchro.openmsp.server.util
Class FileSystemObjectPool

java.lang.Object
  extended byorg.openmobileis.common.util.ObjectPool
      extended byorg.openmobileis.synchro.openmsp.server.util.FileSystemObjectPool

public class FileSystemObjectPool
extends ObjectPool

Title: OpenMobileIS project source
Description: manage a pool of virtual file system.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
 
Fields inherited from class org.openmobileis.common.util.ObjectPool
arrayPool, incSize, minSize, pool
 
Constructor Summary
FileSystemObjectPool(java.lang.String fileSystemClass)
           
 
Method Summary
 FileSystem getFileSystem()
           
 
Methods inherited from class org.openmobileis.common.util.ObjectPool
createNewInstance, disposeObject, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemObjectPool

public FileSystemObjectPool(java.lang.String fileSystemClass)
                     throws java.lang.ClassNotFoundException,
                            java.lang.IllegalAccessException,
                            java.lang.InstantiationException
Method Detail

getFileSystem

public FileSystem getFileSystem()


Copyright 2006 OpenMobileIS. All Rights Reserved.