public class MethodInterceptors extends Object
Constructor and Description |
---|
MethodInterceptors(Advisor advisor) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
org.jboss.aop.MethodMatchInfo |
getMatchInfo(long hash) |
MethodInfo |
getMethodInfo(long hash) |
long[] |
keys() |
void |
put(long hash,
MethodInfo info) |
int |
size() |
public MethodInterceptors(Advisor advisor)
public long[] keys()
public MethodInfo getMethodInfo(long hash)
public org.jboss.aop.MethodMatchInfo getMatchInfo(long hash)
public void put(long hash, MethodInfo info)
public void clear()
public int size()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.