|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface states the functionality of a program. For compilable languages this is the wrapper for a Java Class object.
Method Summary | |
org.apache.avalon.excalibur.component.ComponentHandler |
getHandler(org.apache.avalon.framework.component.ComponentManager manager,
org.apache.avalon.framework.context.Context context,
org.apache.avalon.excalibur.component.RoleManager roles,
org.apache.avalon.excalibur.component.LogkitLoggerManager logKitManager)
Get ComponentHandler which holds instances of this program. |
java.lang.String |
getName()
Get the name of this program. |
CompiledComponent |
newInstance()
Create new instance of the program. |
Method Detail |
public java.lang.String getName()
public org.apache.avalon.excalibur.component.ComponentHandler getHandler(org.apache.avalon.framework.component.ComponentManager manager, org.apache.avalon.framework.context.Context context, org.apache.avalon.excalibur.component.RoleManager roles, org.apache.avalon.excalibur.component.LogkitLoggerManager logKitManager) throws java.lang.Exception
java.lang.Exception
public CompiledComponent newInstance() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |