Class COM.odi.LockTimeoutException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.LockTimeoutException

public final class LockTimeoutException
extends ObjectStoreException
Thrown when a call to an API entrypoint produces a concurrency conflict that cannot be resolved within the specified timeout.


Method Index

 o getBlockers()
Returns information about other clients that produced a concurrency conflict.
 o getLockType()
Returns the type of concurrency conflict.

Methods

 o getBlockers
  public LockTimeoutBlocker[] getBlockers()
Returns information about other clients that produced a concurrency conflict.

 o getLockType
  public int getLockType()
Returns the type of concurrency conflict.


Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.