Package com.sun.jini.test.spec.jeri.util

Examples of com.sun.jini.test.spec.jeri.util.FakeObjectEndpoint


    public void run() throws Exception {
        FakeMethodConstraints clientConstraints =
            new FakeMethodConstraints(null);
        FakeBasicInvocationHandler newHandler;
        FakeBasicInvocationHandler handler =
            new FakeBasicInvocationHandler(new FakeObjectEndpoint(),null);

        logger.log(Level.FINE,"=================================");
        logger.log(Level.FINE,"test case 1: setClientConstraints(null)");
        logger.log(Level.FINE,"");
View Full Code Here


    // a BasicInvocationHandler with a non-conforming constructor
    class FakeBadConstructorBasicInvocationHandler extends
          FakeBasicInvocationHandler
    {
        public FakeBadConstructorBasicInvocationHandler() {
            super(new FakeObjectEndpoint(),null);
        }
View Full Code Here

TOP

Related Classes of com.sun.jini.test.spec.jeri.util.FakeObjectEndpoint

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.