|
OSGi™ Enterprise Release 5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
org.osgi.jmx | OSGi JMX Package Version 1.1. |
org.osgi.jmx.framework | OSGi JMX Framework Package Version 1.7. |
org.osgi.jmx.framework.wiring | OSGi JMX Framework Wiring Package Version 1.1. |
org.osgi.jmx.service.useradmin | OSGi JMX User Admin Package Version 1.1. |
Uses of Item in org.osgi.jmx |
---|
Fields in org.osgi.jmx declared as Item | |
---|---|
static Item |
JmxConstants.KEY_ITEM
The key of a property. |
static Item |
JmxConstants.TYPE_ITEM
The type of the property. |
static Item |
JmxConstants.VALUE_ITEM
The value of a property. |
Methods in org.osgi.jmx with parameters of type Item | |
---|---|
static javax.management.openmbean.CompositeType |
Item.compositeType(java.lang.String name,
java.lang.String description,
Item... items)
Create a Composite Type |
static javax.management.openmbean.CompositeType |
Item.extend(javax.management.openmbean.CompositeType parent,
java.lang.String name,
java.lang.String description,
Item... items)
Extend a Composite Type by adding new items. |
Uses of Item in org.osgi.jmx.framework |
---|
Fields in org.osgi.jmx.framework declared as Item | |
---|---|
static Item |
BundleStateMBean.ACTIVATION_POLICY_USED_ITEM
The item containing the indication whether the bundle activation policy must be used in BundleStateMBean.BUNDLE_TYPE . |
static Item |
ServiceStateMBean.BUNDLE_IDENTIFIER_ITEM
The item containing the bundle identifier in ServiceStateMBean.SERVICE_TYPE . |
static Item |
FrameworkMBean.BUNDLE_IN_ERROR_ID_ITEM
The item containing the bundle which caused the error during the batch operation. |
static Item |
FrameworkMBean.BUNDLE_IN_ERROR_LOCATION_ITEM
The item containing the bundle which caused the error during the batch operation. |
static Item |
ServiceStateMBean.BUNDLE_LOCATION_ITEM
The item containing the bundle location in ServiceStateMBean.EVENT_ITEM . |
static Item |
ServiceStateMBean.BUNDLE_SYMBOLIC_NAME_ITEM
The item containing the symbolic name in ServiceStateMBean.EVENT . |
static Item |
FrameworkMBean.COMPLETED_ITEM
The item containing the list of bundles completing the batch operation. |
static Item |
FrameworkMBean.ERROR_ITEM
The item containing the error message of the batch operation. |
static Item |
ServiceStateMBean.EVENT_ITEM
The item containing the event type. |
static Item |
BundleStateMBean.EVENT_ITEM
The item containing the event type. |
static Item |
BundleStateMBean.EXPORTED_PACKAGES_ITEM
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 . |
static Item |
PackageStateMBean.EXPORTING_BUNDLES_ITEM
The item containing the bundle identifier in PackageStateMBean.PACKAGE_TYPE . |
static Item |
BundleStateMBean.FRAGMENT_ITEM
The item containing the fragment status in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.FRAGMENTS_ITEM
The item containing the list of fragments the bundle is host to in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.HEADERS_ITEM
The item containing the bundle headers in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.HOSTS_ITEM
The item containing the bundle identifiers representing the hosts in BundleStateMBean.BUNDLE_TYPE . |
static Item |
ServiceStateMBean.IDENTIFIER_ITEM
The item containing the service identifier in ServiceStateMBean.SERVICE_TYPE . |
static Item |
BundleStateMBean.IDENTIFIER_ITEM
The item containing the bundle identifier in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.IMPORTED_PACKAGES_ITEM
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 . |
static Item |
PackageStateMBean.IMPORTING_BUNDLES_ITEM
The item containing the bundle identifier in PackageStateMBean.PACKAGE_TYPE . |
static Item |
BundleStateMBean.KEY_ITEM
The item describing the key of a bundle header entry. |
static Item |
BundleStateMBean.LAST_MODIFIED_ITEM
The item containing the last modified time in the BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.LOCATION_ITEM
The item containing the bundle location in BundleStateMBean.BUNDLE_TYPE . |
static Item |
PackageStateMBean.NAME_ITEM
The item containing the name of the package in PackageStateMBean.PACKAGE_TYPE . |
static Item |
ServiceStateMBean.OBJECT_CLASS_ITEM
The item containing the interfaces of the service in ServiceStateMBean.SERVICE_TYPE . |
static Item |
BundleStateMBean.PERSISTENTLY_STARTED_ITEM
The item containing the indication of persistently started in BundleStateMBean.BUNDLE_TYPE . |
static Item |
ServiceStateMBean.PROPERTIES_ITEM
The item containing service properties in ServiceStateMBean.SERVICE_TYPE . |
static Item |
BundleStateMBean.REGISTERED_SERVICES_ITEM
The item containing the registered services of the bundle in BundleStateMBean.BUNDLE_TYPE . |
static Item |
FrameworkMBean.REMAINING_ID_ITEM
The item containing the list of remaining bundles unprocessed by the failing batch operation. |
static Item |
FrameworkMBean.REMAINING_LOCATION_ITEM
The item containing the list of remaining bundles unprocessed by the failing batch operation. |
static Item |
PackageStateMBean.REMOVAL_PENDING_ITEM
The item representing the removal pending status of a package. |
static Item |
BundleStateMBean.REMOVAL_PENDING_ITEM
The item containing the indication of removal pending in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.REQUIRED_BUNDLES_ITEM
The item containing the required bundles in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.REQUIRED_ITEM
The item containing the required status in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.REQUIRING_BUNDLES_ITEM
The item containing the bundles requiring this bundle in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.SERVICES_IN_USE_ITEM
The item containing the services in use by this bundle in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.START_LEVEL_ITEM
The item containing the start level in BundleStateMBean.BUNDLE_TYPE . |
static Item |
BundleStateMBean.STATE_ITEM
The item containing the bundle state in BundleStateMBean.BUNDLE_TYPE . |
static Item |
FrameworkMBean.SUCCESS_ITEM
The item that indicates if this operation was successful. |
static Item |
BundleStateMBean.SYMBOLIC_NAME_ITEM
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE . |
static Item |
ServiceStateMBean.USING_BUNDLES_ITEM
The item containing the bundles using the service in ServiceStateMBean.SERVICE_TYPE . |
static Item |
BundleStateMBean.VALUE_ITEM
The item describing the value of a bundle header entry. |
static Item |
PackageStateMBean.VERSION_ITEM
The item containing the version of the package in PackageStateMBean.PACKAGE_TYPE . |
static Item |
BundleStateMBean.VERSION_ITEM
The item containing the symbolic name in BundleStateMBean.BUNDLE_TYPE . |
Uses of Item in org.osgi.jmx.framework.wiring |
---|
Fields in org.osgi.jmx.framework.wiring declared as Item | |
---|---|
static Item |
BundleWiringStateMBean.ATTRIBUTES_ITEM
The item containing the attributes of a capability or requirement. |
static Item |
BundleWiringStateMBean.BUNDLE_CAPABILITY_ITEM
The item containing a capability for a bundle in BundleWiringStateMBean.BUNDLE_WIRE_TYPE . |
static Item |
BundleWiringStateMBean.BUNDLE_ID_ITEM
The item containing a bundle ID. |
static Item |
BundleWiringStateMBean.BUNDLE_REQUIREMENT_ITEM
The item containing a requirement for a bundle in BundleWiringStateMBean.BUNDLE_WIRE_TYPE . |
static Item |
BundleWiringStateMBean.BUNDLE_REVISION_ID_ITEM
The item containing a bundle revision ID. |
static Item |
BundleWiringStateMBean.CAPABILITIES_ITEM
The item containing the capabilities in BundleWiringStateMBean.REVISION_CAPABILITIES_TYPE and BundleWiringStateMBean.BUNDLE_WIRING_TYPE . |
static Item |
BundleWiringStateMBean.DIRECTIVES_ITEM
The item containing the directives of a capability or requirement. |
static Item |
BundleWiringStateMBean.KEY_ITEM
The item containing the key of a capability or requirement directive. |
static Item |
BundleWiringStateMBean.NAMESPACE_ITEM
The item containing the namespace for a capability or requirement. |
static Item |
BundleWiringStateMBean.PROVIDED_WIRES_ITEM
The item containing the provided wires in BundleWiringStateMBean.BUNDLE_WIRING_TYPE . |
static Item |
BundleWiringStateMBean.PROVIDER_BUNDLE_ID_ITEM
The item containing the provider bundle ID in BundleWiringStateMBean.BUNDLE_WIRE_TYPE . |
static Item |
BundleWiringStateMBean.PROVIDER_BUNDLE_REVISION_ID_ITEM
The local ID of a provider revision in BundleWiringStateMBean.BUNDLE_WIRE_TYPE . |
static Item |
BundleWiringStateMBean.REQUIRED_WIRES_ITEM
The item containing the required wires in BundleWiringStateMBean.BUNDLE_WIRING_TYPE . |
static Item |
BundleWiringStateMBean.REQUIREMENTS_ITEM
The item containing the requirements in BundleWiringStateMBean.REVISION_REQUIREMENTS_TYPE and BundleWiringStateMBean.BUNDLE_WIRING_TYPE . |
static Item |
BundleWiringStateMBean.REQUIRER_BUNDLE_ID_ITEM
The item containing the requirer bundle ID in BundleWiringStateMBean.BUNDLE_WIRE_TYPE . |
static Item |
BundleWiringStateMBean.REQUIRER_BUNDLE_REVISION_ID_ITEM
The local ID of a requirer revision in BundleWiringStateMBean.BUNDLE_WIRE_TYPE . |
static Item |
BundleWiringStateMBean.VALUE_ITEM
The item containing the value of a capability or requirement directive. |
Uses of Item in org.osgi.jmx.service.useradmin |
---|
Fields in org.osgi.jmx.service.useradmin declared as Item | |
---|---|
static Item |
UserAdminMBean.CREDENTIALS_ITEM
The item containing the credentials of a user. |
static Item |
UserAdminMBean.MEMBERS_ITEM
The item containing the members of a group. |
static Item |
UserAdminMBean.NAME_ITEM
The item for the user name for an authorization object. |
static Item |
UserAdminMBean.PROPERTIES_ITEM
The item containing the properties of a Role. |
static Item |
UserAdminMBean.REQUIRED_MEMBERS_ITEM
The item containing the required members of a group. |
static Item |
UserAdminMBean.ROLES_ITEM
The item containing the roles for this authorization object. |
static Item |
UserAdminMBean.TYPE_ITEM
The item containing the type of the roles encapsulated by this authorization object. |
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |