public class ThreadStats extends CloneableDataObject
Title: Service Event Fabric Runtime
Description: Contains a snapshot of the thread statistics.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
long |
getId()
Returns the identifier of the thread.
|
java.lang.String |
getName()
Returns the name of the thread.
|
java.lang.Thread.State |
getState()
Returns the state of the thread.
|
clone, getSerialVersionUID
public long getId()
public java.lang.String getName()
public java.lang.Thread.State getState()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.