change the package name

This commit is contained in:
coderfengyun 2014-03-10 14:11:53 +08:00
parent 19d86c9a5d
commit b37f979b34
14 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters;
package org.bench4q.agent.parameterization;
public interface SessionObject {

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.io.File;
import java.io.FileInputStream;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.io.BufferedReader;
import java.util.HashMap;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.util.Date;
import java.util.HashMap;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.util.UUID;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.util.Random;
import java.util.UUID;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.util.HashMap;
import java.util.Map;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.io.StringReader;
import javax.xml.parsers.DocumentBuilder;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.util.HashMap;
import java.util.Map;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
public class TEST_HelloThread extends Thread {
InstanceControler ic;

View File

@ -1,4 +1,4 @@
package org.bench4q.agent.parameters.impl;
package org.bench4q.agent.parameterization.impl;
import java.util.UUID;

View File

@ -8,7 +8,7 @@ import java.util.Map;
import org.bench4q.agent.datacollector.interfaces.DataCollector;
import org.bench4q.agent.helper.ApplicationContextHelper;
import org.bench4q.agent.parameters.impl.InstanceControler;
import org.bench4q.agent.parameterization.impl.InstanceControler;
import org.bench4q.agent.plugin.Plugin;
import org.bench4q.agent.plugin.PluginManager;
import org.bench4q.agent.plugin.result.HttpReturn;

View File

@ -4,7 +4,7 @@ import java.util.Map;
import org.bench4q.agent.datacollector.impl.BehaviorStatusCodeResult;
import org.bench4q.agent.datacollector.interfaces.DataCollector;
import org.bench4q.agent.parameters.impl.InstanceControler;
import org.bench4q.agent.parameterization.impl.InstanceControler;
import org.bench4q.agent.scenario.Parameter;
public abstract class Behavior {