Package org.jacorb.test.notification

Examples of org.jacorb.test.notification.TimingTest


        eventReceived( event.remainder_of_body, currentTime );
    }

    public void eventReceived( Any event, long currentTime )
    {
        TimingTest _t = TimingTestHelper.extract( event );
        Integer _key = new Integer( _t.id );

        synchronized ( allEntries_ )
        {
            LogEntry _entry = ( LogEntry ) allEntries_.get( _key );
View Full Code Here

TOP

Related Classes of org.jacorb.test.notification.TimingTest

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.