jadex.application.runtime
Interface IApplicationExternalAccess

All Superinterfaces:
IExternalAccess, IRemotable
All Known Implementing Classes:
ExternalAccess

public interface IApplicationExternalAccess
extends IExternalAccess

External access interface for applications.


Method Summary
 IFuture getChildren(String type)
          Get the children (if any).
 IFuture getFileName(String ctype)
          Get the model name of a component type.
 ISpace getSpace(String name)
          Get a space of the application.
 
Methods inherited from interface jadex.bridge.IExternalAccess
getChildren, getComponentIdentifier, getModel, getParent, getServiceProvider, killComponent, scheduleStep
 

Method Detail

getChildren

IFuture getChildren(String type)
Get the children (if any).

Returns:
The children.

getFileName

IFuture getFileName(String ctype)
Get the model name of a component type.

Parameters:
ctype - The component type.
Returns:
The model name of this component type.

getSpace

ISpace getSpace(String name)
Get a space of the application.

Parameters:
name - The name of the space.
Returns:
The space.


Copyright © 2010. All Rights Reserved.