public class GetDiagnosticsMapTask extends SessionedTask<java.util.Map<Ref,Diagnostics>>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<Ref> |
refs |
| Constructor and Description |
|---|
GetDiagnosticsMapTask(java.util.Collection<Ref> refs)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<Ref,Diagnostics> |
_execute()
execute this task
|
static java.util.Map<Ref,Diagnostics> |
getDiagnostics(ConfigService configService, java.util.Collection<Ref> refs)
helper method
|
static java.util.Map<Ref,Diagnostics> |
getDiagnostics(ConfigService configService, java.lang.String session, java.util.Collection<Ref> refs)
helper method
|
assertExists, assertLocation, assertNONResource, assertNotExists, assertNotLocationData, assertNotNull, assertNotNullElement, assertResource, assertSimple, call, doExecute, doExecute, doExecute, doExecute, expand, getConfigContext, getConfigMBean, getConfigService, getDescription, getSession, isLocation, isReadOnlyTransaction, requiresSystemTransactionprotected java.util.Collection<Ref> refs
public GetDiagnosticsMapTask(java.util.Collection<Ref> refs)
protected java.util.Map<Ref,Diagnostics> _execute() throws java.lang.Exception
_execute in class SessionedTask<java.util.Map<Ref,Diagnostics>>java.lang.Exceptionpublic static java.util.Map<Ref,Diagnostics> getDiagnostics(ConfigService configService, java.util.Collection<Ref> refs) throws NotFoundException
NotFoundExceptionpublic static java.util.Map<Ref,Diagnostics> getDiagnostics(ConfigService configService, java.lang.String session, java.util.Collection<Ref> refs) throws NotFoundException
NotFoundException