|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModletFactory
A IModletFactory is able to create modlets. The factory descibes which type of modlet it can create.
| Method Summary | |
|---|---|
IModlet |
createModlet(BundleContext context,
int slotId)
Create an instance of the IModlet. |
IModlet |
createModlet(BundleContext context,
int slotId,
BMIModuleProperties properties)
Create an instance of the IModlet. |
java.lang.String |
getModuleId()
Module Id that this factory supports. |
java.lang.String |
getName()
Get name of factory. |
java.lang.String |
getVersion()
Version of IModlet this factory creates. |
| Method Detail |
|---|
java.lang.String getModuleId()
java.lang.String getName()
java.lang.String getVersion()
IModlet this factory creates.
IModlet createModlet(BundleContext context,
int slotId)
context - slotId - 0 - 3
IModlet createModlet(BundleContext context,
int slotId,
BMIModuleProperties properties)
context - slotId - 0 - 3
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||