1 18 19 package org.osgi.service.component; 20 21 26 public interface ComponentConstants { 27 35 public static final String SERVICE_COMPONENT = "Service-Component"; 36 37 43 public final static String COMPONENT_NAME = "component.name"; 44 45 56 public final static String COMPONENT_ID = "component.id"; 57 58 63 public final static String COMPONENT_FACTORY = "component.factory"; 64 65 70 public final static String REFERENCE_TARGET_SUFFIX = ".target"; 71 } 72 | Popular Tags |