Serialized Form


Package org.huihoo.jfox.datasource

Class org.huihoo.jfox.datasource.PoolDataSource implements Serializable

Serialized Fields

pool

SimpleConnectionPool pool

dbDriver

java.lang.String dbDriver

dbURL

java.lang.String dbURL

user

java.lang.String user

password

java.lang.String password


Package org.huihoo.jfox.pool

Class org.huihoo.jfox.pool.AbstractObjectPool implements Serializable

Serialized Fields

factory

ObjectFactory factory

Class org.huihoo.jfox.pool.SimpleObjectPool implements Serializable

Serialized Fields

numWorking

int numWorking

pool

java.util.List pool

maxRest

int maxRest
the number of "sleeping" instances in the pool.

initNum

int initNum


Package org.huihoo.jfox.pool.connection

Class org.huihoo.jfox.pool.connection.SimpleConnectionPool implements Serializable

Serialized Fields

pool

ObjectPool pool

factory

ConnectionFactory factory


Package org.huihoo.jfox.pool.thread

Class org.huihoo.jfox.pool.thread.SimpleThreadPool implements Serializable

Serialized Fields

pool

ObjectPool pool
the objectPool to cache the WorkerThread object


Package org.huihoo.jfox.service

Class org.huihoo.jfox.service.ComponentSupport implements Serializable

Serialized Fields

name

java.lang.String name
service name of the service

objectName

javax.management.ObjectName objectName
the ObjectName of the service register into the MBeanServer

state

State state
the status value of the service

server

javax.management.MBeanServer server
MBeanService instance

logger

Logger logger

sequence

long sequence

proxyInstance

java.lang.Object proxyInstance

Class org.huihoo.jfox.service.ServiceSupport implements Serializable

Class org.huihoo.jfox.service.ServiceWrapper implements Serializable

Serialized Fields

port

int port

remoteObject

java.rmi.Remote remoteObject

ssocket

java.net.ServerSocket ssocket