TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http.remote
Class CleanupObj

java.lang.Object
  extended byorg.eclipse.hyades.execution.recorder.http.remote.CleanupObj

Deprecated. This is not public API. It will be moved to internal in TPTP 5

public class CleanupObj
extends java.lang.Object

This object is used to clean up any sockets that are still hanging around when we close the HTTP recorder.


Constructor Summary
CleanupObj()
          Deprecated.  
 
Method Summary
 java.lang.String getThisConnection()
          Deprecated.  
 java.net.Socket getThisSocket()
          Deprecated.  
 PacketWriter getThisWriter()
          Deprecated.  
 void setThisConnection(java.lang.String thisConnection)
          Deprecated.  
 void setThisSocket(java.net.Socket thisSocket)
          Deprecated.  
 void setThisWriter(PacketWriter thisWriter)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupObj

public CleanupObj()
Deprecated. 
Method Detail

getThisSocket

public java.net.Socket getThisSocket()
Deprecated. 
Returns:
Returns the thisSocket.

setThisSocket

public void setThisSocket(java.net.Socket thisSocket)
Deprecated. 
Parameters:
thisSocket - The thisSocket to set.

getThisWriter

public PacketWriter getThisWriter()
Deprecated. 
Returns:
Returns the thisWriter.

setThisWriter

public void setThisWriter(PacketWriter thisWriter)
Deprecated. 
Parameters:
thisWriter - The thisWriter to set.

getThisConnection

public java.lang.String getThisConnection()
Deprecated. 
Returns:
Returns the thisConnection.

setThisConnection

public void setThisConnection(java.lang.String thisConnection)
Deprecated. 
Parameters:
thisConnection - The thisConnection to set.

TPTP 4.2.0 Testing Tools Project
Public API Specification