com.odi
Class LockTimeoutBlocker

java.lang.Object
  extended bycom.odi.LockTimeoutBlocker
All Implemented Interfaces:
Serializable

public final class LockTimeoutBlocker
extends Object
implements Serializable

Describes another client that was involved in a concurrency conflict.

PSE/PSE Pro does not use this class.

See Also:
Serialized Form

Method Summary
 String getApplicationName()
          Returns the name of the application.
 String getHostName()
          Returns the name of the host on which the application was running.
 int getPID()
          Returns the process ID of the application.
 

Method Detail

getApplicationName

public String getApplicationName()
Returns the name of the application.


getHostName

public String getHostName()
Returns the name of the host on which the application was running.


getPID

public int getPID()
Returns the process ID of the application.



Copyright 2005 Progress Software Corporation. All rights reserved.