Package com.basis.bbj.bridge


package com.basis.bbj.bridge
  • Class
    Description
    An Exception type used in bridge package.
     
    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.
    BBjBridgeRequest is used to specify a program that is to be called by JavaBBjBridge, to pass parameters to that program and to provide data that can be read by that program from an ALIAS bbj channel.
    After calling BBjBridge.runBBj() the BBjBridgeResponse will contain any data that has been written to the ALIASed BBj channel by the called BBj program.
    A JavaBBjBridge allows a Java program to execute a BBj program and to communicate to that program using BBjRequest and BBjResponse.
    JavaBBjBridgeFactory provides a factory interface for obtaining instances of JavaBBjBridge, BBjBridgeRequest and BBjBridgeResponse.
    TestBridge is a demo program that demonstrates the usage of JavaBBjBridge.