Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.j2ee |
Java EE triggers and actions
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DynamicMethod |
EjbEntityAction.getHomeMethod()
Returns a method on an EJB home interface, which is responsible for
returning one or more remote references.
|
DynamicMethod |
DynamicEjbEntityAction.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.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbEntityAction.setHomeMethod(DynamicMethod homeMethod)
Sets a method on an EJB home interface, which is responsible for returning
one or more remote references.
|
void |
DynamicEjbEntityAction.setHomeMethod(DynamicMethod homeMethod)
Sets a method on an EJB home interface, which is responsible for returning
one or more remote references.
|
© 2000-2025 Flux Corporation. All rights reserved.