org.objectweb.fractal.gui.admin.model
Interface AdminModel
- All Known Implementing Classes:
- BasicAdminModel
- public interface AdminModel
getInstance
public org.objectweb.fractal.api.Component getInstance(Component model)
createInstance
public org.objectweb.fractal.api.Component createInstance(Component model,
org.objectweb.fractal.api.Component bootstrapComponent)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteInstance
public void deleteInstance(Component model)
throws java.lang.Exception
- Throws:
java.lang.Exception
isStarted
public boolean isStarted(Component model)
start
public void start(Component model)
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop(Component model)
throws java.lang.Exception
- Throws:
java.lang.Exception