Uses of Class
org.apache.openejb.jee.jba.EjbTimeoutIdentity

Packages that use EjbTimeoutIdentity
org.apache.openejb.jee.jba   
 

Uses of EjbTimeoutIdentity in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as EjbTimeoutIdentity
protected  EjbTimeoutIdentity MessageDriven.ejbTimeoutIdentity
           
protected  EjbTimeoutIdentity Session.ejbTimeoutIdentity
           
 

Methods in org.apache.openejb.jee.jba that return EjbTimeoutIdentity
 EjbTimeoutIdentity ObjectFactory.createEjbTimeoutIdentity()
          Create an instance of EjbTimeoutIdentity
 EjbTimeoutIdentity MessageDriven.getEjbTimeoutIdentity()
          Gets the value of the ejbTimeoutIdentity property.
 EjbTimeoutIdentity Session.getEjbTimeoutIdentity()
          Gets the value of the ejbTimeoutIdentity property.
 

Methods in org.apache.openejb.jee.jba with parameters of type EjbTimeoutIdentity
 void MessageDriven.setEjbTimeoutIdentity(EjbTimeoutIdentity value)
          Sets the value of the ejbTimeoutIdentity property.
 void Session.setEjbTimeoutIdentity(EjbTimeoutIdentity value)
          Sets the value of the ejbTimeoutIdentity property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.