Searched refs:mySession (Results 1 – 4 of 4) sorted by relevance
14 MySession mySession; field in GuiceParentModuleTest22 Assert.assertNotNull(mySession); in testService()23 myService.serve(mySession); in testService()
5 private final MySession mySession = new MySession(); field in MyContextImpl9 return mySession; in getSession()
5 void serve(MySession mySession); in serve() argument
11 public void serve(MySession mySession) { in get()