1 26 27 package org.objectweb.openccm.Containers.Plugins; 28 29 36 37 public class EmptyControllerHome 38 extends org.omg.CORBA.LocalObject 39 implements org.objectweb.openccm.Containers.SystemHome 40 { 41 47 53 57 protected 58 EmptyControllerHome() 59 { 60 } 61 62 68 74 80 public org.objectweb.openccm.Containers.SystemComponent 81 create_component(org.objectweb.openccm.Containers.PropertySet config) 82 { 83 return new EmptyController(); 84 } 85 86 92 98 104 public void 105 configure(org.objectweb.openccm.Containers.PropertySet config) 106 throws org.objectweb.openccm.Containers.ConfigurationFailed 107 { 108 } 109 110 116 119 public static EmptyControllerHome 120 create() 121 { 122 return new EmptyControllerHome(); 123 } 124 125 } 131 | Popular Tags |