public class InterceptorDescriptor extends JndiEnvironmentRefsGroupDescriptor
bundleDescriptor, callbackDescriptors, ejbReferences, entityManagerFactoryReferences, entityManagerReferences, environmentProperties, messageDestReferences, resourceEnvReferences, resourceReferences, serviceReferences
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
InterceptorDescriptor() |
addCallbackDescriptor, addCallbackDescriptors, addEjbReferenceDescriptor, addEntityManagerFactoryReferenceDescriptor, addEntityManagerReferenceDescriptor, addEnvironmentProperty, addMessageDestinationReferenceDescriptor, addPostConstructDescriptor, addPreDestroyDescriptor, addResourceEnvReferenceDescriptor, addResourceReferenceDescriptor, addServiceReferenceDescriptor, getBundleDescriptor, getCallbackDescriptors, getEjbReference, getEjbReferenceDescriptors, getEntityManagerFactoryReferenceByName, getEntityManagerFactoryReferenceDescriptors, getEntityManagerReferenceByName, getEntityManagerReferenceDescriptors, getEnvironmentProperties, getEnvironmentPropertyByName, getInjectableResourcesByClass, getInjectionInfoByClass, getMessageDestinationReferenceByName, getMessageDestinationReferenceDescriptors, getPostConstructDescriptorByClass, getPostConstructDescriptors, getPreDestroyDescriptorByClass, getPreDestroyDescriptors, getResourceEnvReferenceByName, getResourceEnvReferenceDescriptors, getResourceReferenceByName, getResourceReferenceDescriptors, getServiceReferenceByName, getServiceReferenceDescriptors, hasCallbackDescriptor, removeEjbReferenceDescriptor, removeEnvironmentProperty, removeMessageDestinationReferenceDescriptor, removeResourceEnvReferenceDescriptor, removeResourceReferenceDescriptor, removeServiceReferenceDescriptor, setBundleDescriptor
addResourceDescriptor, getAllResourcesDescriptors, getAllResourcesDescriptors, getResourceDescriptor, getResourceDescriptors, removeResourceDescriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addResourceDescriptor, removeResourceDescriptor
getAllResourcesDescriptors, getAllResourcesDescriptors, getResourceDescriptors
public String getInterceptorClassName()
public void setInterceptorClassName(String className)
public Class getInterceptorClass()
public void setInterceptorClass(Class c)
public Set<LifecycleCallbackDescriptor> getAroundInvokeDescriptors()
public List<LifecycleCallbackDescriptor> getOrderedAroundInvokeDescriptors(ClassLoader loader) throws Exception
Exception
public Set<LifecycleCallbackDescriptor> getAroundTimeoutDescriptors()
public List<LifecycleCallbackDescriptor> getOrderedAroundTimeoutDescriptors(ClassLoader loader) throws Exception
Exception
public void setFromBeanClass(boolean flag)
public boolean getFromBeanClass()
public void addAroundInvokeDescriptor(LifecycleCallbackDescriptor aroundInvokeDesc)
public void addAroundInvokeDescriptors(Set<LifecycleCallbackDescriptor> aroundInvokes)
public boolean hasAroundInvokeDescriptor()
public void addAroundTimeoutDescriptor(LifecycleCallbackDescriptor aroundTimeoutDesc)
public void addAroundTimeoutDescriptors(Set<LifecycleCallbackDescriptor> aroundTimeouts)
public boolean hasAroundTimeoutDescriptor()
public List<LifecycleCallbackDescriptor> getOrderedCallbackDescriptors(LifecycleCallbackDescriptor.CallbackType type, ClassLoader loader) throws Exception
Exception
public void addAroundConstructDescriptor(LifecycleCallbackDescriptor lcDesc)
public void addPostActivateDescriptor(LifecycleCallbackDescriptor lcDesc)
public void addPrePassivateDescriptor(LifecycleCallbackDescriptor lcDesc)
public String toString()
toString
in class DynamicAttributesDescriptor
Copyright © 2018. All rights reserved.