Uses of Class
org.apache.aries.jmx.blueprint.Item

Packages that use Item
org.apache.aries.jmx.blueprint   
 

Uses of Item in org.apache.aries.jmx.blueprint
 

Fields in org.apache.aries.jmx.blueprint declared as Item
static Item BlueprintMetadataMBean.ACTIVATION_ITEM
          The item containing the activation strategy for a component.
static Item BlueprintMetadataMBean.ARGUMENTS_ITEM
          The item containing the bean argument for the bean's compositeType.
static Item BlueprintMetadataMBean.AUTO_EXPORT_ITEM
          The item containing the auto-export mode for the service.
static Item BlueprintMetadataMBean.AVAILABILITY_ITEM
          The item specify whether or not a matching service is required at all times.
static Item BlueprintMetadataMBean.BIND_METHOD_ITEM
          The item containing the name of the bind method.
static Item BlueprintStateMBean.BUNDLE_ID_ITEM
          The item containing the Blueprint bundle id associated with this event.
static Item BlueprintMetadataMBean.CLASS_NAME_ITEM
          The item containing the name of the class specified for the bean.
static Item BlueprintMetadataMBean.COLLECTION_CLASS_ITEM
          The item containing the type of this collection The key is BlueprintMetadataMBean.COLLECTION_CLASS, and the type is SimpleType.STRING.
static Item BlueprintMetadataMBean.COMPONENT_ID_ITEM
          The item containing the component id to which the "ref" associates.
static Item BlueprintMetadataMBean.COMPONENT_NAME_ITEM
          The item containing the value of the component-name attribute of the service reference.
static Item BlueprintStateMBean.DEPENDENCIES_ITEM
          The item containing the filters identifying the missing dependencies that caused the WAITING, GRACE_PERIOD or FAILURE event.
static Item BlueprintMetadataMBean.DEPENDS_ON_ITEM
          The item containing the ids of any components listed in a depends-on attribute for the component.
static Item BlueprintMetadataMBean.DESTROY_METHOD_ITEM
          The item containing the name of the destroy method specified for the bean.
static Item BlueprintMetadataMBean.ENTRIES_ITEM
          The item containing an array of entries The key is BlueprintMetadataMBean.ENTRIES, and the type is ArrayType.
static Item BlueprintStateMBean.EVENT_TYPE_ITEM
          The item containing the type of this event.
static Item BlueprintStateMBean.EXCEPTION_MESSAGE_ITEM
          The item containing the exception message that cause this FAILURE event.
static Item BlueprintStateMBean.EXTENDER_BUNDLE_ID_ITEM
          The item containing the Blueprint extender bundle id that is generating this event.
static Item BlueprintMetadataMBean.FACTORY_COMPONENT_ITEM
          The item containing the id of the factory component on which to invoke the factory method for the bean.
static Item BlueprintMetadataMBean.FACTORY_METHOD_ITEM
          The item containing the name of the factory method specified for the bean.
static Item BlueprintMetadataMBean.FILTER_ITEM
          The item containing the filter expression that a matching service must match.
static Item BlueprintMetadataMBean.ID_ITEM
          The item containing the component id of a component.
static Item BlueprintMetadataMBean.INDEX_ITEM
          The item containing the zero-based index into the parameter list of the factory method or constructor to be invoked for this argument.
static Item BlueprintMetadataMBean.INIT_METHOD_ITEM
          The item containing the name of the init method specified for the bean.
static Item BlueprintMetadataMBean.INTERFACE_ITEM
          The item containing the name of the interface type that a matching service must support.
static Item BlueprintMetadataMBean.INTERFACES_ITEM
          The item containing the type names of the interfaces that the service should be advertised as supporting.
static Item BlueprintMetadataMBean.KEY_ITEM
          The item containing the key of an entry.
static Item BlueprintMetadataMBean.KEY_TYPE_ITEM
          The item containing the key type of the entries.
static Item BlueprintMetadataMBean.LISTENER_COMPONENT_ITEM
          The item containing the listener component.
static Item BlueprintMetadataMBean.MEMBER_TYPE_ITEM
          The item specify whether the List will contain service object proxies or ServiceReference objects.
static Item BlueprintMetadataMBean.NAME_ITEM
          The item containing the name of the property to be injected.
static Item BlueprintMetadataMBean.PLACEHOLDER_ITEM
          The item is a placeholder in the null metadata type.
static Item BlueprintMetadataMBean.PROPERTIES_ITEM
          The item containing the bean property for the bean's compositeType.
static Item BlueprintMetadataMBean.RANKING_ITEM
          The item containing the ranking value to use when advertising the service.
static Item BlueprintMetadataMBean.REFERENCE_LISTENERS_ITEM
          The item containing all the reference listeners.
static Item BlueprintMetadataMBean.REGISTRATION_LISTENERS_ITEM
          The item containing all the registration listeners.
static Item BlueprintMetadataMBean.REGISTRATION_METHOD_ITEM
          The item containing the name of the registration method.
static Item BlueprintStateMBean.REPLAY_ITEM
          The item containing the flag that represents whether this event is a replay event.
static Item BlueprintMetadataMBean.SCOPE_ITEM
          The item containing the scope for the bean.
static Item BlueprintMetadataMBean.SERVICE_COMPONENT_ITEM
          The item containing the id of the component to be exported as a service.
static Item BlueprintMetadataMBean.SERVICE_PROPERTIES_ITEM
          The item containing the user declared properties to be advertised with the service.
static Item BlueprintMetadataMBean.STRING_VALUE_ITEM
          The item containing the un-converted string representation of the value.
static Item BlueprintMetadataMBean.TIMEOUT_ITEM
          The item containing the timeout for service invocations when a backing service is is unavailable.
static Item BlueprintStateMBean.TIMESTAMP_ITEM
          The item containing the time at which this event was created.
static Item BlueprintMetadataMBean.TYPE_ITEM
          The item containing the name of the type to which the value should be converted.
static Item BlueprintMetadataMBean.UNBIND_METHOD_ITEM
          The item containing the name of the unbind method.
static Item BlueprintMetadataMBean.UNREGISTRATION_METHOD_ITEM
          The item containing the name of the unregistration method.
static Item BlueprintMetadataMBean.VALUE_ITEM
          The item containing a value and this will be used by BeanArgument, BeanProperty, MapEntry and CollectionMetadata.
static Item BlueprintMetadataMBean.VALUE_TYPE_ITEM
          The item containing the value type that the value should be The key is BlueprintMetadataMBean.VALUE_TYPE, and the type is SimpleType.STRING.
static Item BlueprintMetadataMBean.VALUES_ITEM
          The item containing all the values The key is BlueprintMetadataMBean.VALUES, and the type is ArrayType.
 

Methods in org.apache.aries.jmx.blueprint with parameters of type Item
static CompositeType Item.compositeType(String name, String description, Item... items)
          Create a Composite Type
static CompositeType Item.extend(CompositeType parent, String name, String description, Item... items)
          Extend a Composite Type by adding new items.
 



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