|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.bugs.LocalAbstractInfo
com.limegroup.gnutella.bugs.LocalClientInfo
This class encapsulates all of the data for an individual client machine for an individual bug report.
This class collects all of the data for the local machine and provides access to that data in url-encoded form.
Field Summary | |
protected java.lang.String |
_acceptedIncoming
|
protected java.lang.String |
_activeDownloads
|
protected java.lang.String |
_activeUploads
|
protected java.lang.String |
_architecture
|
protected java.lang.String |
_bug
|
protected java.lang.String |
_bugName
|
protected java.lang.String |
_connected
|
protected java.lang.String |
_currentThread
|
protected java.lang.String |
_detail
|
protected java.lang.String |
_freeMemory
|
protected java.lang.String |
_guessCapable
|
protected java.lang.String |
_httpDownloaders
|
protected java.lang.String |
_javaVendor
|
protected java.lang.String |
_javaVersion
|
protected java.lang.String |
_leaf
|
protected java.lang.String |
_leafToUp
|
protected java.lang.String |
_limewireVersion
|
protected java.lang.String |
_oldConnections
|
protected java.lang.String |
_os
|
protected java.lang.String |
_osVersion
|
protected java.lang.String |
_otherBug
|
protected java.lang.String |
_otherThreads
|
protected java.lang.String |
_props
|
protected java.lang.String |
_queuedUploads
|
protected java.lang.String |
_sharedFiles
|
protected java.lang.String |
_threadCount
|
protected java.lang.String |
_totalMemory
|
protected java.lang.String |
_ultrapeer
|
protected java.lang.String |
_upTime
|
protected java.lang.String |
_upToLeaf
|
protected java.lang.String |
_upToUp
|
protected java.lang.String |
_waitingDownloaders
|
protected static java.lang.String |
ACCEPTED_INCOMING
Constant for whether or not incoming has been accepted. |
protected static java.lang.String |
ACTIVE_DOWNLOADS
Constant for the number of active downloads. |
protected static java.lang.String |
ACTIVE_UPLOADS
Constant for the number of active uploads. |
protected static java.lang.String |
ARCHITECTURE
Constant for the architecture. |
protected static java.lang.String |
BUG
Constant for the exception to report. |
protected static java.lang.String |
BUG_NAME
Constant for the exception's name. |
protected static java.lang.String |
CONNECTED
Constant for the connection status. |
protected static java.lang.String |
CURRENT_THREAD
Constant for the current thread name. |
protected static java.lang.String |
DETAIL
Constant for the detail message. |
protected static java.lang.String |
FREE_MEMORY
Constant for the free memory. |
protected static java.lang.String |
GUESS_CAPABLE
Constant for guess capability. |
protected static java.lang.String |
HTTP_DOWNLOADERS
Constant for the number of http downloaders. |
protected static java.lang.String |
JAVA_VENDOR
Constant for the java vendor. |
protected static java.lang.String |
JAVA_VERSION
Constant for the Java version. |
protected static java.lang.String |
LEAF
Constant for leaf status. |
protected static java.lang.String |
LEAF_TO_UP
Constant for the number of leaf -> up connections. |
protected static java.lang.String |
LIMEWIRE_VERSION
Constant for the LimeWire version. |
protected static java.lang.String |
OLD_CONNECTIONS
Constant for the number of old connections. |
protected static java.lang.String |
OS
Constant for the OS. |
protected static java.lang.String |
OS_VERSION
Constant for the OS version. |
protected static java.lang.String |
OTHER_BUG
Constant for an underlying bug, if any. |
protected static java.lang.String |
OTHER_THREADS
Constant for the other active threads. |
protected static java.lang.String |
PROPS
Constant for the Properties object. |
protected static java.lang.String |
QUEUED_UPLOADS
Constant for the number of queued uploads. |
protected static java.lang.String |
SHARED_FILES
Constant for the number of shared files. |
protected static java.lang.String |
THREAD_COUNT
Constant for the total amount of active threads. |
protected static java.lang.String |
TOTAL_MEMORY
Constant for the total memory. |
protected static java.lang.String |
ULTRAPEER
Constant for ultrapeer status. |
protected static java.lang.String |
UP_TO_LEAF
Constant for the number of up -> leaf connections. |
protected static java.lang.String |
UP_TO_UP
Constant for the number of ultrapeer -> ultrapeer connections. |
protected static java.lang.String |
UPTIME
Constant for the uptime. |
protected static java.lang.String |
WAITING_DOWNLOADERS
Constant for the number of waiting downloaders. |
Constructor Summary | |
LocalClientInfo(java.lang.Throwable bug,
java.lang.Thread running,
java.lang.String detail)
Creates information about this bug from the bug, thread, and detail. |
Method Summary | |
java.lang.String |
getParsedBug()
Returns the parsed version of the stack trace, without the message between the exception and the stack trace. |
java.lang.String |
getPostRequestString()
Returns a string in URL encoded format that contains all of the information for the bug report. |
java.lang.String |
toBugReport()
Returns this bug as a bug report. |
java.lang.String |
toString()
Prints the bug's name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final java.lang.String LIMEWIRE_VERSION
protected java.lang.String _limewireVersion
protected static final java.lang.String JAVA_VERSION
protected java.lang.String _javaVersion
protected static final java.lang.String OS
protected java.lang.String _os
protected static final java.lang.String OS_VERSION
protected java.lang.String _osVersion
protected static final java.lang.String ARCHITECTURE
protected java.lang.String _architecture
protected static final java.lang.String FREE_MEMORY
protected java.lang.String _freeMemory
protected static final java.lang.String TOTAL_MEMORY
protected java.lang.String _totalMemory
protected static final java.lang.String BUG
protected java.lang.String _bug
protected static final java.lang.String CURRENT_THREAD
protected java.lang.String _currentThread
protected static final java.lang.String PROPS
protected java.lang.String _props
protected static final java.lang.String UPTIME
protected java.lang.String _upTime
protected static final java.lang.String CONNECTED
protected java.lang.String _connected
protected static final java.lang.String UP_TO_UP
protected java.lang.String _upToUp
protected static final java.lang.String UP_TO_LEAF
protected java.lang.String _upToLeaf
protected static final java.lang.String LEAF_TO_UP
protected java.lang.String _leafToUp
protected static final java.lang.String OLD_CONNECTIONS
protected java.lang.String _oldConnections
protected static final java.lang.String ULTRAPEER
protected java.lang.String _ultrapeer
protected static final java.lang.String LEAF
protected java.lang.String _leaf
protected static final java.lang.String ACTIVE_UPLOADS
protected java.lang.String _activeUploads
protected static final java.lang.String QUEUED_UPLOADS
protected java.lang.String _queuedUploads
protected static final java.lang.String ACTIVE_DOWNLOADS
protected java.lang.String _activeDownloads
protected static final java.lang.String HTTP_DOWNLOADERS
protected java.lang.String _httpDownloaders
protected static final java.lang.String WAITING_DOWNLOADERS
protected java.lang.String _waitingDownloaders
protected static final java.lang.String ACCEPTED_INCOMING
protected java.lang.String _acceptedIncoming
protected static final java.lang.String SHARED_FILES
protected java.lang.String _sharedFiles
protected static final java.lang.String OTHER_THREADS
protected java.lang.String _otherThreads
protected static final java.lang.String DETAIL
protected java.lang.String _detail
protected static final java.lang.String OTHER_BUG
protected java.lang.String _otherBug
protected static final java.lang.String JAVA_VENDOR
protected java.lang.String _javaVendor
protected static final java.lang.String THREAD_COUNT
protected java.lang.String _threadCount
protected static final java.lang.String BUG_NAME
protected java.lang.String _bugName
protected static final java.lang.String GUESS_CAPABLE
protected java.lang.String _guessCapable
Constructor Detail |
public LocalClientInfo(java.lang.Throwable bug, java.lang.Thread running, java.lang.String detail)
Method Detail |
public final java.lang.String getPostRequestString()
public java.lang.String toBugReport()
public final java.lang.String getParsedBug()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |