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