public class InterceptorBindingDescriptor extends Descriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
InterceptorBindingDescriptor.BindingType |
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
InterceptorBindingDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendInterceptorClass(String interceptor) |
InterceptorBindingDescriptor.BindingType |
getBindingType() |
MethodDescriptor |
getBusinessMethod() |
String |
getEjbName() |
boolean |
getExcludeClassInterceptors() |
boolean |
getExcludeDefaultInterceptors() |
List<String> |
getInterceptorClasses() |
boolean |
getIsTotalOrdering() |
boolean |
getNeedsOverloadResolution() |
void |
setBusinessMethod(MethodDescriptor desc) |
void |
setEjbName(String ejb) |
void |
setExcludeClassInterceptors(boolean flag) |
void |
setExcludeDefaultInterceptors(boolean flag) |
void |
setIsTotalOrdering(boolean flag) |
void |
setNeedsOverloadResolution(boolean flag) |
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, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic InterceptorBindingDescriptor.BindingType getBindingType()
public void setNeedsOverloadResolution(boolean flag)
public boolean getNeedsOverloadResolution()
public void setEjbName(String ejb)
public String getEjbName()
public void setBusinessMethod(MethodDescriptor desc)
public MethodDescriptor getBusinessMethod()
public void appendInterceptorClass(String interceptor)
public void setIsTotalOrdering(boolean flag)
public boolean getIsTotalOrdering()
public void setExcludeDefaultInterceptors(boolean flag)
public boolean getExcludeDefaultInterceptors()
public void setExcludeClassInterceptors(boolean flag)
public boolean getExcludeClassInterceptors()
Copyright © 2019. All rights reserved.