rcs.nml
Class NMLConnectionCreator

java.lang.Object
  extended by rcs.nml.NMLConnectionCreator
All Implemented Interfaces:
NMLConnectionCreatorInterface

public class NMLConnectionCreator
extends java.lang.Object
implements NMLConnectionCreatorInterface

Creates NMLConnections. Connections created this way need to call SetMessageDict(), SetBufferName(), and ReadNMLConfigurationFile() before they will be connected and usable. This class only exists to eliminate a circular dependancy in CodeGen, etc.


Constructor Summary
NMLConnectionCreator()
           
 
Method Summary
 NMLConnectionInterface NewNMLConnection()
          Create a new NMLConnnection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMLConnectionCreator

public NMLConnectionCreator()
Method Detail

NewNMLConnection

public NMLConnectionInterface NewNMLConnection()
Description copied from interface: NMLConnectionCreatorInterface
Create a new NMLConnnection.

Specified by:
NewNMLConnection in interface NMLConnectionCreatorInterface
Returns:
NMLConnection