Package org.jacorb.test

Examples of org.jacorb.test.ClientCallbackOperations


    @Test
    public void testCallbackWorks() throws Exception
    {
        final Map<String, String> result = new HashMap<String, String>();
        ClientCallbackOperations callbackServant = new ClientCallbackOperations()
        {
            public void hello(String message)
            {
                synchronized(result)
                {
View Full Code Here

TOP

Related Classes of org.jacorb.test.ClientCallbackOperations

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.