Schnittstelle RoleEntry
- Alle bekannten Implementierungsklassen:
RoleEntryImpl
public interface RoleEntry
Contains the data of a role element.
- Autor:
- Siegfried Goeschl
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addInterceptors
(Collection<?> collection) Adds all given interceptors but avoiding duplicates.String[]
getName()
boolean
boolean
void
setHasDynamicProxy
(boolean hasProxy)
-
Methodendetails
-
getComponentType
String getComponentType()- Gibt zurück:
- Returns the componentType.
-
getDescription
String getDescription()- Gibt zurück:
- Returns the description.
-
getImplementationClazzName
String getImplementationClazzName()- Gibt zurück:
- Returns the implementationClazzName.
-
isEarlyInit
boolean isEarlyInit()- Gibt zurück:
- Returns the isEarlyInit.
-
getName
String getName()- Gibt zurück:
- Returns the name.
-
getShorthand
String getShorthand()- Gibt zurück:
- Returns the shorthand.
-
getComponentFlavour
String getComponentFlavour()- Gibt zurück:
- Returns the componentFlavour.
-
hasDynamicProxy
boolean hasDynamicProxy()- Gibt zurück:
- Returns the hasProxy.
-
setHasDynamicProxy
void setHasDynamicProxy(boolean hasProxy) - Parameter:
hasProxy
- The hasProxy to set.
-
addInterceptors
Adds all given interceptors but avoiding duplicates.- Parameter:
collection
- the interceptors to be added
-
getInterceptorList
String[] getInterceptorList()- Gibt zurück:
- Returns the interceptorList.
-
getLogCategory
String getLogCategory()- Gibt zurück:
- the category for creating the logger.
-