Package org.apache.geronimo.naming.geronimo

Examples of org.apache.geronimo.naming.geronimo.GeronimoContext


* */
public class GeronimoContextTest extends TestCase {
    private GeronimoContext context;

    protected void setUp() throws Exception {
        context = new GeronimoContext();
        context.internalBind("one", "one");
        context.internalBind("this/is/a/compound/name", "two");
        context.internalBind("this/is/another/compound/name", "three");
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.naming.geronimo.GeronimoContext

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.