A B C D E F G H I J L M N O P R S T U 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
 
Activator - Class in org.apache.aries.jmx
Activator for JMX OSGi bundle.
Activator() - Constructor for class org.apache.aries.jmx.Activator
 
addCredential(String, byte[], String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addCredentialString(String, String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addInformation(TabularData) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
addInformationFromZip(String) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
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
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
addProperty(String, byte[], String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addPropertyString(String, String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
addRequiredMember(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
agentContext - Variable in class org.apache.aries.jmx.AbstractCompendiumHandler
 
arrayContains(Object[], Object) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
 
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.

B

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.
BatchResult - Class in org.apache.aries.jmx.codec
BatchResult represents abstract class for BatchResults.
BatchResult() - Constructor for class org.apache.aries.jmx.codec.BatchResult
 
BUNDLE_EVENT - Static variable in class org.apache.aries.jmx.framework.BundleState
 
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
 
BundleData.Header(String, String) - Constructor for class org.apache.aries.jmx.codec.BundleData.Header
 
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
 
BundleState - Class in org.apache.aries.jmx.framework
Implementation of BundleStateMBean which emits JMX Notification on Bundle state changes
BundleState(BundleContext, PackageAdmin, StartLevel, Logger) - Constructor for class org.apache.aries.jmx.framework.BundleState
 
BundleStateMBeanHandler - Class in org.apache.aries.jmx.framework
Implementation of MBeanHandler which manages the BundleState MBean implementation
BundleStateMBeanHandler(BundleContext, Logger) - Constructor for class org.apache.aries.jmx.framework.BundleStateMBeanHandler
 

C

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 interface org.apache.aries.jmx.MBeanHandler
Stops handler.
completed - Variable in class org.apache.aries.jmx.codec.BatchResult
 
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
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
 
createFactoryConfigurationForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
createGroup(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
createRole(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
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
 

D

delete(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
deleteConfigurations(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
deleteForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 

E

equals(Object) - Method in class org.apache.aries.jmx.codec.PackageData
 
error - Variable in class org.apache.aries.jmx.codec.BatchResult
 
eventDispatcher - Variable in class org.apache.aries.jmx.framework.BundleState
 
eventDispatcher - Variable in class org.apache.aries.jmx.framework.ServiceState
 
extractHeaderDeclaration(String) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
 
extractProvisioningDictionary(TabularData) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 

F

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.
FrameworkMBeanHandler - Class in org.apache.aries.jmx.framework
FrameworkMBeanHandler represents MBeanHandler which holding information about FrameworkMBean.
FrameworkMBeanHandler(BundleContext, Logger) - 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

getAgentContext() - Method in interface org.apache.aries.jmx.agent.JMXAgent
Gets JMXAgentContext @see JMXAgentContext.
getAgentContext() - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
getAuthorization(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
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
 
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
 
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
 
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
 
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
 
getCredentials(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
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
 
getExportingBundles() - Method in class org.apache.aries.jmx.codec.PackageData
 
getExportingBundles(String, String) - Method in class org.apache.aries.jmx.framework.PackageState
 
getFactoryPid(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getFactoryPidForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
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
 
getFrameworkStartLevel() - Method in class org.apache.aries.jmx.framework.Framework
 
getGroup(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getGroups(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getHeaders() - Method in class org.apache.aries.jmx.codec.BundleData
 
getHeaders(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
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
 
getIdentifier() - Method in class org.apache.aries.jmx.codec.BundleData
 
getImpliedRoles(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getImportedPackages() - Method in class org.apache.aries.jmx.codec.BundleData
 
getImportedPackages(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getImportingBundles() - Method in class org.apache.aries.jmx.codec.PackageData
 
getImportingBundles(String, String, long) - Method in class org.apache.aries.jmx.framework.PackageState
 
getInitialBundleStartLevel() - Method in class org.apache.aries.jmx.framework.Framework
 
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
 
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
 
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 interface org.apache.aries.jmx.MBeanHandler
Gets MBean holden by handler.
getMBeanInfo() - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
getMembers() - Method in class org.apache.aries.jmx.codec.GroupData
 
getMembers(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getName() - Method in class org.apache.aries.jmx.cm.ConfigurationAdminMBeanHandler
 
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 interface org.apache.aries.jmx.MBeanHandler
Gets name of the MBean.
getName() - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdminMBeanHandler
 
getName() - Method in class org.apache.aries.jmx.provisioning.ProvisioningServiceMBeanHandler
 
getName() - Method in class org.apache.aries.jmx.useradmin.UserAdminMBeanHandler
 
getNotificationInfo() - Method in class org.apache.aries.jmx.framework.BundleState
 
getNotificationInfo() - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
getNotificationInfo() - Method in class org.apache.aries.jmx.framework.ServiceState
 
getObjectClass(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getPermissions(String) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
getProperties(String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
getProperties(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
getProperties(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getPropertiesForLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
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
 
getRegistrationExecutor() - Method in interface org.apache.aries.jmx.agent.JMXAgent
Gets registration ExecutorService.
getRegistrationExecutor() - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Delegates invocation to JMX agent.
getRegistrationExecutor() - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
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.
getRequiredBundles() - Method in class org.apache.aries.jmx.codec.BundleData
 
getRequiredBundles(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getRequiredMembers() - Method in class org.apache.aries.jmx.codec.GroupData
 
getRequiredMembers(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getRequiringBundles() - Method in class org.apache.aries.jmx.codec.BundleData
 
getRequiringBundles(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getRole(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getRoles() - Method in class org.apache.aries.jmx.codec.AuthorizationData
 
getRoles(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getServiceId() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getServiceId() - Method in class org.apache.aries.jmx.codec.ServiceEventData
 
getServiceIds(ServiceReference[]) - Static method in class org.apache.aries.jmx.util.FrameworkUtils
Returns an array of service.id values
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
 
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
 
getState() - Method in class org.apache.aries.jmx.codec.BundleData
 
getState(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getSymbolicName() - Method in class org.apache.aries.jmx.codec.BundleData
 
getSymbolicName(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
getType() - Method in class org.apache.aries.jmx.codec.RoleData
 
getUser(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getUsers(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getUserWithProperty(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
getUsingBundles() - Method in class org.apache.aries.jmx.codec.ServiceData
 
getUsingBundles(long) - Method in class org.apache.aries.jmx.framework.ServiceState
 
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
 
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.

H

hashCode() - Method in class org.apache.aries.jmx.codec.PackageData
 

I

installBundle(String) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundleFromURL(String, String) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundles(String[]) - Method in class org.apache.aries.jmx.framework.Framework
 
installBundlesFromURL(String[], String[]) - Method in class org.apache.aries.jmx.framework.Framework
 
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
 
isPersistentlyStarted() - Method in class org.apache.aries.jmx.codec.BundleData
 
isPersistentlyStarted(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
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
 
isRequired() - Method in class org.apache.aries.jmx.codec.BundleData
 
isRequired(long) - Method in class org.apache.aries.jmx.framework.BundleState
 
isSuccess() - Method in class org.apache.aries.jmx.codec.BatchResult
Gets success value.

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(Logger) - Constructor for class org.apache.aries.jmx.agent.JMXAgentImpl
Constructs new JMXAgent.
JMXThreadFactory - Class in org.apache.aries.jmx
 
JMXThreadFactory(String) - Constructor for class org.apache.aries.jmx.JMXThreadFactory
 

L

listBundles() - Method in class org.apache.aries.jmx.framework.BundleState
 
listDefaultPermissions() - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
listGroups() - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
listInformation() - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
listLocations() - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
listPackages() - Method in class org.apache.aries.jmx.framework.PackageState
 
listRoles() - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
listServices() - Method in class org.apache.aries.jmx.framework.ServiceState
 
listUsers() - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
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).

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.

N

name - Variable in class org.apache.aries.jmx.codec.RoleData
role name.
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

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 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.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
 

P

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.
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.
PackageStateMBeanHandler - Class in org.apache.aries.jmx.framework
PackageStateMBeanHandler represents MBeanHandler which holding information about PackageStateMBean.
PackageStateMBeanHandler(BundleContext, Logger) - 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.
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.
postDeregister() - Method in class org.apache.aries.jmx.framework.BundleState
 
postDeregister() - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
postDeregister() - Method in class org.apache.aries.jmx.framework.ServiceState
 
postRegister(Boolean) - Method in class org.apache.aries.jmx.framework.BundleState
 
postRegister(Boolean) - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
postRegister(Boolean) - Method in class org.apache.aries.jmx.framework.ServiceState
 
preDeregister() - Method in class org.apache.aries.jmx.framework.BundleState
 
preDeregister() - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
preDeregister() - Method in class org.apache.aries.jmx.framework.ServiceState
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.aries.jmx.framework.BundleState
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.aries.jmx.framework.ServiceState
 
primitiveToWrapper - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
primitiveTypes - Static variable in class org.apache.aries.jmx.util.TypeUtils
 
propertiesFrom(TabularData) - Static method in class org.apache.aries.jmx.codec.RoleData
Creates properties from TabularData object.
PropertyData<T> - Class in org.apache.aries.jmx.codec
PropertyData represents Property Type @see JmxConstants.PROPERTY_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
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
 
refreshBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
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.framework
The StandardMBean does not appear to delegate correctly to the underlying MBean implementation.
RegistrableStandardEmitterMBean(T, Class<T>) - Constructor for class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
removeCredential(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
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
 
removeMember(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
removeNotificationListener(NotificationListener) - Method in class org.apache.aries.jmx.framework.RegistrableStandardEmitterMBean
 
removeProperty(String, String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeRole(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
removeUser(String) - Method in class org.apache.aries.jmx.useradmin.UserAdmin
 
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
resolveBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
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
 
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.

S

SERVICE_EVENT - Static variable in class org.apache.aries.jmx.framework.ServiceState
 
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
 
ServiceState - Class in org.apache.aries.jmx.framework
Implementation of ServiceStateMBean which emits JMX Notification for framework ServiceEvent events
ServiceState(BundleContext, Logger) - Constructor for class org.apache.aries.jmx.framework.ServiceState
 
ServiceStateMBeanHandler - Class in org.apache.aries.jmx.framework
Implementation of MBeanHandler which manages the ServiceState MBean implementation
ServiceStateMBeanHandler(BundleContext, Logger) - Constructor for class org.apache.aries.jmx.framework.ServiceStateMBeanHandler
 
setAgentContext(JMXAgentContext) - Method in interface org.apache.aries.jmx.agent.JMXAgent
Sets JMXAgentContext for this agent.
setAgentContext(JMXAgentContext) - Method in class org.apache.aries.jmx.agent.JMXAgentImpl
 
setBundleLocation(String, String) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
setBundleStartLevel(long, int) - Method in class org.apache.aries.jmx.framework.Framework
 
setBundleStartLevels(long[], int[]) - Method in class org.apache.aries.jmx.framework.Framework
 
setDefaultPermissions(String[]) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
setFrameworkStartLevel(int) - Method in class org.apache.aries.jmx.framework.Framework
 
setInformation(TabularData) - Method in class org.apache.aries.jmx.provisioning.ProvisioningService
 
setInitialBundleStartLevel(int) - Method in class org.apache.aries.jmx.framework.Framework
 
setPermissions(String, String[]) - Method in class org.apache.aries.jmx.permissionadmin.PermissionAdmin
 
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
 
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
 
startBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
startBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
startLevel - Variable in class org.apache.aries.jmx.framework.BundleState
 
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
 
stopBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
success - Variable in class org.apache.aries.jmx.codec.BatchResult
 

T

tableFrom(Set<PackageData>) - Static method in class org.apache.aries.jmx.codec.PackageData
Creates TabularData for set of PackageData's.
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.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() - 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.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() - 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.
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
 
uninstallBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
unregisterMBean(String) - Method in interface org.apache.aries.jmx.agent.JMXAgent
Unregisters MBean with all available MBeanServers.
unregisterMBean(String) - Method in class org.apache.aries.jmx.agent.JMXAgentContext
Delegates invocation to JMX agent.
unregisterMBean(String) - 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
 
updateBundle(long) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundleFromURL(long, String) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundles(long[]) - Method in class org.apache.aries.jmx.framework.Framework
 
updateBundlesFromURL(long[], String[]) - Method in class org.apache.aries.jmx.framework.Framework
 
updateForLocation(String, String, TabularData) - Method in class org.apache.aries.jmx.cm.ConfigurationAdmin
 
updateFramework() - Method in class org.apache.aries.jmx.framework.Framework
 
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.
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(String, int) - Constructor for class org.apache.aries.jmx.codec.UserData
Constructs new UserData.
UserData(User) - Constructor for class org.apache.aries.jmx.codec.UserData
Constructs new UserData from User object.

W

wrapperTypes - Static variable in class org.apache.aries.jmx.util.TypeUtils
 

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

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