Interface ThreadLocalAwareTeam

  • All Superinterfaces:
    Team

    public interface ThreadLocalAwareTeam
    extends Team

    Enables a Team to execute the Job with the Thread invoking the ProcessState.

    An example use is for embedding OfficeFloor within an Application Server and associating the Thread invoking the ProcessState for ThreadLocal instances of the Application Server.

    Author:
    Daniel Sagenschneider