OSDN Git Service

import
authordobashi <dobashi@lavans.jp>
Tue, 13 Sep 2011 05:47:30 +0000 (14:47 +0900)
committerdobashi <dobashi@lavans.jp>
Tue, 13 Sep 2011 05:47:30 +0000 (14:47 +0900)
commit6fc653774e5f2f588c75b49a2c1a7f6591852eb1
tree136db71eef77cf7ea70758c7a9a29696388449aa
import
118 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/conf/luz.xml [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]