JBoss Metadata EJB 7.2.2.Final

org.jboss.metadata.ejb.spec
Class AroundTimeoutMetaData

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

public class AroundTimeoutMetaData
extends Object
implements Serializable

Author:
Stuart Douglas
See Also:
Serialized Form

Constructor Summary
AroundTimeoutMetaData()
          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

AroundTimeoutMetaData

public AroundTimeoutMetaData()
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

JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.