public class EventMetadataBean extends AbstractStaticallyDecorableBuiltInBean<EventMetadata>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Constructor and Description |
|---|
EventMetadataBean(BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(EventMetadata instance,
CreationalContext<EventMetadata> creationalContext)
Destroy an instance of the contextual type.
|
protected EventMetadata |
newInstance(InjectionPoint ip,
CreationalContext<EventMetadata> creationalContext) |
java.lang.String |
toString() |
getDecorators, getProxyClass, initializeAfterBeanDiscoverycreate, getBeanClass, getDecorators, getInjectionPointcleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativegetIdpublic EventMetadataBean(BeanManagerImpl beanManager)
public void destroy(EventMetadata instance, CreationalContext<EventMetadata> creationalContext)
ContextualCreationalContext.release() to allow the container to destroy dependent objects of
the contextual instance.instance - the contextual instance to destroycreationalContext - the context in which this instance was createdprotected EventMetadata newInstance(InjectionPoint ip, CreationalContext<EventMetadata> creationalContext)
newInstance in class AbstractDecorableBuiltInBean<EventMetadata>public java.lang.String toString()
toString in class CommonBean<EventMetadata>Copyright © 2014. All Rights Reserved.