1 28 29 30 package org.objectweb.ccm.runtime; 31 32 import org.objectweb.corba.runtime.*; 33 34 40 public class CallControllerInitInfoImpl 41 extends org.omg.CORBA.LocalObject  42 implements org.coach.ECA.CallControllerInitInfo 43 { 44 private SlotFactory _slot_factory; 46 47 public 49 CallControllerInitInfoImpl() 50 { 51 _slot_factory = ComponentRuntime.getSlotFactory(); 53 } 54 55 59 final public int 60 allocate_slot_id() 61 { 62 return _slot_factory.allocateSlotId(); 63 } 64 } 65 | Popular Tags |