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