Examples of TopServiceContext


Examples of org.araneaframework.framework.TopServiceContext

    service.setDefaultServiceId("child1");
  }
 
  public void testCloseRemoves() throws Exception {
    service._getService().action(MockUtil.getPath(), input, output);
    TopServiceContext sess =
      (TopServiceContext)child1.getTheEnvironment().getEntry(TopServiceContext.class);
    sess.close("child1");
    assertTrue(child1.getDestroyCalled());
  }
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.