Zschimmer GmbH Impressum und Kontakt

sos.spooler
Class Lock

java.lang.Object
  extended bysos.spooler.Idispatch
      extended bysos.spooler.Lock

public class Lock
extends sos.spooler.Idispatch

Version:
$Revision: 4558 $
Author:
Joacim Zschimmer, Zschimmer GmbH, http://www.zschimmer.com

Method Summary
 int max_non_exclusive()
           
 java.lang.String name()
           
 void remove()
           
 void set_max_non_exclusive(int n)
           
 void set_name(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

set_name

public void set_name(java.lang.String name)

name

public java.lang.String name()

set_max_non_exclusive

public void set_max_non_exclusive(int n)

max_non_exclusive

public int max_non_exclusive()

remove

public void remove()