Uses of Class
rcs.nml.NMLException

Packages that use NMLException
diagapplet.CodeGen   
rcs.nml   
 

Uses of NMLException in diagapplet.CodeGen
 

Methods in diagapplet.CodeGen that throw NMLException
 int BufferInfo.writeDataString(java.lang.String s)
           
 

Uses of NMLException in rcs.nml
 

Methods in rcs.nml that throw NMLException
 int NMLConnection.connect()
          Connect or reconnect to the sockets as appropriate.
 int NMLConnection.get_msg_count()
           
 int NMLConnection.get_msg_type()
           
 NMLFormatConverter NMLConnection.GetFormatConverter()
          This functions gets the NMLFormatConverter for this connection.
 NMLMessageDictionary NMLConnection.GetMessageDictionary()
          This functions gets the NMLMessageDictionary for this connection.
 boolean NMLConnection.login(java.lang.String name, java.lang.String passwd)
          This function allows the application to gain access to NML servers with security enabled.
protected  boolean NMLConnection.loginTCP(java.lang.String name, java.lang.String passwd)
           
 void NMLConnection.ParseAdditionalOptions(java.lang.String[] _additional_options)
           
protected  void NMLConnection.peek_raw_data()
           
 NMLmsg NMLConnection.peek()
          Read an NMLmsg but do not change the was_read flag.
 java.lang.String NMLConnection.peekDataString()
          Reads an NMLmsg using peek() and converts it to a String.
protected  java.lang.String NMLConnection.peekSTCPDataString()
           
protected  void NMLConnection.peekTCP_raw_data()
           
protected  NMLmsg NMLConnection.peekTCP()
           
protected  void NMLConnection.peekUDP_raw_data()
           
protected  NMLmsg NMLConnection.peekUDP()
           
 java.lang.String NMLConnection.read_errlog_string()
           
 java.lang.String NMLConnectionInterface.read_errlog_string()
           
protected  void NMLConnection.read_raw_data()
           
 NMLmsg NMLConnection.read()
          Read a NMLmsg.
 java.lang.String NMLConnection.readDataString()
          Reads an NMLmsg and converts it to a String.
 void NMLConnection.ReadNMLConfigurationFile()
          Rereadn the NML Configuration file.
 void NMLConnection.ReadNMLConfigurationFile(java.lang.String BufferName, java.lang.String ProcessName, java.lang.String ConfigurationFile)
          This function reads configuration information from the NML configuration file.
protected  java.lang.String NMLConnection.readSTCPDataString()
           
protected  void NMLConnection.readTCP_raw_data()
           
protected  NMLmsg NMLConnection.readTCP()
           
protected  void NMLConnection.readUDP_raw_data()
           
protected  NMLmsg NMLConnection.readUDP()
           
 void NMLConnection.SetFormatConverter(NMLFormatConverter new_fc)
          This functions sets the NMLFormatConverter for this connection.
protected  boolean NMLConnection.verify_bufnameTCP()
           
 int NMLConnection.write(NMLmsg msg)
          Writes an NMLmsg.
 int NMLConnection.writeDataString(java.lang.String dataString)
          Convert the string into an NMLmsg and send it to this channel.
 int NMLConnectionInterface.writeDataString(java.lang.String s)
          Convert the string into an NMLmsg and send it to this channel.
 

Constructors in rcs.nml that throw NMLException
NMLConnection(NMLMessageDictionary msg_dict, java.lang.String BufferName, java.lang.String ProcessName, java.lang.String ConfigurationFile)
          This constuctor creates a fully functional NML Connection using the application defined NMLMessageDictionary, read the NML configuration file, and connects immediately.
NMLConnection(NMLMessageDictionary msg_dict, java.lang.String BufferName, java.lang.String ProcessName, java.lang.String ConfigurationFile, java.lang.String[] _additional_options)
          This constuctor creates a fully functional NML Connection using the application defined NMLMessageDictionary, read the NML configuration file, and connects immediately.