org.apache.felix.jmood.utils
Interface ObjectNames


public interface ObjectNames

This interface holds the ObjectNames under which the core MBeans (CoreControllerMBean, ManagedBundleMBean, ManagedServiceMBean) and ManagedPackageMBean Note that service, bundle and package data mbeans are created dynamically and need a dynamic property to be added to the objectName.


Field Summary
static String ALL_CM_OBJECT
           
static String ALLBUNDLES
           
static String ALLPACKAGES
           
static String ALLSERVICES
           
static String BUNDLE
           
static String CM_OBJECT
           
static String CM_SERVICE
           
static String COMPENDIUM
           
static String CORE
           
static String CORE_CONTROLLER
           
static String FRAMEWORK
           
static String LOG_SERVICE
           
static String PACKAGE
          package mbean object names also contain a version property to avoid InstanceAlreadyExistsException when two versions of the same package co-exist.
static String SERVICE
           
static String UA_SERVICE
           
 

Field Detail

CORE

static final String CORE
See Also:
Constant Field Values

COMPENDIUM

static final String COMPENDIUM
See Also:
Constant Field Values

CORE_CONTROLLER

static final String CORE_CONTROLLER
See Also:
Constant Field Values

FRAMEWORK

static final String FRAMEWORK
See Also:
Constant Field Values

BUNDLE

static final String BUNDLE
See Also:
Constant Field Values

SERVICE

static final String SERVICE
See Also:
Constant Field Values

CM_SERVICE

static final String CM_SERVICE
See Also:
Constant Field Values

CM_OBJECT

static final String CM_OBJECT
See Also:
Constant Field Values

LOG_SERVICE

static final String LOG_SERVICE
See Also:
Constant Field Values

UA_SERVICE

static final String UA_SERVICE
See Also:
Constant Field Values

PACKAGE

static final String PACKAGE
package mbean object names also contain a version property to avoid InstanceAlreadyExistsException when two versions of the same package co-exist.

See Also:
Constant Field Values

ALLBUNDLES

static final String ALLBUNDLES
See Also:
Constant Field Values

ALLSERVICES

static final String ALLSERVICES
See Also:
Constant Field Values

ALLPACKAGES

static final String ALLPACKAGES
See Also:
Constant Field Values

ALL_CM_OBJECT

static final String ALL_CM_OBJECT
See Also:
Constant Field Values


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.