• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1076 for branches/omero_ds_fix

Show
Ignore:
Timestamp:
11/15/06 09:12:01 (2 years ago)
Author:
jmoore
Message:

Adding documentation which should have been in place to prevent what r1067 fixed.

Files:
1 modified

  • branches/omero_ds_fix/components/server/src/ome/logic/ConfigImpl.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/omero_ds_fix/components/server/src/ome/logic/ConfigImpl.java

    r1038 r1076  
    115115/* Source: EJB3 Specification 
    116116 * Purpose: Marks this service as stateless, which means that instances can be 
    117  *      created as needed and given to any client. Concurrent calls are permitted  
     117 *  created as needed and given to any client. Concurrent calls are permitted  
    118118 *  though they may be routed to different servers. The stateful counterpart  
    119  *  is simply @Stateful, but it imposes several restrictions on the class. All 
    120  *  fields must be transient or serializable  
     119 *  is simply @Stateful, but it imposes several restrictions on the class, e.g. 
     120 *  that all fields must be transient or serializable. On the other hand, all 
     121 *  fields for @Stateless instances must be thread-safe, with no state being 
     122 *  obviously thread-safetest.  
    121123 *  @see https://trac.openmicroscopy.org.uk/omero/ticket/173 
    122124 */ 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/