blob: bc3c13059e90d55f18a4aa5867cc94e6a6df3715 [file] [log] [blame]
#
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
h1. SYNOPSIS
${project.name}
${project.description}
Maven URL:
\u001B[33mmvn:${project.groupId}/${project.artifactId}/${project.version}\u001B[0m
h1. DESCRIPTION
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.
h1. SEE ALSO
\u001B[36mDeclarative Services\u001B[0m and \u001B[Remote Management via JMX\u001B[0m sections of the Karaf User Guide.