com.ibm.broker.config.appdev.generate

Class MsgNodeCompiler

  • java.lang.Object
    • com.ibm.broker.config.appdev.generate.MsgNodeCompiler


  • public class MsgNodeCompiler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      MsgNodeCompiler() 
      MsgNodeCompiler(boolean silent, java.lang.String nodeOutputLocation, java.lang.String nodeDefinitionsLocation) 
      MsgNodeCompiler(boolean silent, java.lang.String nodeOutputLocation, java.lang.String nodeDefinitionsLocation, java.lang.String nodeSrcLocation) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void generateMessageBrokerAPIJava(java.io.File ibmNodes, java.io.File msgNode, java.io.File propertiesFile, java.lang.String directoryLocation)
      Generate the Message Broker API java class for use in the runtime and message broker toolkit from the toolkit msgnode and properties file
      void generateMessageBrokerAPIJava(java.io.File msgNode, java.io.File propertiesFile, java.lang.String directoryLocation)
      Generate the Message Broker API java class for use in the runtime and message broker toolkit from the toolkit msgnode and properties file
      void Run(boolean silent)
      Internal IBM use only.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • javaNodeFileOutput

        public java.lang.String javaNodeFileOutput
      • nodeSrcLocation

        public java.lang.String nodeSrcLocation
    • Constructor Detail

      • MsgNodeCompiler

        public MsgNodeCompiler(boolean silent,
                               java.lang.String nodeOutputLocation,
                               java.lang.String nodeDefinitionsLocation)
      • MsgNodeCompiler

        public MsgNodeCompiler(boolean silent,
                               java.lang.String nodeOutputLocation,
                               java.lang.String nodeDefinitionsLocation,
                               java.lang.String nodeSrcLocation)
      • MsgNodeCompiler

        public MsgNodeCompiler()
    • Method Detail

      • generateMessageBrokerAPIJava

        public void generateMessageBrokerAPIJava(java.io.File msgNode,
                                                 java.io.File propertiesFile,
                                                 java.lang.String directoryLocation)
        Generate the Message Broker API java class for use in the runtime and message broker toolkit from the toolkit msgnode and properties file
        Parameters:
        msgNode - File
        propertiesFile - File
        directoryLocation - String
      • generateMessageBrokerAPIJava

        public void generateMessageBrokerAPIJava(java.io.File ibmNodes,
                                                 java.io.File msgNode,
                                                 java.io.File propertiesFile,
                                                 java.lang.String directoryLocation)
        Generate the Message Broker API java class for use in the runtime and message broker toolkit from the toolkit msgnode and properties file
        Parameters:
        msgNode - File
        propertiesFile - File
        directoryLocation - String
      • Run

        public void Run(boolean silent)
        Internal IBM use only.