org.ow2.easybeans.api.bean.info
Interface ISessionBeanInfo

All Superinterfaces:
IBeanInfo

public interface ISessionBeanInfo
extends IBeanInfo

This interface is used for containing a description for a session bean. It is used at the runtime.

Author:
Loic Albertin

Method Summary
 org.ow2.util.ee.metadata.ejbjar.api.struct.IJEjbStatefulTimeout getStatefulTimeout()
          Returns the StatefulTimeout associated with the be if any.
This method makes sense only for Stateful Session Beans and should return null for in others cases.
 
Methods inherited from interface org.ow2.easybeans.api.bean.info.IBeanInfo
getApplicationException, getApplicationExceptions, getBusinessMethodsInfo, getCluster, getDataSourceDefinitions, getDefaultCheckedException, getDependsOn, getLocalInterfaces, getName, getNoInterfaceViewInterface, getRemoteInterfaces, getSecurityInfo, getSessionSynchronizationMethodsInfo, getTimersInfo, getTransactionManagementType, getWebServiceInfo, isStartup, setApplicationExceptions, setBusinessMethodsInfo, setCluster, setLocalInterfaces, setName, setNoInterfaceViewInterface, setRemoteInterfaces, setSecurityInfo, setSessionSynchronizationMethodsInfo, setStartup, setTimersInfo, setTransactionManagementType, setWebServiceInfo
 

Method Detail

getStatefulTimeout

org.ow2.util.ee.metadata.ejbjar.api.struct.IJEjbStatefulTimeout getStatefulTimeout()
Returns the StatefulTimeout associated with the be if any.
This method makes sense only for Stateful Session Beans and should return null for in others cases.

Returns:
The StatefulTimeout if any or null.


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