KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > IllegalMonitorStateException > Top Examples

  • org.jacorb.imr.ImplementationRepositoryImpl
    This is the main class of the JacORB implementation repository. It keeps track of the registered POAs with lifespan policy PERSISTENT and provides a way for migrating and restarting the POAS servers. @author Nicolas Noffke $Id: ImplementationRepositoryImpl.java,v 1.56 2005/02/09 09:54:09 andre.s ...
  • org.apache.beehive.netui.util.internal.concurrent.ReentrantLock
    A reentrant mutual exclusion {@link Lock} with the same basic behavior and semantics as the implicit monitor lock accessed using <tt>synchronized</tt> methods and statements, but with extended capabilities. <p> A <tt>ReentrantLock</tt> is <em>owned</em> b ...
  • org.apache.bcel.ExceptionConstants
    ==================================================================== The Apache Software License, Version 1.1 Copyright (c) 2001 The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the f ...
Popular Tags