A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

B

backButton - Variable in class org.openadaptor.adaptor.editor.Help
 
Base64 - Class in org.openadaptor.util.base64
Helper class for encoding byte arrays into base64 Strings and vice-versa.
Base64() - Constructor for class org.openadaptor.util.base64.Base64
 
base64Decode(String) - Method in class org.openadaptor.security.EncryptionInputStreamComponent
Base64 decode a String to a byte[] array.
Base64Decoder - Class in org.openadaptor.util.base64
Simple wrapper for base64 decoding methods found in Base64 class.
Base64Decoder() - Constructor for class org.openadaptor.util.base64.Base64Decoder
 
base64Encode(byte[]) - Method in class org.openadaptor.security.EncryptionOutputStreamComponent
Base64 encode a byte[] array in a String.
Base64Encoder - Class in org.openadaptor.util.base64
Simple wrapper for base64 encoding methods found in Base64 class.
Base64Encoder() - Constructor for class org.openadaptor.util.base64.Base64Encoder
 
Base64Exception - Exception in org.openadaptor.util.base64
Exception for Base64 encoder/decoder class.
Base64Exception(char, int) - Constructor for exception org.openadaptor.util.base64.Base64Exception
Creates a new Base64Exception containing message String s.
Base64Exception(String) - Constructor for exception org.openadaptor.util.base64.Base64Exception
Creates a new Base64Exception containing message String s.
Base64ReaderInputStream - Class in org.openadaptor.util.base64
InputStream which reads a specially formatted stream of base64 text which it returns as an 8 bit byte stream.
Base64ReaderInputStream() - Constructor for class org.openadaptor.util.base64.Base64ReaderInputStream
 
Base64ReaderInputStream(Reader) - Constructor for class org.openadaptor.util.base64.Base64ReaderInputStream
 
Base64WriterOutputStream - Class in org.openadaptor.util.base64
NOTE The write() methods in this class are not thread-safe but you would not write from more than one thread at once anyway?!
Base64WriterOutputStream(int) - Constructor for class org.openadaptor.util.base64.Base64WriterOutputStream
Default constructor.
Base64WriterOutputStream(Writer) - Constructor for class org.openadaptor.util.base64.Base64WriterOutputStream
Default constructor.
Base64WriterOutputStream(Writer, int) - Constructor for class org.openadaptor.util.base64.Base64WriterOutputStream
Constructor.
BASIC_EVENTS - Static variable in interface org.openadaptor.adaptor.Callback
 
BasicDO2XMLConverter - Class in org.openadaptor.doconverter
The BasicDO2XMLConverter is the default class used for writing out arrays of DataObjects in XML format.
BasicDO2XMLConverter() - Constructor for class org.openadaptor.doconverter.BasicDO2XMLConverter
Designated constructor.
BasicDODecoder - Class in org.openadaptor.doconverter.v3
An implementation of ValueDecoder which reads "basicdo 1.1" format XML from the input stream and turns it into arrays of DataObjects.
BasicDODecoder(InputStreamComponent) - Constructor for class org.openadaptor.doconverter.v3.BasicDODecoder
Creates a new instance of the class.
BasicDOEncoder - Class in org.openadaptor.doconverter.v3
An implementation of ValueEncoder which encodes arrays of DataObjects as "basicdo 1.0" format XML on its output stream.
BasicDOEncoder(OutputStreamComponent) - Constructor for class org.openadaptor.doconverter.v3.BasicDOEncoder
Designated constructor
BasicXML2DOConverter - Class in org.openadaptor.doconverter
The BasicXML2DOConverter is a subclass of DOConverter used for reading arrays of DataObjects in XML format.
BasicXML2DOConverter() - Constructor for class org.openadaptor.doconverter.BasicXML2DOConverter
Designated constructor.
BeanLogger - Class in org.openadaptor.j2ee.util
BeanLogger utility class.
BeanLogger() - Constructor for class org.openadaptor.j2ee.util.BeanLogger
Default constructor.
BeanLogger(int) - Constructor for class org.openadaptor.j2ee.util.BeanLogger
Default constructor.
BEGIN - Static variable in class org.openadaptor.adaptor.bridge.ProtocolReader
State enumeration
begin() - Method in class org.openadaptor.j2ee.jca.oaLocalTransaction
 
