public class ProtocolTester
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected org.apache.commons.logging.Log |
log |
Constructor | Description |
---|---|
ProtocolTester(java.lang.String prot_spec,
Protocol harness) |
Modifier and Type | Method | Description |
---|---|---|
Protocol |
getBottom() |
|
java.util.Vector<Protocol> |
getProtocols() |
|
java.lang.String |
getProtocolSpec() |
|
Protocol |
getTop() |
|
static void |
main(java.lang.String[] args) |
|
void |
start() |
|
void |
stop() |
public ProtocolTester(java.lang.String prot_spec, Protocol harness) throws java.lang.Exception
java.lang.Exception
public java.util.Vector<Protocol> getProtocols()
public java.lang.String getProtocolSpec()
public Protocol getBottom()
public Protocol getTop()
public void start() throws java.lang.Exception
java.lang.Exception
public void stop()
public static void main(java.lang.String[] args)
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.