Uses of Class
org.apache.openejb.jee.jba.InvokerBindings
-
Packages that use InvokerBindings Package Description org.apache.openejb.jee.jba -
-
Uses of InvokerBindings in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as InvokerBindings Modifier and Type Field Description protected InvokerBindingsEntity. invokerBindingsprotected InvokerBindingsMessageDriven. invokerBindingsprotected InvokerBindingsSession. invokerBindingsMethods in org.apache.openejb.jee.jba that return InvokerBindings Modifier and Type Method Description InvokerBindingsObjectFactory. createInvokerBindings()Create an instance ofInvokerBindingsInvokerBindingsEntity. getInvokerBindings()Gets the value of the invokerBindings property.InvokerBindingsMessageDriven. getInvokerBindings()Gets the value of the invokerBindings property.InvokerBindingsSession. getInvokerBindings()Gets the value of the invokerBindings property.Methods in org.apache.openejb.jee.jba with parameters of type InvokerBindings Modifier and Type Method Description voidEntity. setInvokerBindings(InvokerBindings value)Sets the value of the invokerBindings property.voidMessageDriven. setInvokerBindings(InvokerBindings value)Sets the value of the invokerBindings property.voidSession. setInvokerBindings(InvokerBindings value)Sets the value of the invokerBindings property.
-