org.jdiagnose.remote
Class RemoteResultWrapper

java.lang.Object
  extended byorg.jdiagnose.remote.RemoteResultWrapper
All Implemented Interfaces:
RemoteResult

public class RemoteResultWrapper
extends java.lang.Object
implements RemoteResult

Author:
jmccrindle

Field Summary
protected  RemoteResult remoteResult
           
 
Constructor Summary
RemoteResultWrapper(RemoteResult remoteResult)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAgent()
           
 java.lang.String getGuid()
           
 java.lang.String getHost()
           
 ResultInfo getResultInfo()
           
 long getSequenceNumber()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

remoteResult

protected RemoteResult remoteResult
Constructor Detail

RemoteResultWrapper

public RemoteResultWrapper(RemoteResult remoteResult)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getAgent

public java.lang.String getAgent()
Specified by:
getAgent in interface RemoteResult
Returns:

getGuid

public java.lang.String getGuid()
Specified by:
getGuid in interface RemoteResult
Returns:

getHost

public java.lang.String getHost()
Specified by:
getHost in interface RemoteResult
Returns:

getResultInfo

public ResultInfo getResultInfo()
Specified by:
getResultInfo in interface RemoteResult
Returns:

getSequenceNumber

public long getSequenceNumber()
Specified by:
getSequenceNumber in interface RemoteResult
Returns:

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.