public class LocalProtocol extends Object implements Protocol<LocalProtocolConfiguration>
TestMethodExecutor#invoke() directly.| Constructor and Description |
|---|
LocalProtocol() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDescription |
getDescription()
The registry name used for this protocol.
e.g. |
ContainerMethodExecutor |
getExecutor(LocalProtocolConfiguration protocolConfiguration,
ProtocolMetaData metaData,
CommandCallback callback) |
DeploymentPackager |
getPackager()
Get the DeploymentPackager for this Protocol.
|
Class<LocalProtocolConfiguration> |
getProtocolConfigurationClass()
Get the protocols configuration class.
|
public static final String NAME
public Class<LocalProtocolConfiguration> getProtocolConfigurationClass()
Protocol#getExecutor(ProtocolConfiguration, ProtocolMetaData)getProtocolConfigurationClass in interface Protocol<LocalProtocolConfiguration>ProtocolConfigurationpublic ProtocolDescription getDescription()
ProtocolgetDescription in interface Protocol<LocalProtocolConfiguration>org.jboss.arquillian.api.OverProtocolpublic DeploymentPackager getPackager()
ProtocolgetPackager in interface Protocol<LocalProtocolConfiguration>public ContainerMethodExecutor getExecutor(LocalProtocolConfiguration protocolConfiguration, ProtocolMetaData metaData, CommandCallback callback)
getExecutor in interface Protocol<LocalProtocolConfiguration>callback - A Callback for each event received from the remote container.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.