net.officefloor.plugin.ejb
Interface EjbOrchestrator

All Known Implementing Classes:
OfficeFloorEjb

public interface EjbOrchestrator

Local interface to orchestrate EJBs within an OfficeFloor.

Author:
Daniel Sagenschneider

Method Summary
 void orchestrate(Object parameter)
          Orchestrates the EJBs.
 

Method Detail

orchestrate

void orchestrate(Object parameter)
                 throws NamingException
Orchestrates the EJBs.

Parameters:
parameter - Parameter for the initial Work of the OfficeFloor initiating the orchestration of the EJBs.
Throws:
NamingException


Copyright © 2005-2013. All Rights Reserved.