jadex.standalone
Class StandaloneComponentAdapter

java.lang.Object
  extended by jadex.base.AbstractComponentAdapter
      extended by 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

Field Summary
 
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
 
Constructor Summary
StandaloneComponentAdapter(IComponentDescription desc, IModelInfo model, IComponentInstance component, IExternalAccess parent)
          Create a new component adapter.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jadex.bridge.IComponentAdapter
getChildrenAccesses, getChildrenIdentifiers, getComponentIdentifier, getLogger, getParent, invokeLater, isExternalThread, wakeup
 
Methods inherited from interface jadex.commons.concurrent.IExecutable
execute
 

Constructor Detail

StandaloneComponentAdapter

public StandaloneComponentAdapter(IComponentDescription desc,
                                  IModelInfo model,
                                  IComponentInstance component,
                                  IExternalAccess parent)
Create a new component adapter. Uses the thread pool for executing the component.

Method Detail

doWakeup

protected void doWakeup()
Wake up this component.

Specified by:
doWakeup in class AbstractComponentAdapter


Copyright © 2010. All Rights Reserved.