OSDN Git Service

import
authordobashi <dobashi@lavans.jp>
Tue, 27 Sep 2011 06:06:16 +0000 (15:06 +0900)
committerdobashi <dobashi@lavans.jp>
Tue, 27 Sep 2011 06:06:16 +0000 (15:06 +0900)
commit9a4e6f19b9f07b9c8b48cf5e0bc9c51a2d051d16
tree2517d62dec5574333b3fc6ebe55c085458d793ca
import
238 files changed:
luz2/.classpath [new file with mode: 0644]
luz2/.project [new file with mode: 0644]
luz2/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
luz2/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
luz2/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
luz2/.settings/org.eclipse.ltk.core.refactoring.prefs [new file with mode: 0644]
luz2/.settings/org.eclipse.wst.common.component [new file with mode: 0644]
luz2/.settings/org.eclipse.wst.common.project.facet.core.xml [new file with mode: 0644]
luz2/.settings/org.eclipse.wst.validation.prefs [new file with mode: 0644]
luz2/bin/.gitignore [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/ArrayUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/ClassUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/DaoUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/DateUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/JapaneseTextUtil.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/NumberUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/ObjectUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/StringEscapeUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/StringUtils.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/commons/Validator.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/controller/ActionInfo.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/controller/ActionServlet$HttpRequestParamWrapper.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/controller/ActionServlet.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/controller/ActionSupport.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/controller/DefaultAction.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/AccessLogFilter.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/AccessData.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/AccessFilter.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/AccessOverFlowException.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/RemoteHttpServletRequest.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/SessionFilter.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/SessionListener.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/SessionServiceLocal.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/SessionServiceRemote.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/net/SessionServerConnection.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/http/session/net/SessionServerConnectionManager.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/annotation/LRemote$Selector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/annotation/LRemote.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/ConnectManager$ConnectType.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/ConnectManager$SyncType.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/ConnectManager.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/Connector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/impl/AsyncConnectWrapper$AsyncTimerTask.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/impl/AsyncConnectWrapper.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/impl/GroupConnector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/connector/impl/SingleConnector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/intercetor/RemoteInterceptor.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/node/RemoteNode.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/node/RemoteNodeGroup.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/selector/Selector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/selector/SelectorFactory.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/selector/impl/GroupSelector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/selector/impl/OrderedSelector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/selector/impl/OthersSelector.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/service/ServiceManager.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/service/ServiceManagerXml.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/lremote/servlet/RemoteServlet.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/ConnectionPool.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/DBManager.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/DataSourceWrapper.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/DriverWrapper.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindCallableStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindCallableStatementImpl.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindConnection.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindConnectionImpl$BindData.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindConnectionImpl.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindPreparedStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/bind/BindPreparedStatementImpl.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/CalledMethod.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterCallableStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterConnection.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterConnectionPool.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterPreparedStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterResultSet.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/cluster/ClusterStatementInterface.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/dao/CommonDao.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/logging/Loggable.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/logging/LoggingStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/pool/PooledBindCallableStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/pool/PooledBindPreparedStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/pool/PooledCallableStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/pool/PooledConnection.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/pool/PooledPreparedStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/pool/PooledStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/Statistics$1.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/Statistics$2.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/Statistics$3.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/Statistics$4.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/Statistics.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/StatsCallableStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/StatsConnection.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/StatsPreparedStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/StatsRecord.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/sql/stats/StatsStatement.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/BeanInfo.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/BeanManager.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/CondTypeEnum.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/Config.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/EnumAlias.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/IEntity.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/IEnum.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/IParameterizable.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/MethodUtil.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/PageInfo.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/Pager.class [new file with mode: 0644]
luz2/bin/com/lavans/luz2/util/ParameterUtils.class [new file with mode: 0644]
luz2/bin/luz.xml.sample [new file with mode: 0644]
luz2/bin/stats.jsp [new file with mode: 0644]
luz2/bin/test/BigDecimalTest.class [new file with mode: 0644]
luz2/bin/test/ConfigTest.class [new file with mode: 0644]
luz2/bin/test/ConnectTest.class [new file with mode: 0644]
luz2/bin/test/Entity$PK.class [new file with mode: 0644]
luz2/bin/test/Entity.class [new file with mode: 0644]
luz2/bin/test/GDTEst.class [new file with mode: 0644]
luz2/bin/test/GDao.class [new file with mode: 0644]
luz2/bin/test/LMember$PK.class [new file with mode: 0644]
luz2/bin/test/LMember.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/dao/old/DaoUtils.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/dao/old/EntityMetaData.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/dao/old/GenericDao.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/dao/old/SqlDao.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/text/NumberUtilTest.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/text/StringUtilsTest.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/text/ValidatorTest.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/util2/InstanceManager$Bean.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/util2/InstanceManager.class [new file with mode: 0644]
luz2/bin/test/com/lavans/luz2/util2/ParameterUtilTest.class [new file with mode: 0644]
luz2/conf/.gitignore [new file with mode: 0644]
luz2/conf/luz.xml.sample [new file with mode: 0644]
luz2/docs/Cluster.jude [new file with mode: 0644]
luz2/docs/memo.txt [new file with mode: 0644]
luz2/jsp/stats.jsp [new file with mode: 0644]
luz2/lib/asm-3.1.jar [new file with mode: 0644]
luz2/lib/cglib-2.2.jar [new file with mode: 0644]
luz2/lib/commons-lang-2.4.jar [new file with mode: 0644]
luz2/lib/commons-logging-1.0.4.jar [new file with mode: 0644]
luz2/lib/ojdbc14.jar [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/ArrayUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/ClassUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/DaoUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/DateUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/JapaneseTextUtil.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/NumberUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/ObjectUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/StringEscapeUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/StringUtils.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/commons/Validator.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/controller/ActionInfo.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/controller/ActionServlet.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/controller/ActionSupport.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/controller/DefaultAction.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/AccessLogFilter.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/AccessData.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/AccessFilter.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/AccessOverFlowException.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/RemoteHttpServletRequest.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/SessionFilter.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/SessionListener.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/SessionServiceLocal.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/SessionServiceRemote.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/net/SessionServerConnection.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/http/session/net/SessionServerConnectionManager.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/annotation/LRemote.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/connector/ConnectManager.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/connector/Connector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/connector/impl/AsyncConnectWrapper.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/connector/impl/GroupConnector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/connector/impl/SingleConnector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/intercetor/RemoteInterceptor.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/node/RemoteNode.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/node/RemoteNodeGroup.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/selector/Selector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/selector/SelectorFactory.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/selector/impl/GroupSelector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/selector/impl/OrderedSelector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/selector/impl/OthersSelector.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/service/ServiceManager.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/service/ServiceManagerXml.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/lremote/servlet/RemoteServlet.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/ConnectionPool.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/DBManager.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/DataSourceWrapper.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/DriverWrapper.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/bind/BindCallableStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/bind/BindCallableStatementImpl.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/bind/BindConnection.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/bind/BindConnectionImpl.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/bind/BindPreparedStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/bind/BindPreparedStatementImpl.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/CalledMethod.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterCallableStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterConnection.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterConnectionPool.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterPreparedStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterResultSet.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/cluster/ClusterStatementInterface.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/dao/CommonDao.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/logging/Loggable.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/logging/LoggingStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/pool/PooledBindCallableStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/pool/PooledBindPreparedStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/pool/PooledCallableStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/pool/PooledConnection.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/pool/PooledPreparedStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/pool/PooledStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/stats/Statistics.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/stats/StatsCallableStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/stats/StatsConnection.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/stats/StatsPreparedStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/stats/StatsRecord.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/sql/stats/StatsStatement.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/BeanManager.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/CondTypeEnum.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/Config.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/EnumAlias.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/IEntity.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/IEnum.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/IParameterizable.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/MethodUtil.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/PageInfo.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/Pager.java [new file with mode: 0644]
luz2/src/com/lavans/luz2/util/ParameterUtils.java [new file with mode: 0644]
luz2/src/test/BigDecimalTest.java [new file with mode: 0644]
luz2/src/test/ConfigTest.java [new file with mode: 0644]
luz2/src/test/ConnectTest.java [new file with mode: 0644]
luz2/src/test/Entity.java [new file with mode: 0644]
luz2/src/test/GDTEst.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/dao/old/DaoUtils.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/dao/old/EntityMetaData.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/dao/old/GenericDao.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/dao/old/SqlDao.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/text/NumberUtilTest.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/text/StringUtilsTest.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/text/ValidatorTest.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/util2/InstanceManager.java [new file with mode: 0644]
luz2/src/test/com/lavans/luz2/util2/ParameterUtilTest.java [new file with mode: 0644]