ist.palcom.applicationlauncher
Class AssemblyLauncherDevice

java.lang.Object
  extended by ist.palcom.device.AbstractDevice
      extended by ist.palcom.device.AbstractUDPDevice
          extended by ist.palcom.applicationlauncher.AssemblyLauncherDevice
All Implemented Interfaces:
java.lang.Runnable

public class AssemblyLauncherDevice
extends AbstractUDPDevice


Field Summary
 
Fields inherited from class ist.palcom.device.AbstractDevice
context, scheduler
 
Constructor Summary
AssemblyLauncherDevice(DeviceID deviceID)
           
 
Method Summary
 java.util.LinkedList<AssemblyDescription> getAssemblyManagerList()
           
 void loadAssembly(LocalSID lSID, java.lang.String assemblyFile)
           
 
Methods inherited from class ist.palcom.device.AbstractUDPDevice
createDeviceContext
 
Methods inherited from class ist.palcom.device.AbstractDevice
getDeviceContext, getDeviceInfo, getName, getRootPath, initDevice, run, safePutEvent, setHeartBeatPeriod, stop, stopDevice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyLauncherDevice

public AssemblyLauncherDevice(DeviceID deviceID)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getAssemblyManagerList

public java.util.LinkedList<AssemblyDescription> getAssemblyManagerList()

loadAssembly

public void loadAssembly(LocalSID lSID,
                         java.lang.String assemblyFile)