Uses of Class
org.apache.openejb.jee.jba.EjbTimeoutIdentity
-
Packages that use EjbTimeoutIdentity Package Description org.apache.openejb.jee.jba -
-
Uses of EjbTimeoutIdentity in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as EjbTimeoutIdentity Modifier and Type Field Description protected EjbTimeoutIdentityMessageDriven. ejbTimeoutIdentityprotected EjbTimeoutIdentitySession. ejbTimeoutIdentityMethods in org.apache.openejb.jee.jba that return EjbTimeoutIdentity Modifier and Type Method Description EjbTimeoutIdentityObjectFactory. createEjbTimeoutIdentity()Create an instance ofEjbTimeoutIdentityEjbTimeoutIdentityMessageDriven. getEjbTimeoutIdentity()Gets the value of the ejbTimeoutIdentity property.EjbTimeoutIdentitySession. getEjbTimeoutIdentity()Gets the value of the ejbTimeoutIdentity property.Methods in org.apache.openejb.jee.jba with parameters of type EjbTimeoutIdentity Modifier and Type Method Description voidMessageDriven. setEjbTimeoutIdentity(EjbTimeoutIdentity value)Sets the value of the ejbTimeoutIdentity property.voidSession. setEjbTimeoutIdentity(EjbTimeoutIdentity value)Sets the value of the ejbTimeoutIdentity property.
-