org.ow2.util.ee.metadata.ejbjar.api.interfaces
Interface IEjbStatefulTimeout

All Superinterfaces:
Serializable
All Known Subinterfaces:
IEjbJarClassMetadata<E,D,C,M,F>

public interface IEjbStatefulTimeout
extends Serializable

This interface represents methods which can be call on ClassAnnotationMetadata.
It manages @javax.ejb.StatefulTimeout annotation.

Author:
Loic Albertin

Method Summary
 IJEjbStatefulTimeout getJavaxEjbStatefulTimeout()
           
 void setJavaxEjbStatefulTimeout(IJEjbStatefulTimeout jEjbStatefulTimeout)
          Sets the access stateful on this class.
 

Method Detail

getJavaxEjbStatefulTimeout

IJEjbStatefulTimeout getJavaxEjbStatefulTimeout()
Returns:
the stateful timeout on this class.

setJavaxEjbStatefulTimeout

void setJavaxEjbStatefulTimeout(IJEjbStatefulTimeout jEjbStatefulTimeout)
Sets the access stateful on this class.

Parameters:
jEjbStatefulTimeout - information on stateful timeout.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.