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

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

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

Fields in org.apache.openejb.jee.jba declared as InvokerBindings
protected  InvokerBindings MessageDriven.invokerBindings
           
protected  InvokerBindings Entity.invokerBindings
           
protected  InvokerBindings Session.invokerBindings
           
 

Methods in org.apache.openejb.jee.jba that return InvokerBindings
 InvokerBindings ObjectFactory.createInvokerBindings()
          Create an instance of InvokerBindings
 InvokerBindings MessageDriven.getInvokerBindings()
          Gets the value of the invokerBindings property.
 InvokerBindings Entity.getInvokerBindings()
          Gets the value of the invokerBindings property.
 InvokerBindings Session.getInvokerBindings()
          Gets the value of the invokerBindings property.
 

Methods in org.apache.openejb.jee.jba with parameters of type InvokerBindings
 void MessageDriven.setInvokerBindings(InvokerBindings value)
          Sets the value of the invokerBindings property.
 void Entity.setInvokerBindings(InvokerBindings value)
          Sets the value of the invokerBindings property.
 void Session.setInvokerBindings(InvokerBindings value)
          Sets the value of the invokerBindings property.
 



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