at.spardat.xma.component
Interface IComponentClient

All Superinterfaces:
at.spardat.xma.boot.component.IComponent
All Known Implementing Classes:
ComponentClient

public interface IComponentClient
extends at.spardat.xma.boot.component.IComponent

Interface for client side components.

Since:
1.4.0

Method Summary
 ITask createTask(java.lang.String name)
          Creates the Task with the given name.
 
Methods inherited from interface at.spardat.xma.boot.component.IComponent
addEventListener, addPropertyChangeListener, dispose, getProperties, getProperty, getRTSession, invoke, removeEventListener, removePropertyChangeListener, setProperties, setProperty
 

Method Detail

createTask

public ITask createTask(java.lang.String name)
Creates the Task with the given name. The default implementation takes the name as the fully qualified classname of the Task.

Parameters:
name - unique name for the task within the component.