Uses of Interface
flux.DynamicMethod

Packages that use DynamicMethod
flux File Orchestration Solutions for Banking and Finance 
flux.j2ee Java EE triggers and actions 
 

Uses of DynamicMethod in flux
 

Subinterfaces of DynamicMethod in flux
 interface DynamicJavaAction
          Creates a Java object from a class, then invokes a method on the newly created object.
 interface DynamicRmiAction
          Invokes a method on an existing RMI server object that does not implement any specific interface.
 interface WebServiceAction
          Invokes an operation on a Web service.
 

Uses of DynamicMethod in flux.j2ee
 

Subinterfaces of DynamicMethod in flux.j2ee
 interface DynamicEjbEntityAction
          Invokes a method on an EJB entity bean home interface, which is responsible for returning one or more remote references.
 interface DynamicEjbSessionAction
          Creates and invokes a method on an EJB session bean.
 

Methods in flux.j2ee that return DynamicMethod
 DynamicMethod DynamicEjbEntityAction.getHomeMethod()
          Returns a method on an EJB home interface, which is responsible for returning one or more remote references.
 DynamicMethod EjbEntityAction.getHomeMethod()
          Returns a method on an EJB home interface, which is responsible for returning one or more remote references.
 DynamicMethod J2eeFactory.makeDynamicMethod()
          Creates a new DynamicMethod object.
 

Methods in flux.j2ee with parameters of type DynamicMethod
 void DynamicEjbEntityAction.setHomeMethod(DynamicMethod homeMethod)
          Sets a method on an EJB home interface, which is responsible for returning one or more remote references.
 void EjbEntityAction.setHomeMethod(DynamicMethod homeMethod)
          Sets a method on an EJB home interface, which is responsible for returning one or more remote references.
 



© 2014 Flux Corporation. All rights reserved.