Package org.jacorb.poa.util

Examples of org.jacorb.poa.util.ByteArrayKey


     * Called from RequestProcessor when the request has been handled.
     * The request is removed from the active request table.
     */
    synchronized void finish (ServerRequest request)
    {
        final ByteArrayKey oid = request.objectIdAsByteArrayKey();
        activeRequestTable.remove (oid);
        notifyAll();
    }
View Full Code Here

TOP

Related Classes of org.jacorb.poa.util.ByteArrayKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.