org.jboss.aop.array
Class ArrayBinding
java.lang.Object
org.jboss.aop.array.ArrayBinding
public class ArrayBinding
- extends Object
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
name
protected String name
type
protected Type type
interceptorFactories
protected InterceptorFactory[] interceptorFactories
ArrayBinding
public ArrayBinding(String name,
InterceptorFactory[] factories,
Type type)
addInterceptorFactory
public void addInterceptorFactory(InterceptorFactory factory)
getName
public String getName()
getInterceptorFactories
public InterceptorFactory[] getInterceptorFactories()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
isRead
public boolean isRead()
isWrite
public boolean isWrite()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.