beginTransaction() - Method in class org.openadaptor.adaptor.bridge.ProtocolReader
Acknowledges beginning of transaction to client.
beginTransaction() - Method in class org.openadaptor.adaptor.bridge.ProtocolWriter
Begins a transaction.
beginTransactions() - Method in class org.openadaptor.util.tcp.OAMTSocket
begins any transactions on the threads.
BenchmarkPipe - Class in org.openadaptor.adaptor.benchmark
Simple message-flow measurement and control pipe.
BenchmarkPipe() - Constructor for class org.openadaptor.adaptor.benchmark.BenchmarkPipe
 
BenchmarkSource - Class in org.openadaptor.adaptor.benchmark
Source that generates test DataObjects of defined size and complexity and sends at defined intervals.
BenchmarkSource() - Constructor for class org.openadaptor.adaptor.benchmark.BenchmarkSource
 
BenchmarkThroughputPipe - Class in org.openadaptor.adaptor.benchmark
Simple Benchmark Pipe.
BenchmarkThroughputPipe() - Constructor for class org.openadaptor.adaptor.benchmark.BenchmarkThroughputPipe
 
BIG_DECIMAL - Static variable in class org.openadaptor.dataobjects.SDOType
Synonym for BIGINT
BIG_INTEGER - Static variable in class org.openadaptor.dataobjects.SDOType
Synonym for BIGINT
BIG_YEAR_PATTERN - Static variable in class org.openadaptor.util.DateFormatter
constants
BIGFLOAT - Static variable in class org.openadaptor.dataobjects.SDOType
"infinite" precision floating point primitive type (RESERVED TYPE NAME)
BIGFLOAT - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
"infinite" precision floating point primitive class
BIGINT - Static variable in class org.openadaptor.dataobjects.SDOType
"infinite" precision integer primitive type (RESERVED TYPE NAME)
BIGINT - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
"infinite" precision integer primitive class
BIM - Class in org.openadaptor.dmx
BIM
BIM(URL) - Constructor for class org.openadaptor.dmx.BIM
The constructor for the BIM initializes the repository with the BIM URL.
BIM(String) - Constructor for class org.openadaptor.dmx.BIM
The constructor for the BIM initializes the repository with the BIM file.
BIMException - Exception in org.openadaptor.dmx
The BIMException will be raised, when the BIM is tried to be loaded,
BIMException(String) - Constructor for exception org.openadaptor.dmx.BIMException
constructor, with the specified typeName and version
BIMRepository - Class in org.openadaptor.dmx
The BIMRepository holds the BIM.
BIMRepository(URL) - Constructor for class org.openadaptor.dmx.BIMRepository
The constructor for the BIMRepository initializes the repository with the BIM Url.
BIMRepository(String) - Constructor for class org.openadaptor.dmx.BIMRepository
The constructor for the BIMRepository initializes the repository with the BIM Url.
BinaryFileDataRecord - Class in org.openadaptor.adaptor.util
reads in the record structure for the BinaryFileSource and BinaryFileSink Mandatory properties -------------------- NumAttributes = number of attributes in the record Record Definition Properties ---------------------------- FieldNameN = the name of the Nth field.
BinaryFileDataRecord(String, Properties, String) - Constructor for class org.openadaptor.adaptor.util.BinaryFileDataRecord
read in properties necessary to build a data record
BinaryFileDataRecord.DataField - Class in org.openadaptor.adaptor.util
Simple class for maintaining the details of each field in the record
BinaryFileDataRecord.DataField() - Constructor for class org.openadaptor.adaptor.util.BinaryFileDataRecord.DataField
 
