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

B

BadCommandException - exception org.gridbus.broker.farming.common.BadCommandException.
This class represents a BadCommandException
BadCommandException() - Constructor for class org.gridbus.broker.farming.common.BadCommandException
Constructor for BadCommandException.
BadCommandException(String) - Constructor for class org.gridbus.broker.farming.common.BadCommandException
Constructor for BadCommandException.
Base64 - class org.gridbus.broker.farming.alchemi.Base64.
Encodes and decodes to and from Base64 notation.
Base64.InputStream - class org.gridbus.broker.farming.alchemi.Base64.InputStream.
A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.gridbus.broker.farming.alchemi.Base64.InputStream
Constructs a Base64#InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.gridbus.broker.farming.alchemi.Base64.InputStream
Constructs a Base64#InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - class org.gridbus.broker.farming.alchemi.Base64.OutputStream.
A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.gridbus.broker.farming.alchemi.Base64.OutputStream
Constructs a Base64#OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.gridbus.broker.farming.alchemi.Base64.OutputStream
Constructs a Base64#OutputStream in either ENCODE or DECODE mode.
Base64encoder(String) - Method in class org.gridbus.broker.farming.alchemi.AlchemiXmljobwrapper
Returns a file contents in Base64 format
BrokerProperties - class org.gridbus.broker.farming.common.BrokerProperties.
This is the class which contains the global properties for the broker (loaded from DB.properties file at runtime)
BrokerProperties() - Constructor for class org.gridbus.broker.farming.common.BrokerProperties
Default constructor for the BrokerProperties class
bigIntegerToUnsigedBytes(BigInteger) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
Converts a BigInteger to a byte array.
byteArrayToString(byte[], String) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
Use if you don't want to have to catch a million UnsupportedEncodingExceptions.
bytesToHexString(byte[]) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
Converts a byte[] array into a Hex string
bytesToHexString(byte[], int, int) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
Converts the given byte array into a hex string representation.
bytesToInt(byte[]) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
This function accepts a number of bytes and returns an integer.
bytesToLong(byte[]) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
This function accepts a number of bytes and returns a long integer.

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