1 26 27 package org.objectweb.openccm.Containers; 28 29 36 37 public class HomeCallContext 38 extends CallContextBase 39 { 40 46 52 56 public 57 HomeCallContext(HomeServant servant, 58 java.lang.String uid) 59 { 60 super(servant, uid); 61 } 62 63 69 72 protected SystemConfiguration 73 getConfiguration() 74 { 75 return the_home_servant_.the_home_configuration(); 76 } 77 } 78 | Popular Tags |