Searched refs:InvocationRecord (Results 1 - 25 of 1073) sorted by relevance

1234567891011>>

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/command/
H A DInvocationHistory.java34 * Return the InvocationRecord representing the command invoction data for the nth invocation
35 * for this command handler instance. One InvocationRecord should be stored for each invocation
39 * @return the InvocationRecord for the specified index
42 public InvocationRecord getInvocation(int index);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DAppeCommandHandler.java19 import org.mockftpserver.core.command.InvocationRecord;
38 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
40 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
H A DStorCommandHandler.java19 import org.mockftpserver.core.command.InvocationRecord;
38 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
40 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
H A DAppeCommandHandler.java19 import org.mockftpserver.core.command.InvocationRecord;
38 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
40 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
H A DStorCommandHandler.java19 import org.mockftpserver.core.command.InvocationRecord;
38 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
40 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {

Completed in 491 milliseconds

1234567891011>>