public class SchemaCreationControlCommand
extends org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<Boolean>
Command used to communicate between local test executor and remote
container to obtain information if schema has been already created
before the first test execution.
Such a construct exists due to the lack of BeforeClass hooks
while executing tests in the container.