|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Target | |
|---|---|
| org.apache.geronimo.blueprint | |
| org.apache.geronimo.blueprint.mutable | |
| org.apache.geronimo.blueprint.namespace | |
| org.apache.geronimo.blueprint.reflect | |
| org.osgi.service.blueprint.reflect | Blueprint Reflection Package Version 1.0. |
| Uses of Target in org.apache.geronimo.blueprint |
|---|
| Subinterfaces of Target in org.apache.geronimo.blueprint | |
|---|---|
interface |
ExtendedBeanMetadata
An extended BeanMetadata that allows specifying if
the bean instances are processors or not. |
| Methods in org.apache.geronimo.blueprint that return types with arguments of type Target | |
|---|---|
List<Target> |
ComponentDefinitionRegistry.getTypeConverters()
|
| Methods in org.apache.geronimo.blueprint with parameters of type Target | |
|---|---|
void |
ComponentDefinitionRegistry.registerTypeConverter(Target component)
|
| Uses of Target in org.apache.geronimo.blueprint.mutable |
|---|
| Subinterfaces of Target in org.apache.geronimo.blueprint.mutable | |
|---|---|
interface |
MutableBeanMetadata
A mutable version of the BeanMetadata that allows modifications. |
interface |
MutableReferenceMetadata
A mutable version of the ReferenceMetadata that allows modifications. |
interface |
MutableRefMetadata
A mutable version of the RefMetadata that allows modifications. |
| Methods in org.apache.geronimo.blueprint.mutable with parameters of type Target | |
|---|---|
RegistrationListener |
MutableServiceMetadata.addRegistrationListener(Target listenerComponent,
String registrationMethodName,
String unregistrationMethodName)
|
ReferenceListener |
MutableServiceReferenceMetadata.addServiceListener(Target listenerComponent,
String bindMethodName,
String unbindMethodName)
|
void |
MutableBeanMetadata.setFactoryComponent(Target factoryComponent)
|
void |
MutableReferenceListener.setListenerComponent(Target listenerComponent)
|
void |
MutableRegistrationListener.setListenerComponent(Target listenerComponent)
|
void |
MutableServiceMetadata.setServiceComponent(Target serviceComponent)
|
| Uses of Target in org.apache.geronimo.blueprint.namespace |
|---|
| Methods in org.apache.geronimo.blueprint.namespace that return types with arguments of type Target | |
|---|---|
List<Target> |
ComponentDefinitionRegistryImpl.getTypeConverters()
|
| Methods in org.apache.geronimo.blueprint.namespace with parameters of type Target | |
|---|---|
void |
ComponentDefinitionRegistryImpl.registerTypeConverter(Target component)
|
| Uses of Target in org.apache.geronimo.blueprint.reflect |
|---|
| Classes in org.apache.geronimo.blueprint.reflect that implement Target | |
|---|---|
class |
BeanMetadataImpl
Implementation of BeanMetadata |
class |
ReferenceMetadataImpl
Implementation of ReferenceMetadata |
class |
RefMetadataImpl
Implementation of RefMetadata |
| Methods in org.apache.geronimo.blueprint.reflect that return Target | |
|---|---|
static Target |
MetadataUtil.cloneTarget(Target source)
Clone a target item, returning a mutable instance. |
Target |
BeanMetadataImpl.getFactoryComponent()
|
Target |
ReferenceListenerImpl.getListenerComponent()
|
Target |
RegistrationListenerImpl.getListenerComponent()
|
Target |
ServiceMetadataImpl.getServiceComponent()
|
| Methods in org.apache.geronimo.blueprint.reflect with parameters of type Target | |
|---|---|
RegistrationListener |
ServiceMetadataImpl.addRegistrationListener(Target listenerComponent,
String registrationMethodName,
String unregistrationMethodName)
|
ReferenceListener |
ServiceReferenceMetadataImpl.addServiceListener(Target listenerComponent,
String bindMethodName,
String unbindMethodName)
|
static Target |
MetadataUtil.cloneTarget(Target source)
Clone a target item, returning a mutable instance. |
void |
BeanMetadataImpl.setFactoryComponent(Target factoryComponent)
|
void |
ReferenceListenerImpl.setListenerComponent(Target listenerComponent)
|
void |
RegistrationListenerImpl.setListenerComponent(Target listenerComponent)
|
void |
ServiceMetadataImpl.setServiceComponent(Target exportedComponent)
|
| Constructors in org.apache.geronimo.blueprint.reflect with parameters of type Target | |
|---|---|
ReferenceListenerImpl(Target listenerComponent,
String bindMethod,
String unbindMethod)
|
|
RegistrationListenerImpl(Target listenerComponent,
String registrationMethod,
String unregistrationMethod)
|
|
| Uses of Target in org.osgi.service.blueprint.reflect |
|---|
| Subinterfaces of Target in org.osgi.service.blueprint.reflect | |
|---|---|
interface |
BeanMetadata
Metadata for a Bean component. |
interface |
ReferenceMetadata
Metadata for a reference that will bind to a single matching service in the service registry. |
interface |
RefMetadata
Metadata for a reference to another component managed by the Blueprint Container. |
| Methods in org.osgi.service.blueprint.reflect that return Target | |
|---|---|
Target |
BeanMetadata.getFactoryComponent()
Return the Metadata for the factory component on which to invoke the factory method for the bean. |
Target |
ReferenceListener.getListenerComponent()
Return the Metadata for the component that will receive bind and unbind events. |
Target |
RegistrationListener.getListenerComponent()
Return the Metadata for the component that will receive registration and unregistration events. |
Target |
ServiceMetadata.getServiceComponent()
Return the Metadata for the component to be exported as a service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||