Results 1 to 2 of 2

Thread: Singleton per job?

Hybrid View

  1. #1

    Default Singleton per job?

    Hi,

    I have a class with member variables.This class is going to use in two jobs.

    Then per job, Is it going to create the instance?

    I observed that ,whenever job is going to start ,all the objects are going to create and it remains until the job is going to complete.

    Regards,
    Siva
    Last edited by janapati.siva; Jun 10th, 2010 at 09:29 AM.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I didn't understand the "I observed that" bit. Did you make your stateful component scope="step"?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •