public interface EjbOrchestratorRemote
Remote
interface to orchestrate EJBs within an OfficeFloor
.Modifier and Type | Method and Description |
---|---|
<P> P |
orchestrateRemotely(P parameter)
Remotely orchestrates EJBs.
|
<P> P orchestrateRemotely(P parameter) throws NamingException
P
- Parameter type.parameter
- Parameter for the initial Work
of the
OfficeFloor
initiating the orchestration of the EJBs.Remote
invocations pass by value (serialised), the
input parameter is returned to allow changes to the parameter to
be obtained by the caller.NamingException
- On failure of orchestration.Copyright © 2005–2016. All rights reserved.