BinaryFileDataRecord.DataField(String, String, int, boolean) - Constructor for class org.openadaptor.adaptor.util.BinaryFileDataRecord.DataField
 
BinaryFileSink - Class in org.openadaptor.adaptor.standard
Essentailly, the same as a FileSink but writes to a Random Access File instead of a text based one.
BinaryFileSink() - Constructor for class org.openadaptor.adaptor.standard.BinaryFileSink
 
BinaryFileSource - Class in org.openadaptor.adaptor.standard
A file source which takes the same sort of parameters as the FileSource however it reads the data from RandomAccessFile (ie.
BinaryFileSource() - Constructor for class org.openadaptor.adaptor.standard.BinaryFileSource
 
black - Static variable in interface org.openadaptor.adaptor.editor.Preferences.WWWColor
 
blue - Static variable in interface org.openadaptor.adaptor.editor.Preferences.WWWColor
 
BOOLEAN - Static variable in class org.openadaptor.dataobjects.SDOType
boolean primitive type
BOOLEAN - Static variable in class org.openadaptor.dmx.metaobjects.types.MOAtomic
boolean primitive class
borrowCDataReader() - Method in class org.openadaptor.simplexml.XScanner
Returns a reader for text inside a CData section.
BOTTOM_LEFT - Static variable in class org.openadaptor.util.layout.StrutLayout
Represents the bottom left corner of a rectangle.
BOTTOM_RIGHT - Static variable in class org.openadaptor.util.layout.StrutLayout
Represents the bottom right corner of a rectangle.
BridgeException - Exception in org.openadaptor.adaptor.bridge
This os
BridgeException(Exception) - Constructor for exception org.openadaptor.adaptor.bridge.BridgeException
Constructs a BridgeException which wraps another exception.
BridgeException(String, Exception) - Constructor for exception org.openadaptor.adaptor.bridge.BridgeException
Costructs a BridgeException with a diagnostic message and a wrapped exception.
BridgeException(String) - Constructor for exception org.openadaptor.adaptor.bridge.BridgeException
Costructs a BridgeException with a diagnostic message and a wrapped exception.
BridgeSocketSink - Class in org.openadaptor.adaptor.bridge
A transactional, socket based sink used for cross-language bridges and simple, reliable point-to-point connections.
BridgeSocketSink() - Constructor for class org.openadaptor.adaptor.bridge.BridgeSocketSink
 
BridgeSocketSource - Class in org.openadaptor.adaptor.bridge
A transactional, socket based source used for cross-language bridges and simple, reliable point-to-point connections.
BridgeSocketSource() - Constructor for class org.openadaptor.adaptor.bridge.BridgeSocketSource
 
BROADCAST - Static variable in interface org.openadaptor.adaptor.transporter.ServiceLevel
 
bufferSize - Variable in class org.openadaptor.dostrings.VerbatimStreamReader
Buffer size to be used in read operations, default 4096
bufferSize - Variable in class org.openadaptor.dostrings.VerbatimStringWriter
Buffer size to be used in read operations, default 4096
buildDate - Variable in class org.openadaptor.adaptor.editor.Help
 
buildLinkMenus() - Method in class org.openadaptor.adaptor.editor.Adaptor
 
buildLinkMenus(Adaptor) - Method in class org.openadaptor.adaptor.editor.AFEditor
 
buttonGroup - Variable in class org.openadaptor.adaptor.editor.ComponentFactory.GUI
 
byteArrayEquals(byte[], byte[]) - Method in class org.openadaptor.security.Footer
Returns true iff both byte arrays contain identical byte sequences.
bytesToChars(byte[], int[], char[], int) - Static method in class org.openadaptor.adaptor.bridge.Utf8Converter
 
bytesToChars(byte[], int[], char[], int[]) - Static method in class org.openadaptor.adaptor.bridge.Utf8Converter
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _