org.jfox.ejb.meta
Class SessionMetaInfoImpl

java.lang.Object
  extended byorg.jfox.ejb.meta.AbstractMetaInfo
      extended byorg.jfox.ejb.meta.SessionMetaInfoImpl
All Implemented Interfaces:
EJBMetaInfo, java.io.Serializable, SessionMetaInfo

public class SessionMetaInfoImpl
extends AbstractMetaInfo
implements SessionMetaInfo

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfox.ejb.meta.AbstractMetaInfo
description, ejbClass, ejbName, home, isSession, jndiName, remote
 
Method Summary
 TransactionInfo getTransactionInfo()
           
 boolean isStatelessSession()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jfox.ejb.meta.AbstractMetaInfo
getDescription, getEjbClass, getEjbName, getHome, getJndiName, getRemote, isSession, setDescription, setEjbClass, setEjbName, setHome, setJndiName, setRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jfox.ejb.meta.EJBMetaInfo
getDescription, getEjbClass, getEjbName, getHome, getJndiName, getRemote, isSession, setDescription
 

Method Detail

getTransactionInfo

public TransactionInfo getTransactionInfo()
Specified by:
getTransactionInfo in interface SessionMetaInfo

isStatelessSession

public boolean isStatelessSession()
Specified by:
isStatelessSession in interface SessionMetaInfo

main

public static void main(java.lang.String[] args)