org.apache.fulcrum.yaafi.framework.role
Interface RoleEntry

All Known Implementing Classes:
RoleEntryImpl

public interface RoleEntry

Author:
Sigi TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void addInterceptors(java.util.Collection collection)
          Adds all given interceptors but avoiding duplicates.
 java.lang.String getComponentFlavour()
           
 java.lang.String getComponentType()
           
 java.lang.String getDescription()
           
 java.lang.String getImplementationClazzName()
           
 java.lang.String[] getInterceptorList()
           
 java.lang.String getLogCategory()
           
 java.lang.String getName()
           
 java.lang.String getShorthand()
           
 boolean hasDynamicProxy()
           
 boolean isEarlyInit()
           
 void setHasDynamicProxy(boolean hasProxy)
           
 

Method Detail

getComponentType

java.lang.String getComponentType()
Returns:
Returns the componentType.

getDescription

java.lang.String getDescription()
Returns:
Returns the description.

getImplementationClazzName

java.lang.String getImplementationClazzName()
Returns:
Returns the implementationClazzName.

isEarlyInit

boolean isEarlyInit()
Returns:
Returns the isEarlyInit.

getName

java.lang.String getName()
Returns:
Returns the name.

getShorthand

java.lang.String getShorthand()
Returns:
Returns the shorthand.

getComponentFlavour

java.lang.String getComponentFlavour()
Returns:
Returns the componentFlavour.

hasDynamicProxy

boolean hasDynamicProxy()
Returns:
Returns the hasProxy.

setHasDynamicProxy

void setHasDynamicProxy(boolean hasProxy)
Parameters:
hasProxy - The hasProxy to set.

addInterceptors

void addInterceptors(java.util.Collection collection)
Adds all given interceptors but avoiding duplicates.

Parameters:
collection - the interceptors to be added

getInterceptorList

java.lang.String[] getInterceptorList()
Returns:
Returns the interceptorList.

getLogCategory

java.lang.String getLogCategory()
Returns:
the category for creating the logger.


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.