blob: e8eba83238a9236447c3dfd037fddb05c5b8d15b [file] [log] [blame]
\u001B[1mSYNOPSIS\u001B[0m
${project.name}
${project.description}
Maven URL:
\u001B[33mmvn:${project.groupId}/${project.artifactId}/${project.version}\u001B[0m
\u001B[1mDESCRIPTION\u001B[0m
This bundle provide MBean to manage Declarative Service Components in Karaf features via JMX.
Especially, it provides the ScrServiceMBean supporting the following operations:
\u001B[36mlistComponents()\u001B[0m Gets the list of the currently available components.
\u001B[36mactivateComponent(String)\u001B[0m Activates a component for the given component name.
\u001B[36mdeactiveateComponent(String)\u001B[0m Deactivates a component for the given component name.
\u001B[36misComponentActive(String)\u001B[0m Check to see if a given component is in an ACTIVE state.
\u001B[1mSEE ALSO\u001B[0m
\u001B[36mDeclarative Services\u001B[0m and \u001B[Remote Management via JMX\u001B[0m sections of the Karaf User Guide.