Interface | Description |
---|---|
BBjBridgeRequest |
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.
|
BBjBridgeResponse |
After calling BBjBridge.runBBj() the BBjBridgeResponse will contain any data
that has been written to the ALIASed BBj channel by the called BBj program.
|
JavaBBjBridge |
A JavaBBjBridge allows a Java program to execute a BBj program and to
communicate to that program using BBjRequest and BBjResponse.
|
Class | Description |
---|---|
BBjBridgeOpenPlugin |
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.
|
JavaBBjBridgeFactory |
JavaBBjBridgeFactory provides a factory interface for obtaining instances
of JavaBBjBridge, BBjBridgeRequest and BBjBridgeResponse.
|
TestBridge |
TestBridge is a demo program that demonstrates the usage of JavaBBjBridge.
|
Exception | Description |
---|---|
BBjBridgeException |
An Exception type used in bridge package.
|
BBjBridgeException.BBjBridgeClosedException |