gov.sandia.ccaffeine.dc.user_iface.MVC
Class CcaCommandLaunchGoOnOneComponent

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.MVC.CcaCommandLaunchGoOnOneComponent

public class CcaCommandLaunchGoOnOneComponent
extends java.lang.Object


Field Summary
 java.lang.String componentInstanceName
           
 java.lang.String portInstanceName
           
 
Constructor Summary
CcaCommandLaunchGoOnOneComponent(java.lang.String xmlLaunchGoOnOneComponent)
          Parse the xml contents of a go command.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentInstanceName

public java.lang.String componentInstanceName

portInstanceName

public java.lang.String portInstanceName
Constructor Detail

CcaCommandLaunchGoOnOneComponent

public CcaCommandLaunchGoOnOneComponent(java.lang.String xmlLaunchGoOnOneComponent)
Parse the xml contents of a go command. The parsed values are copied into the class's attributes.

The XML code will contains something like this:
<component>
 <componentInstanceName>
  name1
 </componentInstanceName>
 <portInstanceName>
  name2
 </className>

Parameters:
xmlLaunchGoOnOneComponent - The xml code of the go command