1 26 27 package org.objectweb.openccm.Components; 28 29 37 38 public class PublisherDescriptionImpl 39 extends org.omg.Components.PublisherDescription 40 { 41 47 53 56 public 57 PublisherDescriptionImpl() 58 { 59 } 60 61 65 public 66 PublisherDescriptionImpl(String name, 67 String type_id, 68 org.omg.Components.SubscriberDescription[] consumers) 69 { 70 this.name = name; 71 this.type_id = type_id; 72 this.consumers = consumers; 73 } 74 75 81 } 87 | Popular Tags |