Package net.sf.joafip.store.service.objectfortest

Examples of net.sf.joafip.store.service.objectfortest.BobWithDifferentMethod.reset()


        classLoaderProvider, classInfoFactory);
    final BobWithDifferentMethod bob = (BobWithDifferentMethod) proxyManager2
        .newInstanceNoConstruction(classInfo, storageInfo, this, null,
            false).getObject();
    assertFalse("must not set object state", setted);
    bob.reset(0, 0, 0);
    assertTrue("must set object state", setted);
  }

  @Override
  public boolean isAutoSaveEnabled() { // NOPMD
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.