jadex.standalone
Class StandaloneComponentAdapter
java.lang.Object
jadex.base.AbstractComponentAdapter
jadex.standalone.StandaloneComponentAdapter
- All Implemented Interfaces:
- IComponentAdapter, IExecutable, Serializable
public class StandaloneComponentAdapter
- extends AbstractComponentAdapter
- implements IComponentAdapter, IExecutable, Serializable
Component adapter for built-in standalone platform.
This platform is built for simplicity and for being
able to execute Jadex components without any 3rd party
execution platform.
- See Also:
- Serialized Form
| Fields inherited from class jadex.base.AbstractComponentAdapter |
again, breakpointcommands, breakpoints, cid, cms, component, componentthread, desc, dostep, ext_entries, ext_forbidden, fatalerror, logger, model, parent, stepfuture, wokenup |
|
Method Summary |
protected void |
doWakeup()
Wake up this component. |
| Methods inherited from class jadex.base.AbstractComponentAdapter |
doStep, execute, fatalError, getChildren, getChildrenAccesses, getChildrenIdentifiers, getCMS, getComponentIdentifier, getComponentInstance, getDescription, getLogger, getModel, getParent, getServiceContainer, initLogger, invokeLater, isExternalThread, killComponent, receiveMessage, shutdownContainer, toString, wakeup |
StandaloneComponentAdapter
public StandaloneComponentAdapter(IComponentDescription desc,
IModelInfo model,
IComponentInstance component,
IExternalAccess parent)
- Create a new component adapter.
Uses the thread pool for executing the component.
doWakeup
protected void doWakeup()
- Wake up this component.
- Specified by:
doWakeup in class AbstractComponentAdapter
Copyright © 2010. All Rights Reserved.