Class BBjBridgeOpenPlugin

java.lang.Object
com.basis.bbj.bridge.BBjBridgeOpenPlugin
All Implemented Interfaces:
com.basis.startup.type.plugin.BBjFileOpenPlugin

public class BBjBridgeOpenPlugin extends Object implements com.basis.startup.type.plugin.BBjFileOpenPlugin
This BBj plugin is used in conjunction with JavaBBjBridge and provides the connection between BBjBridgeRequest / BBjBridgeResponse and a channel that can be opened by the BBj program.
  • Constructor Details

    • BBjBridgeOpenPlugin

      public BBjBridgeOpenPlugin()
  • Method Details

    • open

      public com.basis.startup.type.plugin.BBjFilePlugin open(String p_name, Map p_modes, com.basis.startup.type.plugin.BaseBBjPluginEnv p_env) throws com.basis.startup.type.BBjException
      Open a file plugin given a String and a Map of modes.
      Specified by:
      open in interface com.basis.startup.type.plugin.BBjFileOpenPlugin
      Parameters:
      p_name - Name of the FilePlugin to open.
      p_modes - Mode Map.
      Returns:
      FilePlugin Instance to use in the opened channel.
      Throws:
      com.basis.startup.type.BBjException - If the BBj program is not being executed in response to JavaBBjBridge.runBBj().