org.jboss.aop.microcontainer.beans.metadata
Class AdviceOrInterceptorData

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.metadata.BaseInterceptorData
      extended by org.jboss.aop.microcontainer.beans.metadata.AdviceOrInterceptorData
Direct Known Subclasses:
AdviceData, InterceptorRefData

public abstract class AdviceOrInterceptorData
extends BaseInterceptorData

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
AdviceOrInterceptorData()
           
 
Method Summary
 String getAdviceMethod()
           
 String getBeanClassName()
           
 org.jboss.aop.advice.AdviceType getType()
           
 void setRefName(String name)
           
 void setType(org.jboss.aop.advice.AdviceType type)
           
 
Methods inherited from class org.jboss.aop.microcontainer.beans.metadata.BaseInterceptorData
getRefName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceOrInterceptorData

public AdviceOrInterceptorData()
Method Detail

setRefName

public void setRefName(String name)
Overrides:
setRefName in class BaseInterceptorData

getType

public org.jboss.aop.advice.AdviceType getType()

setType

public void setType(org.jboss.aop.advice.AdviceType type)

getBeanClassName

public String getBeanClassName()
Specified by:
getBeanClassName in class BaseInterceptorData

getAdviceMethod

public String getAdviceMethod()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.