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

B

Base64 - Class in org.demac.impl.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.demac.impl.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.demac.impl.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.demac.impl.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.demac.impl.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.demac.impl.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.demac.impl.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASE64ByteCoder - Class in org.demac.impl.j2me.transport.protocol
 
BASE64ByteCoder() - Constructor for class org.demac.impl.j2me.transport.protocol.BASE64ByteCoder
 
BASE64ByteCoder(ByteCoder) - Constructor for class org.demac.impl.j2me.transport.protocol.BASE64ByteCoder
 
BaseExecutionService - Class in org.demac.process.base.exe
The execution service of the BaseModule of the Process Service, implemented as a singleton, It can execute a process as far as the device and its direct environment is competent to do so.
BaseExecutionService() - Constructor for class org.demac.process.base.exe.BaseExecutionService
 
BaseExecutionServiceImpl - Class in org.demac.impl.j2me.process.base.exe
The execution service of the BaseModule of the Process Service, implemented as a singleton, It can execute a process as far as the device and its direct environment is competent to do so.
BasicDPDLComponent - Interface in org.demac.process.base.dpdl
Top of hierarchy of DPDL elements with no library binding
BatteryLevelAttribute - Class in org.demac.impl.j2me.context.extension.model
TODO Mirwais: Comment this class
BatteryLevelAttribute() - Constructor for class org.demac.impl.j2me.context.extension.model.BatteryLevelAttribute
Constructor
BERDecoder - Class in org.demac.impl.j2me.process.base.service.webservices.asn1
Decodes ASN.1/DER encoded types according to the rules set forth in ITU-T Recommendation X.690.
BERDecoder(InputStream) - Constructor for class org.demac.impl.j2me.process.base.service.webservices.asn1.BERDecoder
Creates an instance that reads from the given input stream.
binding - Static variable in class org.demac.impl.j2me.process.base.service.webservices.wsdl.parser.WSDLConstants
 
bitCount() - Method in class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1BitString
Returns the number of bits of the bitstring representation.
BlockActivity - Interface in org.demac.process.base.dpdl
A org.demac.process.base.dpdl.BlockActivity is referencing an org.demac.process.base.dpdl.ActivitySet within a org.demac.process.base.dpdl.WorkflowProcess.
BlockActivityImpl - Class in org.demac.impl.j2me.process.base.dpdl
A org.demac.process.base.dpdl.BlockActivity is referencing an org.demac.process.base.dpdl.ActivitySet within a org.demac.process.base.dpdl.WorkflowProcess.
BlockActivityImpl() - Constructor for class org.demac.impl.j2me.process.base.dpdl.BlockActivityImpl
 
BlockingProcessListener - Interface in org.demac.process.core.process
 
BluetoothConnector - Class in org.demac.impl.j2me.transport.protocol.bluetooth
TODO
BluetoothServer - Class in org.demac.impl.j2me.transport.protocol.bluetooth
TODO
BluetoothServer(BTTransportAddress, BluetoothConnector) - Constructor for class org.demac.impl.j2me.transport.protocol.bluetooth.BluetoothServer
 
BluetoothServer.BluetoothHandler - Class in org.demac.impl.j2me.transport.protocol.bluetooth
 
BluetoothServer.BluetoothHandler(StreamConnection, BluetoothConnector) - Constructor for class org.demac.impl.j2me.transport.protocol.bluetooth.BluetoothServer.BluetoothHandler
 
BluetoothServer.BluetoothHandler.SplitMessage - Class in org.demac.impl.j2me.transport.protocol.bluetooth
 
BluetoothServer.BluetoothHandler.SplitMessage() - Constructor for class org.demac.impl.j2me.transport.protocol.bluetooth.BluetoothServer.BluetoothHandler.SplitMessage
 
BODY_BEGIN_SEQ - Static variable in class org.demac.impl.j2me.transport.fluctnet.messages.routing.FluctNetRouteWrapperMessage
 
BODY_SEPARATOR - Static variable in class org.demac.impl.j2me.process.ext.messages.Messenger
 
BodyCell - Class in org.demac.impl.j2me.desktop.rendering
 
BodyCell(String) - Constructor for class org.demac.impl.j2me.desktop.rendering.BodyCell
 
BodyOrFault - Class in org.demac.impl.j2me.process.base.service.webservices.asn1.soap
 
BodyOrFault() - Constructor for class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.BodyOrFault
 
BOOLEAN - Static variable in interface org.demac.process.base.dpdl.DataType
Type: BOOLEAN Basic data type "Boolean".
BOOLEAN_CLASS - Static variable in class org.demac.impl.j2me.process.base.service.webservices.xml.soap.ksoap.serialization.ElementType
 
booleanToString(boolean) - Static method in class org.vilenica.da.xml.MIPLParser
 
bootstrap() - Static method in class org.demac.impl.j2me.transport.security.KeyManager
 
bootstrap() - Static method in class org.demac.impl.j2me.transport.security.PrivateKeyRing
 
BTTransportAddress - Class in org.demac.impl.j2me.transport.protocol.bluetooth
Class representing a Bluetooth address.
BTTransportAddress() - Constructor for class org.demac.impl.j2me.transport.protocol.bluetooth.BTTransportAddress
Constructor to create a new instance of org.demac.impl.transport.protocol.bluetooth.BTTransportAddress with a default connection url for initiating a local DEMAC service.
BTTransportAddress(String, String) - Constructor for class org.demac.impl.j2me.transport.protocol.bluetooth.BTTransportAddress
 
BUTTON_ACTIVATION - Static variable in class org.vilenica.da.service.ComponentType
 
ByteCoder - Class in org.demac.impl.j2me.transport.protocol
 
ByteCoder() - Constructor for class org.demac.impl.j2me.transport.protocol.ByteCoder
 
ByteCoder(ByteCoder) - Constructor for class org.demac.impl.j2me.transport.protocol.ByteCoder
 
byteCount() - Method in class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1BitString
 
byteCount() - Method in class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1OctetString
 

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