1 package org.apache.turbine.services.yaaficomponent; 2 3 56 57 import org.apache.fulcrum.Service; 58 import org.apache.fulcrum.yaafi.framework.container.ServiceConstants; 59 60 65 public interface YaafiComponentService 66 extends Service, ServiceConstants 67 { 68 69 String SERVICE_NAME = "YaafiComponentService"; 70 71 72 String COMPONENT_LOOKUP_KEY = "lookup"; 73 74 81 public Object lookup(String path) throws Exception ; 82 83 93 public void release(Object component); 94 } 95 | Popular Tags |