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