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>
ProtocolConfiguration
public ProtocolDescription getDescription()
Protocol
getDescription
in interface Protocol<LocalProtocolConfiguration>
org.jboss.arquillian.api.OverProtocol
public DeploymentPackager getPackager()
Protocol
getPackager
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.