@NotThreadSafe public class ThreadDescriptorList extends Object implements IHasMicroNodeRepresentation
ThreadDescriptor objects.| Constructor and Description |
|---|
ThreadDescriptorList() |
| Modifier and Type | Method and Description |
|---|---|
ThreadDescriptorList |
addDescriptor(ThreadDescriptor aDescriptor) |
static ThreadDescriptorList |
createWithAllThreads() |
com.helger.commons.collection.impl.ICommonsList<ThreadDescriptor> |
getAllDescriptors() |
IMicroElement |
getAsMicroNode() |
String |
getAsString() |
String |
getError() |
ThreadDescriptorList |
setError(String sError) |
@Nonnull public ThreadDescriptorList addDescriptor(@Nonnull ThreadDescriptor aDescriptor)
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<ThreadDescriptor> getAllDescriptors()
@Nonnull public ThreadDescriptorList setError(@Nullable String sError)
@Nonnull public IMicroElement getAsMicroNode()
getAsMicroNode in interface IHasMicroNodeRepresentationIMicroNode. May not be null.@Nonnull public static ThreadDescriptorList createWithAllThreads()
Copyright © 2014–2019 Philip Helger. All rights reserved.