All Packages  Class Hierarchy

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

Index of all Fields and Methods

B

beginTrans(). Method in interface bamboo.pipe.Consumer
Begin an receive transaction.
beginTrans(). Method in interface bamboo.pipe.Producer
Begin a send transaction.
BPDataException(). Constructor for class bamboo.pipe.BPDataException
Constructs a BPDataException with no detail message.
BPDataException(String). Constructor for class bamboo.pipe.BPDataException
Constructs a BPDataException with the specified detail message.
BPFetalException(). Constructor for class bamboo.pipe.BPFetalException
Constructs a BPFetalException with no detail message.
BPFetalException(String). Constructor for class bamboo.pipe.BPFetalException
Constructs a BPFetalException with the specified detail message.
BPParseException(). Constructor for class bamboo.pipe.BPParseException
Constructs a BPParseException with no detail message.
BPParseException(String). Constructor for class bamboo.pipe.BPParseException
Constructs a BPParseException with the specified detail message.
BPSecurityException(). Constructor for class bamboo.pipe.BPSecurityException
Constructs a BPSecurityException with no detail message.
BPSecurityException(String). Constructor for class bamboo.pipe.BPSecurityException
Constructs a BPSecurityException with the specified detail message.
BPTransException(). Constructor for class bamboo.pipe.BPTransException
Constructs a BPTransException with no detail message.
BPTransException(String). Constructor for class bamboo.pipe.BPTransException
Constructs a BPTransException with the specified detail message.
BPUnknownConsumerException(). Constructor for class bamboo.pipe.BPUnknownConsumerException
Constructs a BPUnknownConsumerException with no detail message.
BPUnknownConsumerException(String). Constructor for class bamboo.pipe.BPUnknownConsumerException
Constructs a BPUnknownConsumerException with the specified detail message.
BPValueException(). Constructor for class bamboo.pipe.BPValueException
Constructs a BPValueException with no detail message.
BPValueException(String). Constructor for class bamboo.pipe.BPValueException
Constructs a BPValueException with the specified detail message.

C

commitTrans(). Method in interface bamboo.pipe.Consumer
Commit current transaction
commitTrans(). Method in interface bamboo.pipe.Producer
Commit current transaction
config(String, Object). Method in interface bamboo.pipe.ConsumerConfig
set configurable parameter for current session
config(String, Object). Method in interface bamboo.pipe.Producer
set configurable parameter for current session
consumerLogin(String, String, String, ConsumerNotify, boolean). Method in interface bamboo.pipe.BambooPipe
Consumer login method.
consumerNotify(Consumer). Method in interface bamboo.pipe.ConsumerNotify

G

getProducerName(). Method in interface bamboo.pipe.Consumer
Get producer name for current transaction

L

LogDumper(). Constructor for class bamboo.pipe.LogDumper
logout(). Method in interface bamboo.pipe.ConsumerConfig
end the login session.
logout(). Method in interface bamboo.pipe.Producer
end the login session.

M

main(String[]). Static method in class bamboo.pipe.LogDumper

P

producerLogin(String, String, String, ProducerNotify, boolean). Method in interface bamboo.pipe.BambooPipe
Producer login method.
producerNotify(). Method in interface bamboo.pipe.ProducerNotify

R

readyReceive(). Method in interface bamboo.pipe.ConsumerConfig
ready-to-receive signal that notify can be started.
receiveObj(). Method in interface bamboo.pipe.Consumer
Receive next object of the current transaction.
rollbackTrans(). Method in interface bamboo.pipe.Consumer
Rollback current transaction
rollbackTrans(). Method in interface bamboo.pipe.Producer
Rollback current transaction

S

sendObj(Object). Method in interface bamboo.pipe.Producer
Send next object of the current transaction.