edu.sdsc.grid.io.srb
Class SRBProtocol

java.lang.Object
  extended by edu.sdsc.grid.io.Protocol
      extended by edu.sdsc.grid.io.srb.SRBProtocol

public class SRBProtocol
extends Protocol


Field Summary
 
Fields inherited from class edu.sdsc.grid.io.Protocol
help, metaDataSet, name
 
Constructor Summary
SRBProtocol()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          If and only if the object is an instance of SRBProtocol.
 
Methods inherited from class edu.sdsc.grid.io.Protocol
getHelp, getMetaDataSet, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SRBProtocol

public SRBProtocol()
Method Detail

equals

public boolean equals(java.lang.Object obj)
If and only if the object is an instance of SRBProtocol.

Specified by:
equals in class Protocol