com.eviware.soapui.impl.wsdl.monitor
Class TcpMonMonitorEngine

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.monitor.TcpMonMonitorEngine
All Implemented Interfaces:
SoapMonitorEngine

public class TcpMonMonitorEngine
extends java.lang.Object
implements SoapMonitorEngine


Constructor Summary
TcpMonMonitorEngine()
           
 
Method Summary
 int getLocalPort()
           
 boolean isProxy()
           
 boolean isRunning()
           
 void start(SoapMonitor monitor, int localPort)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpMonMonitorEngine

public TcpMonMonitorEngine()
Method Detail

start

public void start(SoapMonitor monitor,
                  int localPort)
Specified by:
start in interface SoapMonitorEngine

stop

public void stop()
Specified by:
stop in interface SoapMonitorEngine

getLocalPort

public int getLocalPort()

isRunning

public boolean isRunning()
Specified by:
isRunning in interface SoapMonitorEngine

isProxy

public boolean isProxy()
Specified by:
isProxy in interface SoapMonitorEngine


Copyright © 2005-2009 eviware.com. All Rights Reserved.