org.apache.openejb.jee
Class AroundInvoke

java.lang.Object
  extended by org.apache.openejb.jee.AroundInvoke
All Implemented Interfaces:
CallbackMethod

public class AroundInvoke
extends Object
implements CallbackMethod

ejb-jar_3_1.xsd

Java class for around-invokeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="around-invokeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
         <element name="method-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clazz
           
protected  String methodName
           
 
Constructor Summary
AroundInvoke()
           
AroundInvoke(Method method)
           
AroundInvoke(String clazz, String methodName)
           
 
Method Summary
 String getClassName()
           
 String getClazz()
           
 String getMethodName()
           
 void setClazz(String value)
           
 void setMethodName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected String clazz

methodName

protected String methodName
Constructor Detail

AroundInvoke

public AroundInvoke()

AroundInvoke

public AroundInvoke(Method method)

AroundInvoke

public AroundInvoke(String clazz,
                    String methodName)
Method Detail

getClazz

public String getClazz()

setClazz

public void setClazz(String value)

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface CallbackMethod

setMethodName

public void setMethodName(String value)

getClassName

public String getClassName()
Specified by:
getClassName in interface CallbackMethod


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.