Class DiagStatusCommand
- java.lang.Object
-
- org.opendaylight.infrautils.diagstatus.shell.DiagStatusCommand
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
public class DiagStatusCommand extends Object implements org.apache.karaf.shell.commands.Action
CLI for showing registered service status.- Author:
- Faseela K
-
-
Constructor Summary
Constructors Constructor Description DiagStatusCommand(DiagStatusServiceMBean diagStatusServiceMBean, ClusterMemberInfo clusterMemberInfoProvider, HttpClientService httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Object
execute(org.apache.felix.service.command.CommandSession session)
-
-
-
Constructor Detail
-
DiagStatusCommand
public DiagStatusCommand(DiagStatusServiceMBean diagStatusServiceMBean, ClusterMemberInfo clusterMemberInfoProvider, HttpClientService httpClient)
-
-