ilog.mt
Interface IlSynchronizationContext

All Known Implementing Classes:
IltCompositeGraphic

public interface IlSynchronizationContext

Interface to be implemented by objects that support a synchronization strategy.

Since:
JTGO 3.1

Method Summary
 Object getLock()
          Returns the object to use to synchronize on instead on the current one
 IlSynchronizationStrategy getSynchronizationStrategy()
          Returns the strategy used to synchronize on instead on the current one
 

Method Detail

getSynchronizationStrategy

IlSynchronizationStrategy getSynchronizationStrategy()
Returns the strategy used to synchronize on instead on the current one

Returns:
the synchronization strategy to be used

getLock

Object getLock()
Returns the object to use to synchronize on instead on the current one

Returns:
an object to be use in a synchronized statement.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.