org.jboss.portal.test.framework.driver.remote
Class RemoteDriverCommandContext
java.lang.Object
org.jboss.portal.test.framework.driver.remote.RemoteDriverCommandContext
public class RemoteDriverCommandContext
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteDriverCommandContext
public RemoteDriverCommandContext(RemoteDriverResponseContext responseContext,
DriverCommand command)
RemoteDriverCommandContext
public RemoteDriverCommandContext(DriverCommand command)
RemoteDriverCommandContext
public RemoteDriverCommandContext(RemoteDriverCommandContext commandContext,
DriverCommand command)
RemoteDriverCommandContext
public RemoteDriverCommandContext(RemoteDriverCommandContext commandContext)
getPayload
public java.util.Map getPayload()
getRequestCount
public int getRequestCount()
createResponseContext
public RemoteDriverResponseContext createResponseContext(DriverResponse response)
getResponseContext
public RemoteDriverResponseContext getResponseContext()
getCommand
public DriverCommand getCommand()