Class COM.odi.LockTimeoutBlocker
java.lang.Object
   |
   +----COM.odi.LockTimeoutBlocker
  -  public final class LockTimeoutBlocker
  
-  extends Object
  
Describes another client that was involved in a concurrency
 conflict. 
 
  
  -  
	getApplicationName()
   -   Returns the name of the application.
  
 -  
	getHostName()
   -   Returns the name of the host on which the application was running.
  
 -  
	getPID()
   -   Returns the process ID of the application.
 
  
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 © 1996, 1997, 1998 Object Design, Inc. All rights reserved.