org.jboss.metadata.ejb.spec
Class AroundInvokeMetaData

java.lang.Object
  extended by org.jboss.metadata.ejb.spec.AroundInvokeMetaData
All Implemented Interfaces:
Serializable

public class AroundInvokeMetaData
extends Object
implements Serializable

AroundInvokeMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
AroundInvokeMetaData()
          Create a new AroundInvokeMetaData.
 
Method Summary
 String getClassName()
          Get the className.
 String getMethodName()
          Get the methodName.
 void setClassName(String className)
          Set the className.
 void setMethodName(String methodName)
          Set the methodName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AroundInvokeMetaData

public AroundInvokeMetaData()
Create a new AroundInvokeMetaData.

Method Detail

getClassName

public String getClassName()
Get the className.

Returns:
the className.

setClassName

public void setClassName(String className)
Set the className.

Parameters:
className - the className.
Throws:
IllegalArgumentException - for a null className

getMethodName

public String getMethodName()
Get the methodName.

Returns:
the methodName.

setMethodName

public void setMethodName(String methodName)
Set the methodName.

Parameters:
methodName - the methodName.
Throws:
IllegalArgumentException - for a null methodName


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