org.ow2.util.ee.metadata.common.api.struct
Interface IJInterceptors
- All Superinterfaces:
- Serializable
public interface IJInterceptors
- extends Serializable
List of interceptor classes.
- Author:
- Gael Lalire
addClass
void addClass(String cls)
- Add a class.
- Parameters:
cls - name of the class (asm)
getClasses
List<String> getClasses()
- Returns:
- list of classes.
contains
boolean contains(String cls)
- Parameters:
cls - the name of an encoded class.
- Returns:
- true if the class is already in the list.
size
int size()
- Returns:
- the size.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.