org.jboss.test.jca.fs
Class FSRequestInfo

java.lang.Object
  extended byorg.jboss.test.jca.fs.FSRequestInfo
All Implemented Interfaces:
ConnectionRequestInfo (src)

public class FSRequestInfo
extends java.lang.Object
implements ConnectionRequestInfo (src)


Constructor Summary
FSRequestInfo(java.io.File rootDir)
          Creates new FSRequestInfo
 
Method Summary
 boolean equals(java.lang.Object obj)
          Tests object for equality
 int hashCode()
          Generates a hashCode for this object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSRequestInfo

public FSRequestInfo(java.io.File rootDir)
Creates new FSRequestInfo

Method Detail

equals

public boolean equals(java.lang.Object obj)
Description copied from interface: ConnectionRequestInfo (src)
Tests object for equality

Specified by:
equals in interface ConnectionRequestInfo (src)

hashCode

public int hashCode()
Description copied from interface: ConnectionRequestInfo (src)
Generates a hashCode for this object

Specified by:
hashCode in interface ConnectionRequestInfo (src)

toString

public java.lang.String toString()