Package ipojo.example.hello

Examples of ipojo.example.hello.Hello


    /**
     * Invoke hello services.
     */
    public void invokeHelloServices() {
        System.out.println(m_hello);
        Hello hello = m_hello;
        //for (Hello hello : m_hello) {
            System.out.println(hello.sayHello("Clement ") + hello);
        //}
    }
View Full Code Here

TOP

Related Classes of ipojo.example.hello.Hello

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.