Package org.araneaframework.framework

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

Related Classes of org.araneaframework.framework.TopServiceContext

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.