Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractCompendiumHandler - Class in org.apache.aries.jmx
Abstract implementation of MBeanHandler that provides a template with basic tracking of an optional compendium service.
AbstractCompendiumHandler(JMXAgentContext, Filter) - Constructor for class org.apache.aries.jmx.AbstractCompendiumHandler
 
AbstractCompendiumHandler(JMXAgentContext, String) - Constructor for class org.apache.aries.jmx.AbstractCompendiumHandler
 
ACTIVATION_POLICY_USED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key ACTIVATION_POLICY_USED, used in BundleStateMBean.ACTIVATION_POLICY_USED_ITEM.
ACTIVATION_POLICY_USED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication whether the bundle activation policy must be used in BundleStateMBean.BUNDLE_TYPE.
Activator - Class in org.apache.aries.jmx
Activator for JMX OSGi bundle.
Activator() - Constructor for class org.apache.aries.jmx.Activator
 
ACTIVE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant ACTIVE for the BundleStateMBean.STATE
addCredential(String, byte[], String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addCredential(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addCredentialString(String, String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addCredentialString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add credentials to a user, associated with the supplied key
addInformation(TabularData) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
addInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformationFromZip(String) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
addInformationFromZip(String) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Processes the ZipInputStream contents of the provided zipURL and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addingService(ServiceReference) - Method in class org.apache.aries.jmx.AbstractCompendiumHandler
 
addingService(ServiceReference) - Method in class org.apache.aries.jmx.MBeanServiceTracker
Register MBeans using JMXAgentContext.registerMBeans(MBeanServer) when MBeanServer service is discovered
addMember(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a member to the group.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
addProperty(String, byte[], String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addProperty(String, byte[], String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role.
addPropertyString(String, String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addPropertyString(String, String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add or update a property on a role
addRequiredMember(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addRequiredMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Add a required member to the group
agentContext - Variable in class org.apache.aries.jmx.AbstractCompendiumHandler
 
ARRAY_OF - Static variable in class org.osgi.jmx.JmxConstants
For an encoded array we need to start with ARRAY_OF.
arrayContains(Object[], Object) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
 
arrayType(int, OpenType<T>) - Static method in class org.osgi.jmx.Item
Return a new Array Type.
ATTRIBUTES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
ATTRIBUTES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the attributes of a capability or requirement.
ATTRIBUTES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that holds the attributes for a capability or requirements.
AuthorizationData - Class in org.apache.aries.jmx.codec
AuthorizationData represents Authorization Type @see UserAdminMBean.AUTORIZATION_TYPE.It is a codec for the CompositeData representing an Authorization .
AuthorizationData(Authorization) - Constructor for class org.apache.aries.jmx.codec.AuthorizationData
Constructs new AuthorizationData from Authorization.
AuthorizationData(String, String[]) - Constructor for class org.apache.aries.jmx.codec.AuthorizationData
Constructs new AuthorizationData.
AUTORIZATION_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for an Authorization object.

B

BATCH_ACTION_RESULT_TYPE - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The Composite Type for a batch action result.
BATCH_INSTALL_RESULT_TYPE - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The Composite Type which represents the result of a batch install operation.
BATCH_RESOLVE_RESULT_TYPE - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The Composite Type which represents the result of a batch resolve operation.
BatchActionResult - Class in org.apache.aries.jmx.codec
BatchInstallResult represents codec for resulting CompositeData of batch operations made on bundle via FrameworkMBean.
BatchActionResult(long[]) - Constructor for class org.apache.aries.jmx.codec.BatchActionResult
Constructs new BatchActionResult with completedItems array.
BatchActionResult(String) - Constructor for class org.apache.aries.jmx.codec.BatchActionResult
Constructs new BatchActionResult with error message.
BatchActionResult(long[], String, long[], long) - Constructor for class org.apache.aries.jmx.codec.BatchActionResult
Constructs new BatchActionResult.
BatchActionResult(long[], String, long[], boolean, long) - Constructor for class org.apache.aries.jmx.codec.BatchActionResult
Constructs new BatchActionResult.
BatchInstallResult - Class in org.apache.aries.jmx.codec
BatchInstallResult represents codec for resulting CompositeData of FrameworkMBean installBundles methods.
BatchInstallResult(long[]) - Constructor for class org.apache.aries.jmx.codec.BatchInstallResult
Constructs new BatchInstallResult with completedItems array.
BatchInstallResult(String) - Constructor for class org.apache.aries.jmx.codec.BatchInstallResult
Constructs new BatchInstallResult with error message.
BatchInstallResult(long[], String, String[], String) - Constructor for class org.apache.aries.jmx.codec.BatchInstallResult
Constructs new BatchInstallResult.
BatchInstallResult(long[], String, String[], boolean, String) - Constructor for class org.apache.aries.jmx.codec.BatchInstallResult
Constructs new BatchInstallResult.
BatchResolveResult - Class in org.apache.aries.jmx.codec
 
BatchResolveResult(boolean, Long[]) - Constructor for class org.apache.aries.jmx.codec.BatchResolveResult
 
BatchResult - Class in org.apache.aries.jmx.codec
BatchResult represents abstract class for BatchResults.
BatchResult() - Constructor for class org.apache.aries.jmx.codec.BatchResult
 
BIGDECIMAL - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of BigDecimal
BIGINTEGER - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of BigInteger
BOOLEAN - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Boolean
BUNDLE_CAPABILITY - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
BUNDLE_CAPABILITY_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing a capability for a bundle in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
BUNDLE_CAPABILITY_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents the capability of a bundle.
BUNDLE_EVENT - Static variable in class org.apache.aries.jmx.framework.BundleState
 
BUNDLE_EVENT_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Composite Type that represents a bundle event.
BUNDLE_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
BUNDLE_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing a bundle ID.
BUNDLE_IDENTIFIER - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key BUNDLE_IDENTIFIER, used in ServiceStateMBean.BUNDLE_IDENTIFIER_ITEM.
BUNDLE_IDENTIFIER_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundle identifier in ServiceStateMBean.SERVICE_TYPE.
BUNDLE_IN_ERROR - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key for BUNDLE_IN_ERROR.
BUNDLE_IN_ERROR_ID_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the bundle which caused the error during the batch operation.
BUNDLE_IN_ERROR_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the bundle which caused the error during the batch operation.
BUNDLE_LOCATION - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key BUNDLE_LOCATION, used in ServiceStateMBean.SERVICE_EVENT_TYPE.
BUNDLE_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundle location in ServiceStateMBean.EVENT_ITEM.
BUNDLE_REQUIREMENT - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
BUNDLE_REQUIREMENT_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing a requirement for a bundle in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
BUNDLE_REQUIREMENT_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents the requirement of a bundle.
BUNDLE_REVISION_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
BUNDLE_REVISION_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing a bundle revision ID.
BUNDLE_SYMBOLIC_NAME - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key BUNDLE_SYMBOLIC_NAME, used in ServiceStateMBean.SERVICE_EVENT_TYPE.
BUNDLE_SYMBOLIC_NAME_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the symbolic name in ServiceStateMBean.EVENT.
BUNDLE_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Composite Type that represents a bundle.
BUNDLE_WIRE_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite type that represents a bundle wire describing the live association between a provider of a capability and a requirer of the corresponding requirement.
BUNDLE_WIRES_TYPE_ARRAY - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
BUNDLE_WIRING_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents a bundle wiring.
bundleContext - Variable in class org.apache.aries.jmx.framework.BundleState
 
BundleData - Class in org.apache.aries.jmx.codec
BundleData represents BundleData Type @see BundleStateMBean.BUNDLE_TYPE.
BundleData(BundleContext, Bundle, PackageAdmin, StartLevel) - Constructor for class org.apache.aries.jmx.codec.BundleData
 
BundleData.Header - Class in org.apache.aries.jmx.codec
 
BundleEventData - Class in org.apache.aries.jmx.codec
BundleEventData represents BundleEvent Type @see BundleStateMBean.BUNDLE_EVENT_TYPE.
BundleEventData(BundleEvent) - Constructor for class org.apache.aries.jmx.codec.BundleEventData
 
bundleListener - Variable in class org.apache.aries.jmx.framework.BundleState
 
BUNDLES_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Tabular Type for a list of bundles.
BUNDLES_WIRING_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type to hold the wiring of a number of bundles.
BundleState - Class in org.apache.aries.jmx.framework
Implementation of BundleStateMBean which emits JMX Notification on Bundle state changes.
BundleState(BundleContext, PackageAdmin, StartLevel, StateConfig, Logger) - Constructor for class org.apache.aries.jmx.framework.BundleState
 
BundleStateMBean - Interface in org.osgi.jmx.framework
This MBean represents the Bundle state of the framework.
BundleStateMBeanHandler - Class in org.apache.aries.jmx.framework
Implementation of MBeanHandler which manages the BundleState MBean implementation
BundleStateMBeanHandler(JMXAgentContext, StateConfig) - Constructor for class org.apache.aries.jmx.framework.BundleStateMBeanHandler
 
BundleWiringData - Class in org.apache.aries.jmx.codec
 
BundleWiringData(long, int, List<BundleCapability>, List<BundleRequirement>, List<BundleWire>, List<BundleWire>, Map<BundleRevision, Integer>) - Constructor for class org.apache.aries.jmx.codec.BundleWiringData
 
BundleWiringState - Class in org.apache.aries.jmx.framework.wiring
 
BundleWiringState(BundleContext, Logger) - Constructor for class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
BundleWiringStateMBean - Interface in org.osgi.jmx.framework.wiring
This MBean represents the bundle wiring state.
BundleWiringStateMBeanHandler - Class in org.apache.aries.jmx.framework.wiring
 
BundleWiringStateMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.framework.wiring.BundleWiringStateMBeanHandler
 
BYTE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Byte

C

CAPABILITIES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
CAPABILITIES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
CAPABILITY_TYPE_ARRAY - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
CHARACTER - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Character
close() - Method in class org.apache.aries.jmx.framework.BundleStateMBeanHandler
 
close() - Method in class org.apache.aries.jmx.framework.FrameworkMBeanHandler
 
close() - Method in class org.apache.aries.jmx.framework.PackageStateMBeanHandler
 
close() - Method in class org.apache.aries.jmx.framework.ServiceStateMBeanHandler
 
close() - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringStateMBeanHandler
 
close() - Method in interface org.apache.aries.jmx.MBeanHandler
Stops handler.
completed - Variable in class org.apache.aries.jmx.codec.BatchResult
 
COMPLETED - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key COMPLETED, used in FrameworkMBean.COMPLETED_ITEM.
COMPLETED_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of bundles completing the batch operation.
compositeType(String, String, Item...) - Static method in class org.osgi.jmx.Item
Create a Composite Type
ConfigurationAdmin - Class in org.apache.aries.jmx.cm
Implementation of ConfigurationAdminMBean
ConfigurationAdmin(ConfigurationAdmin) - Constructor for class org.apache.aries.jmx.cm.ConfigurationAdmin
Constructs a ConfigurationAdmin implementation
ConfigurationAdminMBean - Interface in org.osgi.jmx.service.cm
This MBean provides the management interface to the OSGi Configuration Administration Service.
ConfigurationAdminMBeanHandler - Class in org.apache.aries.jmx.cm
Implementation of MBeanHandler which manages the ConfigurationAdminMBean implementation
ConfigurationAdminMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.cm.ConfigurationAdminMBeanHandler
Constructs new ConfigurationAdminMBeanHandler instance
constructInjectMBean(Object) - Method in class org.apache.aries.jmx.AbstractCompendiumHandler
Implement this method to construct an appropriate StandardMBean instance which is backed by the supplied service tracked by this handler
constructInjectMBean(Object) - Method in class org.apache.aries.jmx.cm.ConfigurationAdminMBeanHandler
 
constructInjectMBean(Object) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdminMBeanHandler
 
constructInjectMBean(Object) - Method in class org.apache.aries.jmx.provisioning.ProvisioningServiceMBeanHandler
 
constructInjectMBean(Object) - Method in class org.apache.aries.jmx.useradmin.UserAdminMBeanHandler
 
createFactoryConfiguration(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
createFactoryConfiguration(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Create a new configuration instance for the supplied persistent id of the factory, answering the PID of the created configuration
createFactoryConfigurationForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
createFactoryConfigurationForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Create a factory configuration for the supplied persistent id of the factory and the bundle location bound to bind the created configuration to, answering the PID of the created configuration
createFullObjectName(BundleContext, String) - Static method in class org.apache.aries.jmx.util.ObjectNameUtils
 
createGroup(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
createGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Create a Group
createRole(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
createRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Deprecated.
This method was specified in error. It does not function and must not be used. Use either UserAdminMBean.createUser(String) or UserAdminMBean.createGroup(String).
createStream(String) - Method in class org.apache.aries.jmx.framework.Framework
 
createStream(String) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
createUser(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
createUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Create a User
credentials - Variable in class org.apache.aries.jmx.codec.UserData
user credentials.
CREDENTIALS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The CREDENTIALS key, used in UserAdminMBean.CREDENTIALS_ITEM.
CREDENTIALS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the credentials of a user.

D

delete(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
delete(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Delete the configuration
deleteConfigurations(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
deleteConfigurations(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Delete the configurations matching the filter specification.
deleteForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
deleteForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Delete the configuration
DIRECTIVE_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents a directive for a capability or requirement.
DIRECTIVES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
DIRECTIVES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the directives of a capability or requirement.
DIRECTIVES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that holds the directives for a capability or requirement.
DOUBLE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Double

E

equals(Object) - Method in class org.apache.aries.jmx.codec.PackageData
 
error - Variable in class org.apache.aries.jmx.codec.BatchResult
 
ERROR - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The key ERROR, used in FrameworkMBean.ERROR_ITEM.
ERROR_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the error message of the batch operation.
EVENT - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key EVENT, used in BundleStateMBean.EVENT_ITEM.
EVENT - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key EVENT, used in ServiceStateMBean.EVENT_ITEM.
EVENT_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the event type.
EVENT_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the event type.
eventDispatcher - Variable in class org.apache.aries.jmx.framework.BundleState
 
eventDispatcher - Variable in class org.apache.aries.jmx.framework.ServiceState
 
EXPORTED_PACKAGES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key EXPORTED_PACKAGES, used in BundleStateMBean.EXPORTED_PACKAGES_ITEM.
EXPORTED_PACKAGES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the exported package names in BundleStateMBean.BUNDLE_TYPE .The key is BundleStateMBean.EXPORTED_PACKAGES and the the type is JmxConstants.STRING_ARRAY_TYPE.
EXPORTING_BUNDLES - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The key EXPORTING_BUNDLE, used in PackageStateMBean.EXPORTING_BUNDLES_ITEM.
EXPORTING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the bundle identifier in PackageStateMBean.PACKAGE_TYPE.
extend(CompositeType, String, String, Item...) - Static method in class org.osgi.jmx.Item
Extend a Composite Type by adding new items.
extractHeaderDeclaration(String) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
 
extractProvisioningDictionary(TabularData) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 

F

FLOAT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Float
FRAGMENT - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key FRAGMENT, used in BundleStateMBean.FRAGMENT_ITEM.
FRAGMENT_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the fragment status in BundleStateMBean.BUNDLE_TYPE.
FRAGMENTS - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key FRAGMENTS, used in BundleStateMBean.FRAGMENTS_ITEM.
FRAGMENTS_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the list of fragments the bundle is host to in BundleStateMBean.BUNDLE_TYPE.
Framework - Class in org.apache.aries.jmx.framework
Framework represents FrameworkMBean implementation.
Framework(BundleContext, StartLevel, PackageAdmin) - Constructor for class org.apache.aries.jmx.framework.Framework
Constructs new FrameworkMBean.
FrameworkMBean - Interface in org.osgi.jmx.framework
The FrameworkMbean provides mechanisms to exert control over the framework.
FrameworkMBeanHandler - Class in org.apache.aries.jmx.framework
FrameworkMBeanHandler represents MBeanHandler which holding information about FrameworkMBean.
FrameworkMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.framework.FrameworkMBeanHandler
Constructs new FrameworkMBeanHandler.
FrameworkUtils - Class in org.apache.aries.jmx.util
This class contains common utilities related to Framework operations for the MBean implementations
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.AuthorizationData
Static factory method to create AuthorizationData from CompositeData object.
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.BatchActionResult
Static factory method to create BatchActionResult from CompositeData object.
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.BatchInstallResult
Static factory method to create BatchInstallResult from CompositeData object.
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.BundleData
Constructs a BundleData object from the given CompositeData
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.BundleData.Header
 
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.BundleEventData
Returns a BundleEventData representation of the given compositeData
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.GroupData
Static factory method to create GroupData from CompositeData object.
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.PackageData
Static factory method to create PackageData from CompositeData object.
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.PropertyData
Constructs a PropertyData object from the given CompositeData
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.RoleData
Static factory method to create RoleData from CompositeData object.
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.ServiceData
Constructs a ServiceData object from the given CompositeData
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.ServiceEventData
Returns a ServiceEventData representation of the given compositeData
from(CompositeData) - Static method in class org.apache.aries.jmx.codec.UserData
Static factory method to create UserData from CompositeData object.
fromDictionary(Dictionary<String, String>) - Static method in class org.apache.aries.jmx.util.TypeUtils
Converts a Dictionary object to a Map
fromString(Class<T>, String) - Static method in class org.apache.aries.jmx.util.TypeUtils
Converts a String value to an Object of the specified type

G

getAttributeChangeNotification(BundleEvent) - Method in class org.apache.aries.jmx.framework.BundleState
 
getAttributeChangeNotification(ServiceEvent) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getAuthorization(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getAuthorization(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the authorization for the user name.
getBaseName() - Method in class org.apache.aries.jmx.AbstractCompendiumHandler
The base name of the MBean.
getBaseName() - Method in class org.apache.aries.jmx.cm.ConfigurationAdminMBeanHandler
 
getBaseName() - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdminMBeanHandler
 
getBaseName() - Method in class org.apache.aries.jmx.provisioning.ProvisioningServiceMBeanHandler
 
getBaseName() - Method in class org.apache.aries.jmx.useradmin.UserAdminMBeanHandler
 
getBundle(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getBundle(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
New!!
getBundleContext() - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Gets bundle context.
getBundleDependencies(BundleContext, Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns an array of ids of bundles the given bundle depends on
getBundleExportedPackages(Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the packages exported by the specified bundle
getBundleId() - Method in class org.apache.aries.jmx.codec.BundleEventData
 
getBundleId() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getBundleId() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getBundleIdentifier(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getBundleIdentifier(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the bundle identifier of the bundle which registered the service
getBundleIds() - Method in class org.apache.aries.jmx.framework.BundleState
 
getBundleIds(Bundle[]) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns an array of bundleIds
getBundleIds(List<Bundle>) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
 
getBundleIds() - Method in interface org.osgi.jmx.framework.BundleStateMBean
 
getBundleImportedPackages(BundleContext, Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the resolved package imports for the given bundle
getBundleInError() - Method in class org.apache.aries.jmx.codec.BatchActionResult
Gets bundle in error id.
getBundleInError() - Method in class org.apache.aries.jmx.codec.BatchInstallResult
Gets bundle in error location.
getBundleLocation(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getBundleLocation() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getBundleLocation(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the bundle location the configuration is bound to
getBundleStartLevel() - Method in class org.apache.aries.jmx.codec.BundleData
 
getBundleState(Bundle) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns a String representation of the bundles state
getBundleSymbolicName() - Method in class org.apache.aries.jmx.codec.BundleEventData
 
getBundleSymbolicName() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getCapabilitiesCompositeData(List<BundleCapability>) - Static method in class org.apache.aries.jmx.codec.BundleWiringData
 
getCompleted() - Method in class org.apache.aries.jmx.codec.BatchResult
Gets completed item id's.
getConfigurations(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getConfigurations(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the list of PID/Location pairs of the configurations managed by this service
getCredentials(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getCredentials(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the credentials associated with a user.
getCredentialsTable() - Method in class org.apache.aries.jmx.codec.UserData
 
getCurrentRevisionDeclaredCapabilities(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getCurrentRevisionDeclaredCapabilities(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the capabilities for the current bundle revision.
getCurrentRevisionDeclaredRequirements(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getCurrentRevisionDeclaredRequirements(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the requirements for the current bundle revision.
getCurrentWiring(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getCurrentWiring(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the bundle wiring for the current bundle revision.
getCurrentWiringClosure(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getCurrentWiringClosure(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the bundle wiring closure for the current revision of the specified bundle.
getDependencyClosure(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
getDependencyClosure(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Returns the dependency closure for the specified bundles.
getDependentBundles(Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns an array of ids of bundles that depend on the given bundle
getEncodedType() - Method in class org.apache.aries.jmx.codec.PropertyData
 
getEncodedValue() - Method in class org.apache.aries.jmx.codec.PropertyData
 
getError() - Method in class org.apache.aries.jmx.codec.BatchResult
Gets error message.
getEventDispatcher() - Method in class org.apache.aries.jmx.framework.BundleState
 
getEventDispatcher() - Method in class org.apache.aries.jmx.framework.ServiceState
 
getEventType() - Method in class org.apache.aries.jmx.codec.BundleEventData
 
getEventType() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getExportedPackages() - Method in class org.apache.aries.jmx.codec.BundleData
 
getExportedPackages(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getExportedPackages(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of exported packages for this bundle.
getExportingBundles() - Method in class org.apache.aries.jmx.codec.PackageData
 
getExportingBundles(String, String) - Method in class org.apache.aries.jmx.framework.PackageState
 
getExportingBundles(String, String) - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer the identifier of the bundle exporting the package
getFactoryPid(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getFactoryPid(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the factory PID if the configuration is a factory configuration, null otherwise.
getFactoryPidForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getFactoryPidForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the factory PID if the configuration is a factory configuration, null otherwise.
getFragmentIds(Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the bundle ids of any resolved fragments
getFragments() - Method in class org.apache.aries.jmx.codec.BundleData
 
getFragments(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getFragments(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of the bundle ids of the fragments associated with this bundle
getFrameworkStartLevel() - Method in class org.apache.aries.jmx.framework.Framework
 
getFrameworkStartLevel() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Retrieve the framework start level
getGroup(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the Group associated with the group name.
getGroups(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getGroups(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of group names
getHeader(long, String) - Method in class org.apache.aries.jmx.framework.BundleState
 
getHeader(long, String, String) - Method in class org.apache.aries.jmx.framework.BundleState
 
getHeader(long, String) - Method in interface org.osgi.jmx.framework.BundleStateMBean
 
getHeader(long, String, String) - Method in interface org.osgi.jmx.framework.BundleStateMBean
 
getHeaders() - Method in class org.apache.aries.jmx.codec.BundleData
 
getHeaders(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getHeaders(long, String) - Method in class org.apache.aries.jmx.framework.BundleState
 
getHeaders(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the headers for the bundle uniquely identified by the bundle id.
getHeaders(long, String) - Method in interface org.osgi.jmx.framework.BundleStateMBean
 
getHostIds(Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the bundle ids of any resolved hosts
getHosts() - Method in class org.apache.aries.jmx.codec.BundleData
 
getHosts(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getHosts(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of bundle ids of the bundles which host a fragment
getIdentifier() - Method in class org.apache.aries.jmx.codec.BundleData
 
getImpliedRoles(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getImpliedRoles(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of implied roles for a user
getImportedPackages() - Method in class org.apache.aries.jmx.codec.BundleData
 
getImportedPackages(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getImportedPackages(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the array of the packages imported by this bundle
getImportingBundles() - Method in class org.apache.aries.jmx.codec.PackageData
 
getImportingBundles(String, String, long) - Method in class org.apache.aries.jmx.framework.PackageState
 
getImportingBundles(String, String, long) - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer the list of identifiers of the bundles importing the package
getInitialBundleStartLevel() - Method in class org.apache.aries.jmx.framework.Framework
 
getInitialBundleStartLevel() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Answer the initial start level assigned to a bundle when it is first started
getKey() - Method in class org.apache.aries.jmx.codec.BundleData.Header
 
getKey() - Method in class org.apache.aries.jmx.codec.PropertyData
 
getLastModified() - Method in class org.apache.aries.jmx.codec.BundleData
 
getLastModified(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getLastModified(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the last modified time of a bundle
getLocation() - Method in class org.apache.aries.jmx.codec.BundleData
 
getLocation() - Method in class org.apache.aries.jmx.codec.BundleEventData
 
getLocation(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getLocation(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the location of the bundle.
getLogger() - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Gets a logger represents by @see Logger.
getMbean() - Method in class org.apache.aries.jmx.AbstractCompendiumHandler
Gets the StandardMBean managed by this handler when the backing service is available or null
getMbean() - Method in class org.apache.aries.jmx.framework.BundleStateMBeanHandler
 
getMbean() - Method in class org.apache.aries.jmx.framework.FrameworkMBeanHandler
 
getMbean() - Method in class org.apache.aries.jmx.framework.PackageStateMBeanHandler
 
getMbean() - Method in class org.apache.aries.jmx.framework.ServiceStateMBeanHandler
 
getMbean() - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringStateMBeanHandler
 
getMbean() - Method in interface org.apache.aries.jmx.MBeanHandler
Gets MBean holden by handler.
getMBeanInfo() - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
getMembers() - Method in class org.apache.aries.jmx.codec.GroupData
 
getMembers(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getMembers(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the the user names which are members of the group
getName() - Method in class org.apache.aries.jmx.AbstractCompendiumHandler
 
getName() - Method in class org.apache.aries.jmx.codec.AuthorizationData
 
getName() - Method in class org.apache.aries.jmx.codec.PackageData
 
getName() - Method in class org.apache.aries.jmx.codec.RoleData
 
getName() - Method in class org.apache.aries.jmx.framework.BundleStateMBeanHandler
 
getName() - Method in class org.apache.aries.jmx.framework.FrameworkMBeanHandler
 
getName() - Method in class org.apache.aries.jmx.framework.PackageStateMBeanHandler
 
getName() - Method in class org.apache.aries.jmx.framework.ServiceStateMBeanHandler
 
getName() - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringStateMBeanHandler
 
getName() - Method in interface org.apache.aries.jmx.MBeanHandler
Gets name of the MBean.
getNotificationInfo() - Method in class org.apache.aries.jmx.framework.BundleState
 
getNotificationInfo() - Method in class org.apache.aries.jmx.framework.ServiceState
 
getNotificationInfo() - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
getObjectClass(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getObjectClass(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the list of interfaces that this service implements
getPermissions(String) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
getPermissions(String) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Answer the list of encoded permissions of the bundle specified by the bundle location
getProperties(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getProperties() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getProperties(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getProperties(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getProperties(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the map of properties associated with this service
getProperties(String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the contents of the configuration

getProperties(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the properties associated with a role.
getPropertiesForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getPropertiesForLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Answer the contents of the configuration

getPropertiesTable() - Method in class org.apache.aries.jmx.codec.RoleData
 
getPropertiesTable(List<PropertyData<? extends Object>>) - Static method in class org.apache.aries.jmx.codec.RoleData
 
getProperty(String) - Method in class org.apache.aries.jmx.framework.Framework
 
getProperty(long, String) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getProperty(String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Returns the value of the specified property.
getProperty(long, String) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
 
getRegisteredServiceIds(Bundle) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the service.id values for services registered by the given bundle
getRegisteredServices() - Method in class org.apache.aries.jmx.codec.BundleData
 
getRegisteredServices(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getRegisteredServices(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of service identifiers representing the services this bundle exports
getRemainingItems() - Method in class org.apache.aries.jmx.codec.BatchActionResult
Gets remaining items id's.
getRemainingLocationItems() - Method in class org.apache.aries.jmx.codec.BatchInstallResult
Gets remaining location items.
getRemovalPendingBundles() - Method in class org.apache.aries.jmx.framework.Framework
 
getRemovalPendingBundles() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Returns the bundles IDs that have non-current, in use bundle wirings.
getRequiredBundles() - Method in class org.apache.aries.jmx.codec.BundleData
 
getRequiredBundles(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getRequiredBundles(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of identifiers of the bundles this bundle depends upon
getRequiredMembers() - Method in class org.apache.aries.jmx.codec.GroupData
 
getRequiredMembers(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getRequiredMembers(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of user names which are required members of this group
getRequirementsCompositeData(List<BundleRequirement>) - Static method in class org.apache.aries.jmx.codec.BundleWiringData
 
getRequiringBundles() - Method in class org.apache.aries.jmx.codec.BundleData
 
getRequiringBundles(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getRequiringBundles(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of identifiers of the bundles which require this bundle
getRevisionCapabilities(int, List<BundleCapability>) - Static method in class org.apache.aries.jmx.codec.BundleWiringData
 
getRevisionRequirements(int, List<BundleRequirement>) - Static method in class org.apache.aries.jmx.codec.BundleWiringData
 
getRevisionsDeclaredCapabilities(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getRevisionsDeclaredCapabilities(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the capabilities for all revisions of the bundle.
getRevisionsDeclaredRequirements(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getRevisionsDeclaredRequirements(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the requirements for all revisions of the bundle.
getRevisionsWiring(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getRevisionsWiring(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the bundle wirings for all revisions of the bundle.
getRevisionsWiringClosure(long, String) - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringState
 
getRevisionsWiringClosure(long, String) - Method in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
Returns the bundle wiring closure for all revisions of the specified bundle.
getRole(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the role associated with a name.
getRoles() - Method in class org.apache.aries.jmx.codec.AuthorizationData
 
getRoles(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getRoles(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of role names which match the supplied filter
getService(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getService(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
 
getServiceId() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getServiceId() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getServiceIds() - Method in class org.apache.aries.jmx.framework.ServiceState
 
getServiceIds(ServiceReference[]) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns an array of service.id values
getServiceIds() - Method in interface org.osgi.jmx.framework.ServiceStateMBean
 
getServiceInterfaces() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getServiceInterfaces() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getServicesInUse() - Method in class org.apache.aries.jmx.codec.BundleData
 
getServicesInUse(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getServicesInUse(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the list of service identifiers which refer to the the services this bundle is using
getServicesInUseByBundle(Bundle) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the service.id values of services being used by the given bundle
getStartLevel(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getStartLevel(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the start level of the bundle
getState() - Method in class org.apache.aries.jmx.codec.BundleData
 
getState(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getState(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the symbolic name of the state of the bundle
getSymbolicName() - Method in class org.apache.aries.jmx.codec.BundleData
 
getSymbolicName(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getSymbolicName(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the symbolic name of the bundle
getType() - Method in class org.apache.aries.jmx.codec.RoleData
 
getUser(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the User associated with the user name.
getUsers(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getUsers(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of user names in the User Admin database
getUserWithProperty(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getUserWithProperty(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the user name with the given property key-value pair from the User Admin service database.
getUsingBundles() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getUsingBundles(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getUsingBundles(long) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the list of identifiers of the bundles that use the service
getValue() - Method in class org.apache.aries.jmx.codec.BundleData.Header
 
getValue() - Method in class org.apache.aries.jmx.codec.PropertyData
 
getVersion() - Method in class org.apache.aries.jmx.codec.BundleData
 
getVersion() - Method in class org.apache.aries.jmx.codec.PackageData
 
getVersion(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getVersion(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the location of the bundle.
GROUP_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for a Group.
GroupData - Class in org.apache.aries.jmx.codec
GroupData represents Group Type @see UserAdminMBean.GROUP_TYPE.It is a codec for the CompositeData representing a Group.
GroupData(Group) - Constructor for class org.apache.aries.jmx.codec.GroupData
Constructs new GroupData from Group object.
GroupData(String, String[], String[]) - Constructor for class org.apache.aries.jmx.codec.GroupData
Constructs new GroupData.
GroupData(String, Dictionary, Dictionary, String[], String[]) - Constructor for class org.apache.aries.jmx.codec.GroupData
Constructs new GroupData.

H

hashCode() - Method in class org.apache.aries.jmx.codec.PackageData
 
Header(String, String) - Constructor for class org.apache.aries.jmx.codec.BundleData.Header
 
HEADER_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Composite Type describing an entry in bundle headers.
HEADERS - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key HEADERS, used in BundleStateMBean.HEADERS_ITEM.
HEADERS_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle headers in BundleStateMBean.BUNDLE_TYPE.
HEADERS_TYPE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Tabular Type describing the type of the Tabular Data value that is returned from BundleStateMBean.getHeaders(long) method.
HOSTS - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key HOSTS, used in BundleStateMBean.HOSTS_ITEM.
HOSTS_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle identifiers representing the hosts in BundleStateMBean.BUNDLE_TYPE.

I

IDENTIFIER - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key IDENTIFIER, used in BundleStateMBean.IDENTIFIER_ITEM.
IDENTIFIER - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key IDENTIFIER, used ServiceStateMBean.IDENTIFIER_ITEM.
IDENTIFIER_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle identifier in BundleStateMBean.BUNDLE_TYPE.
IDENTIFIER_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the service identifier in ServiceStateMBean.SERVICE_TYPE.
IMPORTED_PACKAGES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key IMPORTED_PACKAGES, used in BundleStateMBean.EXPORTED_PACKAGES_ITEM.
IMPORTED_PACKAGES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the imported package names in BundleStateMBean.BUNDLE_TYPE .The key is BundleStateMBean.IMPORTED_PACKAGES and the the type is JmxConstants.STRING_ARRAY_TYPE.
IMPORTING_BUNDLES - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The key IMPORTING_BUNDLES, used in PackageStateMBean.IMPORTING_BUNDLES_ITEM.
IMPORTING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the bundle identifier in PackageStateMBean.PACKAGE_TYPE.
installBundle(String) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundle(String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Install the bundle indicated by the bundleLocations
installBundleFromURL(String, String) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundleFromURL(String, String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Install the bundle indicated by the bundleLocations
installBundles(String[]) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundles(String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch install the bundles indicated by the list of bundleLocationUrls
installBundlesFromURL(String[], String[]) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundlesFromURL(String[], String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch install the bundles indicated by the list of bundleLocationUrls
INSTALLED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant INSTALLED for the BundleStateMBean.STATE
INTEGER - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Integer
isActivationPolicyUsed(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
isActivationPolicyUsed(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer whether the specified bundle's autostart setting indicates that the activation policy declared in the bundle's manifest must be used.
isAttributeChangeNotificationEnabled() - Method in class org.apache.aries.jmx.framework.StateConfig
Whether or not JMX attribute change notifications should be triggered when attributes change.
isBundleChangeNotificationEnabled() - Method in class org.apache.aries.jmx.framework.StateConfig
Whether or not JMX bundle change notifications should be triggered when bundle change.
isBundlePendingRemoval(Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the status of pending removal
isBundleRequiredByOthers(Bundle, PackageAdmin) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Checks if the given bundle is currently required by other bundles
isEncodingPrimitive() - Method in class org.apache.aries.jmx.codec.PropertyData
 
isFragment() - Method in class org.apache.aries.jmx.codec.BundleData
 
isFragment(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
isFragment(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer whether the bundle is a fragment or not
isPersistentlyStarted() - Method in class org.apache.aries.jmx.codec.BundleData
 
isPersistentlyStarted(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
isPersistentlyStarted(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer if the bundle is persistently started when its start level is reached
isRemovalPending() - Method in class org.apache.aries.jmx.codec.BundleData
 
isRemovalPending() - Method in class org.apache.aries.jmx.codec.PackageData
 
isRemovalPending(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
isRemovalPending(String, String, long) - Method in class org.apache.aries.jmx.framework.PackageState
 
isRemovalPending(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer true if the bundle is pending removal
isRemovalPending(String, String, long) - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer if this package is exported by a bundle which has been updated or uninstalled
isRequired() - Method in class org.apache.aries.jmx.codec.BundleData
 
isRequired(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
isRequired(long) - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer true if the bundle is required by another bundle
isServiceChangeNotificationEnabled() - Method in class org.apache.aries.jmx.framework.StateConfig
Whether or not JMX OSGi service change notifications should be triggered when OSGi service change.
isSuccess() - Method in class org.apache.aries.jmx.codec.BatchResult
Gets success value.
Item - Class in org.osgi.jmx
The item class enables the definition of open types in the appropriate interfaces.
Item(String, String, OpenType, String...) - Constructor for class org.osgi.jmx.Item
Create a triple of name, description, and type.

J

JMXAgent - Interface in org.apache.aries.jmx.agent
This JMXAgent class represent agent for MBeanServers registered in ServiceRegistry.
JMXAgentContext - Class in org.apache.aries.jmx.agent
This class JMXAgentContext represents context of JMXAgent.
JMXAgentContext(BundleContext, JMXAgent, Logger) - Constructor for class org.apache.aries.jmx.agent.JMXAgentContext
Constructs new JMXAgentContext.
JMXAgentImpl - Class in org.apache.aries.jmx.agent
Represent agent for MBeanServers registered in ServiceRegistry.
JMXAgentImpl(BundleContext, StateConfig, Logger) - Constructor for class org.apache.aries.jmx.agent.JMXAgentImpl
Constructs new JMXAgent.
JmxConstants - Class in org.osgi.jmx
Constants for OSGi JMX Specification.
JMXThreadFactory - Class in org.apache.aries.jmx
 
JMXThreadFactory(String) - Constructor for class org.apache.aries.jmx.JMXThreadFactory
 

K

KEY - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key KEY, used in BundleStateMBean.KEY_ITEM.
KEY - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
KEY - Static variable in class org.osgi.jmx.JmxConstants
The key KEY.
KEY_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item describing the key of a bundle header entry.
KEY_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the key of a capability or requirement directive.
KEY_ITEM - Static variable in class org.osgi.jmx.JmxConstants
The key of a property.

L

LAST_MODIFIED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key LAST_MODIFIED, used in BundleStateMBean.LAST_MODIFIED_ITEM.
LAST_MODIFIED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the last modified time in the BundleStateMBean.BUNDLE_TYPE.
listBundles() - Method in class org.apache.aries.jmx.framework.BundleState
 
listBundles(String...) - Method in class org.apache.aries.jmx.framework.BundleState
 
listBundles() - Method in interface org.osgi.jmx.framework.BundleStateMBean
Answer the bundle state of the system in tabular form.
listBundles(String...) - Method in interface org.osgi.jmx.framework.BundleStateMBean
 
listDefaultPermissions() - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
listDefaultPermissions() - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Answer the list of encoded permissions representing the default permissions assigned to bundle locations that have no assigned permissions
listGroups() - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
listGroups() - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of group names
listInformation() - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
listInformation() - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Returns a table representing the Provisioning Information Dictionary.
listLocations() - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
listLocations() - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Answer the bundle locations that have permissions assigned to them
listPackages() - Method in class org.apache.aries.jmx.framework.PackageState
 
listPackages() - Method in interface org.osgi.jmx.framework.PackageStateMBean
Answer the package state of the system in tabular form The Tabular Data is typed by PackageStateMBean.PACKAGES_TYPE, which has PackageStateMBean.PACKAGE_TYPE as its Composite Type.
listRoles() - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
listRoles() - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of role names in the User Admin database
listServices() - Method in class org.apache.aries.jmx.framework.ServiceState
 
listServices(String, String) - Method in class org.apache.aries.jmx.framework.ServiceState
 
listServices(String, String, String...) - Method in class org.apache.aries.jmx.framework.ServiceState
 
listServices() - Method in interface org.osgi.jmx.framework.ServiceStateMBean
Answer the service state of the system in tabular form.
listServices(String, String) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
 
listServices(String, String, String...) - Method in interface org.osgi.jmx.framework.ServiceStateMBean
 
listUsers() - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
listUsers() - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Answer the list of user names in the User Admin database
LOCATION - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key LOCATION, used in BundleStateMBean.LOCATION_ITEM.
LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle location in BundleStateMBean.BUNDLE_TYPE.
log(int, String) - Method in class org.apache.aries.jmx.Logger
 
log(int, String, Throwable) - Method in class org.apache.aries.jmx.Logger
 
log(ServiceReference, int, String) - Method in class org.apache.aries.jmx.Logger
 
log(ServiceReference, int, String, Throwable) - Method in class org.apache.aries.jmx.Logger
 
logger - Variable in class org.apache.aries.jmx.framework.BundleState
 
logger - Variable in class org.apache.aries.jmx.framework.ServiceState
 
Logger - Class in org.apache.aries.jmx
This Logger class represents ServiceTracker for LogService.
Logger(BundleContext) - Constructor for class org.apache.aries.jmx.Logger
Constructs new Logger(ServiceTracker for LogService).
LONG - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Long
LONG_ARRAY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
The MBean Open type for an array of longs

M

mathTypes - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
mbean - Variable in class org.apache.aries.jmx.AbstractCompendiumHandler
 
MBeanHandler - Interface in org.apache.aries.jmx
Represents JMX OSGi MBeans handler.
MBeanServiceTracker - Class in org.apache.aries.jmx
This class MBeanServiceTracker represents ServiceTracker for MBeanServer's registered as services.
MBeanServiceTracker(JMXAgentContext) - Constructor for class org.apache.aries.jmx.MBeanServiceTracker
Constructs new MBeanServiceTracker.
MEMBERS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The MEMBERS key, used in UserAdminMBean.MEMBERS_ITEM.
MEMBERS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the members of a group.

N

name - Variable in class org.apache.aries.jmx.codec.RoleData
role name.
NAME - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The key NAME, used in PackageStateMBean.NAME_ITEM.
NAME - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The key NAME, used in UserAdminMBean.NAME_ITEM.
NAME_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the name of the package in PackageStateMBean.PACKAGE_TYPE.
NAME_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item for the user name for an authorization object.
NAMESPACE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
NAMESPACE_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the namespace for a capability or requirement.
newInstance(String, T) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance parameterized by value's type
newInstance(String, int) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive int type
newInstance(String, long) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive long type
newInstance(String, float) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive float type
newInstance(String, double) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive double type
newInstance(String, byte) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive byte type
newInstance(String, char) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive char type
newInstance(String, boolean) - Static method in class org.apache.aries.jmx.codec.PropertyData
Static factory method for PropertyData instance which preserves encoded type information for primitive boolean type
newThread(Runnable) - Method in class org.apache.aries.jmx.JMXThreadFactory
 

O

OBJECT_CLASS - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key OBJECT_CLASS, used ServiceStateMBean.OBJECT_CLASS_ITEM.
OBJECT_CLASS_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the interfaces of the service in ServiceStateMBean.SERVICE_TYPE.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The Object Name for a Bundle State MBean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The fully qualified object name of this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The fully qualified object name of this MBean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The fully qualified object name of this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Object Name prefix for this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
The object name for this mbean.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Permission Admin MBean object name.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Provisioning MBean object name.
OBJECTNAME - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
User Admin MBean object name.
ObjectNameUtils - Class in org.apache.aries.jmx.util
 
open() - Method in class org.apache.aries.jmx.framework.BundleStateMBeanHandler
 
open() - Method in class org.apache.aries.jmx.framework.FrameworkMBeanHandler
 
open() - Method in class org.apache.aries.jmx.framework.PackageStateMBeanHandler
 
open() - Method in class org.apache.aries.jmx.framework.ServiceStateMBeanHandler
 
open() - Method in class org.apache.aries.jmx.framework.wiring.BundleWiringStateMBeanHandler
 
open() - Method in interface org.apache.aries.jmx.MBeanHandler
Starts handler.
org.apache.aries.jmx - package org.apache.aries.jmx
 
org.apache.aries.jmx.agent - package org.apache.aries.jmx.agent
 
org.apache.aries.jmx.cm - package org.apache.aries.jmx.cm
 
org.apache.aries.jmx.codec - package org.apache.aries.jmx.codec
 
org.apache.aries.jmx.framework - package org.apache.aries.jmx.framework
 
org.apache.aries.jmx.framework.wiring - package org.apache.aries.jmx.framework.wiring
 
org.apache.aries.jmx.permissionadmin - package org.apache.aries.jmx.permissionadmin
 
org.apache.aries.jmx.provisioning - package org.apache.aries.jmx.provisioning
 
org.apache.aries.jmx.useradmin - package org.apache.aries.jmx.useradmin
 
org.apache.aries.jmx.util - package org.apache.aries.jmx.util
 
org.apache.aries.jmx.util.shared - package org.apache.aries.jmx.util.shared
 
org.osgi.jmx - package org.osgi.jmx
OSGi JMX Package Version 1.0.
org.osgi.jmx.framework - package org.osgi.jmx.framework
OSGi JMX Framework Package Version 1.5.
org.osgi.jmx.framework.wiring - package org.osgi.jmx.framework.wiring
 
org.osgi.jmx.service.cm - package org.osgi.jmx.service.cm
OSGi JMX CM Package Version 1.3.
org.osgi.jmx.service.permissionadmin - package org.osgi.jmx.service.permissionadmin
OSGi JMX Permission Admin Package Admin Package Version 1.2.
org.osgi.jmx.service.provisioning - package org.osgi.jmx.service.provisioning
OSGi JMX Initial Provisioning Package Version 1.2.
org.osgi.jmx.service.useradmin - package org.osgi.jmx.service.useradmin
OSGi JMX User Admin Package Version 1.1.
OSGI_COMPENDIUM - Static variable in class org.osgi.jmx.JmxConstants
The domain name of the selected OSGi compendium MBeans
OSGI_CORE - Static variable in class org.osgi.jmx.JmxConstants
The domain name of the core OSGi MBeans

P

P_BOOLEAN - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the boolean primitive type.
P_BYTE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the byte primitive type.
P_CHAR - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the char primitive type.
P_DOUBLE - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the double primitive type.
P_FLOAT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the float primitive type.
P_INT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the int primitive type.
P_LONG - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the long primitive type.
P_SHORT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of the short primitive type.
PACKAGE_TYPE - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The Composite Type for a CompositeData representing a package.
packageAdmin - Variable in class org.apache.aries.jmx.framework.BundleState
 
PackageData - Class in org.apache.aries.jmx.codec
PackageDatarepresents PackageType @see PackageStateMBean.PACKAGE_TYPE.
PackageData(ExportedPackage) - Constructor for class org.apache.aries.jmx.codec.PackageData
Constructs new PackageData with provided ExportedPackage.
PackageData(long[], long[], String, boolean, String) - Constructor for class org.apache.aries.jmx.codec.PackageData
Constructs new PackageData.
PACKAGES_TYPE - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The Tabular Type used in PackageStateMBean.listPackages().
PackageState - Class in org.apache.aries.jmx.framework
PackageState represents implementation of PackageStateMBean.
PackageState(BundleContext, PackageAdmin) - Constructor for class org.apache.aries.jmx.framework.PackageState
Constructs new PackagesState MBean.
PackageStateMBean - Interface in org.osgi.jmx.framework
This MBean provides information about the package state of the framework.
PackageStateMBeanHandler - Class in org.apache.aries.jmx.framework
PackageStateMBeanHandler represents MBeanHandler which holding information about PackageStateMBean.
PackageStateMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.framework.PackageStateMBeanHandler
Constructs new PackageStateMBeanHandler.
PermissionAdmin - Class in org.apache.aries.jmx.permissionadmin
PermissionAdmin represents implementation of PermissionAdminMBean.
PermissionAdmin(PermissionAdmin) - Constructor for class org.apache.aries.jmx.permissionadmin.PermissionAdmin
Constructs new PermissionAdmin MBean.
PermissionAdminMBean - Interface in org.osgi.jmx.service.permissionadmin
This MBean represents the OSGi Permission Manager Service
PermissionAdminMBeanHandler - Class in org.apache.aries.jmx.permissionadmin
PermissionAdminMBeanHandler represents MBeanHandler which holding information about PermissionAdminMBean.
PermissionAdminMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.permissionadmin.PermissionAdminMBeanHandler
Constructs new PermissionAdminMBeanHandler.
PERSISTENTLY_STARTED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key PERSISTENTLY_STARTED, used in BundleStateMBean.PERSISTENTLY_STARTED_ITEM.
PERSISTENTLY_STARTED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication of persistently started in BundleStateMBean.BUNDLE_TYPE.
postDeregister() - Method in class org.apache.aries.jmx.framework.BundleState
 
postDeregister() - Method in class org.apache.aries.jmx.framework.ServiceState
 
postDeregister() - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
postRegister(Boolean) - Method in class org.apache.aries.jmx.framework.BundleState
 
postRegister(Boolean) - Method in class org.apache.aries.jmx.framework.ServiceState
 
postRegister(Boolean) - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
preDeregister() - Method in class org.apache.aries.jmx.framework.BundleState
 
preDeregister() - Method in class org.apache.aries.jmx.framework.ServiceState
 
preDeregister() - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.aries.jmx.framework.BundleState
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.aries.jmx.framework.ServiceState
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
primitiveToWrapper - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
primitiveTypes - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
properties - Variable in class org.apache.aries.jmx.codec.RoleData
role propeties.
PROPERTIES - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key PROPERTIES, used in ServiceStateMBean.PROPERTIES_ITEM.
PROPERTIES - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The PROPERTIES key, used in UserAdminMBean.PROPERTIES_ITEM.
PROPERTIES_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing service properties in ServiceStateMBean.SERVICE_TYPE.
PROPERTIES_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the properties of a Role.
PROPERTIES_TYPE - Static variable in class org.osgi.jmx.JmxConstants
Describes a map with properties.
propertiesFrom(TabularData) - Static method in class org.apache.aries.jmx.codec.RoleData
Creates properties from TabularData object.
PROPERTY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
A Composite Type describing a a single property.
PropertyData<T> - Class in org.apache.aries.jmx.codec
PropertyData represents Property Type @see JmxConstants.PROPERTY_TYPE.
PROVIDED_WIRES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
PROVIDED_WIRES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the provided wires in BundleWiringStateMBean.BUNDLE_WIRING_TYPE.
PROVIDER_BUNDLE_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
PROVIDER_BUNDLE_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the provider bundle ID in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
PROVIDER_BUNDLE_REVISION_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
PROVIDER_BUNDLE_REVISION_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The local ID of a provider revision in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
ProvisioningService - Class in org.apache.aries.jmx.provisioning
Implementation of ProvisioningServiceMBean
ProvisioningService(ProvisioningService) - Constructor for class org.apache.aries.jmx.provisioning.ProvisioningService
Constructs new ProvisioningService instance
ProvisioningServiceMBean - Interface in org.osgi.jmx.service.provisioning
This MBean represents the management interface to the OSGi Initial Provisioning Service
ProvisioningServiceMBeanHandler - Class in org.apache.aries.jmx.provisioning
Implementation of MBeanHandler which manages the ProvisioningServiceMBean implementation
ProvisioningServiceMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.provisioning.ProvisioningServiceMBeanHandler
Constructs new ProvisioningServiceMBeanHandler instance

R

refreshBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
refreshBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the specified bundle.
refreshBundleAndWait(long) - Method in class org.apache.aries.jmx.framework.Framework
 
refreshBundleAndWait(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
 
refreshBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
refreshBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Force the update, replacement or removal of the packages identified by the list of bundles.
refreshBundlesAndWait(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
refreshBundlesAndWait(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
 
register(BundleContext) - Static method in class org.apache.aries.jmx.framework.StateConfig
Registers this service and returns an instance.
REGISTERED_SERVICES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REGISTERED_SERVICES, used in BundleStateMBean.REGISTERED_SERVICES_ITEM.
REGISTERED_SERVICES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the registered services of the bundle in BundleStateMBean.BUNDLE_TYPE.
registerMBean(MBeanHandler) - Method in interface org.apache.aries.jmx.agent.JMXAgent
Registers MBean with all available MBeanServers.
registerMBean(MBeanHandler) - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Delegates invocation to JMX agent.
registerMBean(MBeanHandler) - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
registerMBeans(MBeanServer) - Method in interface org.apache.aries.jmx.agent.JMXAgent
Registers MBeans with provided MBeanServer.
registerMBeans(MBeanServer) - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Delegates invocation to JMX agent.
registerMBeans(MBeanServer) - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
RegistrableStandardEmitterMBean - Class in org.apache.aries.jmx.util.shared
The StandardMBean does not appear to delegate correctly to the underlying MBean implementation.
RegistrableStandardEmitterMBean(T, Class<T>) - Constructor for class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
REMAINING - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
REMAINING_ID_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of remaining bundles unprocessed by the failing batch operation.
REMAINING_LOCATION_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item containing the list of remaining bundles unprocessed by the failing batch operation.
REMOVAL_PENDING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REMOVAL_PENDING, used in BundleStateMBean.REMOVAL_PENDING_ITEM.
REMOVAL_PENDING - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The name of the item containing the pending removal status of the package in the CompositeData.
REMOVAL_PENDING_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the indication of removal pending in BundleStateMBean.BUNDLE_TYPE.
REMOVAL_PENDING_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item representing the removal pending status of a package.
removeCredential(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeCredential(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the credential associated with the given user
removedService(ServiceReference, Object) - Method in class org.apache.aries.jmx.AbstractCompendiumHandler
 
removedService(ServiceReference, Object) - Method in class org.apache.aries.jmx.MBeanServiceTracker
Unregister MBeans using JMXAgentContext.unregisterMBeans(MBeanServer) when MBeanServer service is removed (unregistered from ServiceRegistry) or tracker is closed
removeGroup(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeGroup(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the Group associated with the name
removeMember(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeMember(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove a role from the group
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
removeNotificationListener(NotificationListener) - Method in class org.apache.aries.jmx.util.shared.RegistrableStandardEmitterMBean
 
removeProperty(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeProperty(String, String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove a property from a role
removeRole(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeRole(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the Role associated with the name
removeUser(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeUser(String) - Method in interface org.osgi.jmx.service.useradmin.UserAdminMBean
Remove the User associated with the name
REQUIRED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRED, used in BundleStateMBean.REQUIRED_ITEM.
REQUIRED_BUNDLES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRED_BUNDLES, used in BundleStateMBean.REQUIRED_BUNDLES_ITEM.
REQUIRED_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the required bundles in BundleStateMBean.BUNDLE_TYPE.
REQUIRED_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the required status in BundleStateMBean.BUNDLE_TYPE.
REQUIRED_MEMBERS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The REQUIRED_MEMBERS key, used in UserAdminMBean.REQUIRED_MEMBERS_ITEM.
REQUIRED_MEMBERS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the required members of a group.
REQUIRED_WIRES - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRED_WIRES_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the required wires in BundleWiringStateMBean.BUNDLE_WIRING_TYPE.
REQUIREMENT_TYPE_ARRAY - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIREMENTS - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIREMENTS_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRER_BUNDLE_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRER_BUNDLE_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the requirer bundle ID in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
REQUIRER_BUNDLE_REVISION_ID - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
REQUIRER_BUNDLE_REVISION_ID_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The local ID of a requirer revision in BundleWiringStateMBean.BUNDLE_WIRE_TYPE.
REQUIRING_BUNDLES - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key REQUIRING_BUNDLES, used in BundleStateMBean.REQUIRING_BUNDLES_ITEM.
REQUIRING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundles requiring this bundle in BundleStateMBean.BUNDLE_TYPE.
resolve(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
resolve(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Same as FrameworkMBean.resolveBundles(long[]) but with a more detailed return type.
resolveBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
resolveBundle(BundleContext, long) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the Bundle object for a given id
resolveBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Resolve the bundle indicated by the unique symbolic name and version
resolveBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
resolveBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch resolve the bundles indicated by the list of bundle identifiers
RESOLVED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant RESOLVED for the BundleStateMBean.STATE
resolveService(BundleContext, long) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns the ServiceReference object with matching service.id
restartFramework() - Method in class org.apache.aries.jmx.framework.Framework
 
restartFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Restart the framework by updating the system bundle
REVISION_CAPABILITIES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents the capabilities for a revision.
REVISION_REQUIREMENTS_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Composite Type that represents the requirements of a revision.
REVISIONS_CAPABILITIES_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that holds the capabilities of a revision.
REVISIONS_REQUIREMENTS_TYPE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The Tabular Type that hold the requirements of a revision.
ROLE_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Composite Type for a Role.
RoleData - Class in org.apache.aries.jmx.codec
RoleData represents Role Type @see UserAdminMBean.ROLE_TYPE.It is a codec for the CompositeData representing a Role.
RoleData(Role) - Constructor for class org.apache.aries.jmx.codec.RoleData
Constructs new RoleData from Role object.
RoleData(String, int) - Constructor for class org.apache.aries.jmx.codec.RoleData
Constructs new RoleData.
RoleData(String, int, Dictionary) - Constructor for class org.apache.aries.jmx.codec.RoleData
Constructs new RoleData.
ROLES - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The key ROLES, used in UserAdminMBean.ROLES_ITEM.
ROLES_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the roles for this authorization object.

S

SCALAR - Static variable in class org.osgi.jmx.JmxConstants
A set of all scalars that can be used in the JmxConstants.TYPE property of a JmxConstants.PROPERTIES_TYPE.
SERVICE_EVENT - Static variable in class org.apache.aries.jmx.framework.ServiceState
 
SERVICE_EVENT_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Composite Type that represents a service event.
SERVICE_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Composite Type for a CompositeData representing a service.
ServiceData - Class in org.apache.aries.jmx.codec
ServiceData represents Service Type @see ServiceStateMBean.SERVICE_TYPE.
ServiceData(ServiceReference<?>) - Constructor for class org.apache.aries.jmx.codec.ServiceData
 
ServiceEventData - Class in org.apache.aries.jmx.codec
ServiceEventData represents ServiceEvent Type @see ServiceStateMBean.SERVICE_EVENT_TYPE.
ServiceEventData(ServiceEvent) - Constructor for class org.apache.aries.jmx.codec.ServiceEventData
 
serviceListener - Variable in class org.apache.aries.jmx.framework.ServiceState
 
SERVICES_IN_USE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key SERVICES_IN_USE, used in BundleStateMBean.SERVICES_IN_USE_ITEM.
SERVICES_IN_USE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the services in use by this bundle in BundleStateMBean.BUNDLE_TYPE.
SERVICES_TYPE - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The Tabular Type for a Service table.
ServiceState - Class in org.apache.aries.jmx.framework
Implementation of ServiceStateMBean which emits JMX Notification for framework ServiceEvent events and changes to the ServiceIds attribute.
ServiceState(BundleContext, StateConfig, Logger) - Constructor for class org.apache.aries.jmx.framework.ServiceState
 
ServiceStateMBean - Interface in org.osgi.jmx.framework
This MBean represents the Service state of the framework.
ServiceStateMBeanHandler - Class in org.apache.aries.jmx.framework
Implementation of MBeanHandler which manages the ServiceState MBean implementation
ServiceStateMBeanHandler(JMXAgentContext, StateConfig) - Constructor for class org.apache.aries.jmx.framework.ServiceStateMBeanHandler
 
setBundleLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
setBundleLocation(String, String) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Set the bundle location the configuration is bound to
setBundleStartLevel(long, int) - Method in class org.apache.aries.jmx.framework.Framework
 
setBundleStartLevel(long, int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start level for the bundle identifier
setBundleStartLevels(long[], int[]) - Method in class org.apache.aries.jmx.framework.Framework
 
setBundleStartLevels(long[], int[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start levels for the list of bundles.
setDefaultPermissions(String[]) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
setDefaultPermissions(String[]) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Set the default permissions assigned to bundle locations that have no assigned permissions
setFrameworkStartLevel(int) - Method in class org.apache.aries.jmx.framework.Framework
 
setFrameworkStartLevel(int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the start level for the framework
setInformation(TabularData) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
setInformation(TabularData) - Method in interface org.osgi.jmx.service.provisioning.ProvisioningServiceMBean
Replaces the Provisioning Information dictionary with the entries of the supplied table.
setInitialBundleStartLevel(int) - Method in class org.apache.aries.jmx.framework.Framework
 
setInitialBundleStartLevel(int) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Set the initial start level assigned to a bundle when it is first started
setPermissions(String, String[]) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
setPermissions(String, String[]) - Method in interface org.osgi.jmx.service.permissionadmin.PermissionAdminMBean
Set the permissions on the bundle specified by the bundle location
SHORT - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Short
shutDownDispatcher() - Method in class org.apache.aries.jmx.framework.BundleState
 
shutDownDispatcher() - Method in class org.apache.aries.jmx.framework.ServiceState
 
shutdownFramework() - Method in class org.apache.aries.jmx.framework.Framework
 
shutdownFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Shutdown the framework by stopping the system bundle
start(BundleContext) - Method in class org.apache.aries.jmx.Activator
Called when JMX OSGi bundle starts.
start() - Method in interface org.apache.aries.jmx.agent.JMXAgent
This method starts JMX agent.
start() - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
START_LEVEL - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key START_LEVEL, used in BundleStateMBean.START_LEVEL_ITEM.
START_LEVEL_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the start level in BundleStateMBean.BUNDLE_TYPE.
startBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
startBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Start the bundle indicated by the bundle identifier
startBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
startBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch start the bundles indicated by the list of bundle identifier
STARTING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant STARTING for the BundleStateMBean.STATE
startLevel - Variable in class org.apache.aries.jmx.framework.BundleState
 
STATE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key STATE, used in BundleStateMBean.STATE_ITEM.
STATE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the bundle state in BundleStateMBean.BUNDLE_TYPE.
stateConfig - Variable in class org.apache.aries.jmx.framework.BundleState
 
StateConfig - Class in org.apache.aries.jmx.framework
Configuration for BundleState and ServiceState.
StateConfig() - Constructor for class org.apache.aries.jmx.framework.StateConfig
 
stop(BundleContext) - Method in class org.apache.aries.jmx.Activator
Called when JMX OSGi bundle stops.
stop() - Method in interface org.apache.aries.jmx.agent.JMXAgent
Stops JMXAgent.
stop() - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
stopBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
stopBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Stop the bundle indicated by the bundle identifier
stopBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
stopBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch stop the bundles indicated by the list of bundle identifier
STOPPING - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant STOPPING for the BundleStateMBean.STATE
STRING - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of String
STRING_ARRAY_TYPE - Static variable in class org.osgi.jmx.JmxConstants
The MBean Open type for an array of strings
success - Variable in class org.apache.aries.jmx.codec.BatchResult
 
SUCCESS - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The SUCCESS, used in FrameworkMBean.SUCCESS_ITEM.
SUCCESS_ITEM - Static variable in interface org.osgi.jmx.framework.FrameworkMBean
The item that indicates if this operation was successful.
SYMBOLIC_NAME - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key SYMBOLIC_NAME, used in BundleStateMBean.SYMBOLIC_NAME_ITEM.
SYMBOLIC_NAME_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE.

T

tableFrom(Set<PackageData>) - Static method in class org.apache.aries.jmx.codec.PackageData
Creates TabularData for set of PackageData's.
tabularType(String, String, CompositeType, String...) - Static method in class org.osgi.jmx.Item
Create a Tabular Type.
toBundleIds(Bundle[]) - Static method in class org.apache.aries.jmx.codec.PackageData
Converts array of bundles to array of bundle id's.
toCompositeData() - Method in class org.apache.aries.jmx.codec.AuthorizationData
Translates AuthorizationData to CompositeData represented by compositeType UserAdminMBean.AUTORIZATION_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.BatchActionResult
Translates BatchActionResult to CompositeData represented by compositeType FrameworkMBean.BATCH_ACTION_RESULT_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.BatchInstallResult
Translates BatchInstallResult to CompositeData represented by compositeType FrameworkMBean.BATCH_INSTALL_RESULT_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.BatchResolveResult
 
toCompositeData() - Method in class org.apache.aries.jmx.codec.BundleData.Header
 
toCompositeData() - Method in class org.apache.aries.jmx.codec.BundleData
Returns CompositeData representing a BundleData complete state typed by BundleStateMBean.BUNDLE_TYPE
toCompositeData(Collection<String>) - Method in class org.apache.aries.jmx.codec.BundleData
 
toCompositeData() - Method in class org.apache.aries.jmx.codec.BundleEventData
Returns CompositeData representing a BundleEvent typed by BundleStateMBean.BUNDLE_EVENT_TYPE
toCompositeData() - Method in class org.apache.aries.jmx.codec.BundleWiringData
 
toCompositeData() - Method in class org.apache.aries.jmx.codec.GroupData
Translates GroupData to CompositeData represented by compositeType UserAdminMBean.GROUP_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.PackageData
Translates PackageData to CompositeData represented by compositeType PackageStateMBean.PACKAGE_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.PropertyData
Returns CompositeData representing a Property typed by JmxConstants.PROPERTY_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.RoleData
Translates RoleData to CompositeData represented by compositeType UserAdminMBean.ROLE_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.ServiceData
Returns CompositeData representing a ServiceReference typed by ServiceStateMBean.SERVICE_TYPE.
toCompositeData(Collection<String>) - Method in class org.apache.aries.jmx.codec.ServiceData
 
toCompositeData() - Method in class org.apache.aries.jmx.codec.ServiceEventData
Returns CompositeData representing a ServiceEvent typed by ServiceStateMBean.SERVICE_EVENT_TYPE.
toCompositeData() - Method in class org.apache.aries.jmx.codec.UserData
Translates UserData to CompositeData represented by compositeType UserAdminMBean.USER_TYPE.
toLong(long[]) - Static method in class org.apache.aries.jmx.util.TypeUtils
Converts primitive long[] array to Long[]
toLongArray(long[]) - Method in class org.apache.aries.jmx.codec.BatchResult
Converts primitive array of strings to Long array.
toLongArray(long[]) - Method in class org.apache.aries.jmx.codec.PackageData
Converts primitive array of strings to Long array.
toLongPrimitiveArray(Long[]) - Static method in class org.apache.aries.jmx.codec.BatchResult
Converts Long array to primitive array of long.
toLongPrimitiveArray(Long[]) - Static method in class org.apache.aries.jmx.codec.PackageData
Converts Long array to primitive array of long.
toPrimitive(Long[]) - Static method in class org.apache.aries.jmx.util.TypeUtils
Converts Long[] array to primitive
toTabularData(Dictionary<String, Object>) - Static method in class org.apache.aries.jmx.codec.RoleData
Creates TabularData from Dictionary.
trackedId - Variable in class org.apache.aries.jmx.AbstractCompendiumHandler
 
type - Variable in class org.apache.aries.jmx.codec.RoleData
role type.
TYPE - Static variable in class org.osgi.jmx.JmxConstants
The key PROPERTY_TYPE.
TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The Role TYPE key, used in UserAdminMBean.TYPE_ITEM.
TYPE_ITEM - Static variable in class org.osgi.jmx.JmxConstants
The type of the property.
TYPE_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
The item containing the type of the roles encapsulated by this authorization object.
types - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
TypeUtils - Class in org.apache.aries.jmx.util
This class provides common utilities related to type conversions for the MBean implementations

U

uninstallBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
uninstallBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Uninstall the bundle indicated by the bundle identifier
uninstallBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
uninstallBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch uninstall the bundles indicated by the list of bundle identifiers
UNINSTALLED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant UNINSTALLED for the BundleStateMBean.STATE
UNKNOWN - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant UNKNOWN for the BundleStateMBean.STATE
unregisterMBean(MBeanHandler) - Method in interface org.apache.aries.jmx.agent.JMXAgent
Unregisters MBean with all available MBeanServers.
unregisterMBean(MBeanHandler) - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Delegates invocation to JMX agent.
unregisterMBean(MBeanHandler) - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
unregisterMBeans(MBeanServer) - Method in interface org.apache.aries.jmx.agent.JMXAgent
Unregisters MBeans with provided MBeanServer.
unregisterMBeans(MBeanServer) - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Delegates invocation to JMX agent.
unregisterMBeans(MBeanServer) - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
update(String, TabularData) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
update(String, TabularData) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Update the configuration with the supplied properties For each property entry, the following row is supplied

updateBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the bundle indicated by the bundle identifier
updateBundleFromURL(long, String) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundleFromURL(long, String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the bundle identified by the bundle identifier
updateBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Batch update the bundles indicated by the list of bundle identifier.
updateBundlesFromURL(long[], String[]) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundlesFromURL(long[], String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the bundle uniquely identified by the bundle symbolic name and version using the contents of the supplied urls.
updated(Dictionary<String, ?>) - Method in class org.apache.aries.jmx.framework.StateConfig
 
updateForLocation(String, String, TabularData) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
updateForLocation(String, String, TabularData) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
Update the configuration with the supplied properties For each property entry, the following row is supplied

updateFramework() - Method in class org.apache.aries.jmx.framework.Framework
 
updateFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
Update the framework by updating the system bundle.
USER_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
A Composite Type for a User.
UserAdmin - Class in org.apache.aries.jmx.useradmin
UserAdmin represents UserAdminMBean implementation.
UserAdmin(UserAdmin) - Constructor for class org.apache.aries.jmx.useradmin.UserAdmin
Constructs new UserAdmin MBean.
UserAdminMBean - Interface in org.osgi.jmx.service.useradmin
This MBean provides the management interface to the OSGi User Manager Service
UserAdminMBeanHandler - Class in org.apache.aries.jmx.useradmin
UserAdminMBeanHandler represents MBeanHandler which holding information about PermissionAdminMBean.
UserAdminMBeanHandler(JMXAgentContext) - Constructor for class org.apache.aries.jmx.useradmin.UserAdminMBeanHandler
Constructs new UserAdminMBeanHandler.
UserData - Class in org.apache.aries.jmx.codec
UserData represents User Type @see UserAdminMBean.USER_TYPE.It is a codec for the CompositeData representing a User.
UserData(User) - Constructor for class org.apache.aries.jmx.codec.UserData
Constructs new UserData from User object.
UserData(String, int) - Constructor for class org.apache.aries.jmx.codec.UserData
Constructs new UserData.
UserData(String, int, Dictionary, Dictionary) - Constructor for class org.apache.aries.jmx.codec.UserData
Constructs new UserData.
USING_BUNDLES - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The key USING_BUNDLES, used in ServiceStateMBean.USING_BUNDLES_ITEM.
USING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundles using the service in ServiceStateMBean.SERVICE_TYPE.

V

VALUE - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key VALUE, used in BundleStateMBean.VALUE_ITEM.
VALUE - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
VALUE - Static variable in class org.osgi.jmx.JmxConstants
The key VALUE.
VALUE_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item describing the value of a bundle header entry.
VALUE_ITEM - Static variable in interface org.osgi.jmx.framework.wiring.BundleWiringStateMBean
The item containing the value of a capability or requirement directive.
VALUE_ITEM - Static variable in class org.osgi.jmx.JmxConstants
The value of a property.
VECTOR_OF - Static variable in class org.osgi.jmx.JmxConstants
For an encoded vector we need to start with ARRAY_OF.
VERSION - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The key VERSION, used in BundleStateMBean.VERSION_ITEM.
VERSION - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The name of the item containing the package version in the CompositeData.
VERSION - Static variable in class org.osgi.jmx.JmxConstants
Value for JmxConstants.PROPERTY_TYPE Type value in the case of Version
VERSION_ITEM - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE.
VERSION_ITEM - Static variable in interface org.osgi.jmx.framework.PackageStateMBean
The item containing the version of the package in PackageStateMBean.PACKAGE_TYPE.

W

wrapperTypes - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.