com.limegroup.gnutella.bugs
Class RemoteAbstractInfo

java.lang.Object
  extended bycom.limegroup.gnutella.bugs.RemoteAbstractInfo
Direct Known Subclasses:
RemoteClientInfo, RemoteServletInfo

public abstract class RemoteAbstractInfo
extends java.lang.Object

This class maintains protected constants and variables for RemoteServletInfo and RemoteClientInfo, the classes that contain the data for the client machine reporting the bug. This class simply ensures that they are using the same values.


Field Summary
protected static java.lang.String NEXT_ANY_BUG_TIME
          Key for the next time to report any bug.
protected static java.lang.String NEXT_THIS_BUG_TIME
          Key for the next time to report this bug.
 
Constructor Summary
RemoteAbstractInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEXT_THIS_BUG_TIME

protected static final java.lang.String NEXT_THIS_BUG_TIME
Key for the next time to report this bug.

See Also:
Constant Field Values

NEXT_ANY_BUG_TIME

protected static final java.lang.String NEXT_ANY_BUG_TIME
Key for the next time to report any bug.

See Also:
Constant Field Values
Constructor Detail

RemoteAbstractInfo

public RemoteAbstractInfo()