1 21 package ist.coach.coachEmfServicesComponents; 22 26 public class LogNamedComponentMonolithicImpl 27 extends org.omg.CORBA.LocalObject 28 implements CCM_LogNamedComponent, 29 org.omg.Components.SessionComponent 30 { 31 39 private CCM_LogNamedComponent_Context the_context_; 40 48 public 49 LogNamedComponentMonolithicImpl() 50 { 51 the_context_ = null; 52 } 53 69 public CCM_LogNamedComponent_Context 70 getContext() 71 { 72 return the_context_; 73 } 74 88 public void 89 configuration_complete() 90 throws org.omg.Components.InvalidConfiguration 91 { 92 } 96 112 public void 113 set_session_context(org.omg.Components.SessionContext context) 114 throws org.omg.Components.CCMException 115 { 116 the_context_ = (CCM_LogNamedComponent_Context)context; 117 } 118 128 public void 129 ccm_activate() 130 throws org.omg.Components.CCMException 131 { 132 } 136 146 public void 147 ccm_passivate() 148 throws org.omg.Components.CCMException 149 { 150 } 154 164 public void 165 ccm_remove() 166 throws org.omg.Components.CCMException 167 { 168 } 172 183 public java.lang.String 184 name() 185 { 186 return ""; 190 } 191 192 195 public void 196 name(java.lang.String val) 197 { 198 } 202 } 203 | Popular Tags |