public interface IBootstrapFactory
extends jadex.bridge.service.types.factory.IComponentFactory
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
startService(jadex.bridge.IInternalAccess component,
jadex.bridge.IResourceIdentifier rid)
Start the service.
|
jadex.commons.future.IFuture<java.lang.Void> startService(jadex.bridge.IInternalAccess component,
jadex.bridge.IResourceIdentifier rid)
component - The component.rid - The resource identifier.