|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JABException | |
|---|---|
| org.jboss.blacktie.jatmibroker.jab | |
| org.jboss.blacktie.jatmibroker.jab.factory | |
| org.jboss.blacktie.jatmibroker.xatmi | |
| Uses of JABException in org.jboss.blacktie.jatmibroker.jab |
|---|
| Subclasses of JABException in org.jboss.blacktie.jatmibroker.jab | |
|---|---|
class |
TransactionException
The JABTransactionException is used throughout the JAB library to report issues to the client. |
| Methods in org.jboss.blacktie.jatmibroker.jab that throw JABException | |
|---|---|
void |
JABServiceInvoker.call(JABTransaction tx)
Call the remote service within the scope of the transaction specified in the signature of the invocation. |
void |
JABSession.closeSession()
Close the connection with the server |
byte |
JABMessage.getByte(String key)
Get the content of the buffer |
byte |
Message.getByte(String key)
Get the content of the buffer at this location. |
byte[] |
JABMessage.getByteArray(String key)
|
byte[] |
Message.getByteArray(String key)
Get the content of the buffer for this key. |
byte[][] |
JABMessage.getByteArrayArray(String key)
|
byte[][] |
Message.getByteArrayArray(String key)
Get the content of the buffer for this key. |
double |
JABMessage.getDouble(String key)
|
double |
Message.getDouble(String key)
Get the content of the buffer at this location. |
double[] |
JABMessage.getDoubleArray(String key)
|
double[] |
Message.getDoubleArray(String key)
Get the content of the buffer for this key. |
float |
JABMessage.getFloat(String key)
|
float |
Message.getFloat(String key)
Get the content of the buffer at this location. |
float[] |
JABMessage.getFloatArray(String key)
|
float[] |
Message.getFloatArray(String key)
Get the content of the buffer for this key. |
int |
JABMessage.getInt(String key)
|
int |
Message.getInt(String key)
Get the content of the buffer at this location. |
int[] |
JABMessage.getIntArray(String key)
|
int[] |
Message.getIntArray(String key)
Get the content of the buffer for this key. |
long |
JABMessage.getLong(String key)
|
long |
Message.getLong(String key)
Get the content of the buffer at this location. |
long[] |
JABMessage.getLongArray(String key)
|
long[] |
Message.getLongArray(String key)
Get the content of the buffer for this key. |
short |
JABMessage.getShort(String key)
|
short |
Message.getShort(String key)
Get the content of the buffer at this location. |
short[] |
JABMessage.getShortArray(String key)
|
short[] |
Message.getShortArray(String key)
Get the content of the buffer for this key. |
void |
JABMessage.setByte(String key,
byte data)
|
void |
Message.setByte(String key,
byte data)
Set part of the content to send. |
void |
JABMessage.setByteArray(String key,
byte[] data)
|
void |
Message.setByteArray(String key,
byte[] data)
Set part of the content to send. |
void |
JABMessage.setByteArrayArray(String key,
byte[][] data)
|
void |
Message.setByteArrayArray(String key,
byte[][] data)
Set part of the content to send. |
void |
JABMessage.setDouble(String key,
double data)
|
void |
Message.setDouble(String key,
double data)
Set part of the content to send. |
void |
JABMessage.setDoubleArray(String key,
double[] data)
|
void |
Message.setDoubleArray(String key,
double[] data)
Set part of the content to send. |
void |
JABMessage.setFloat(String key,
float data)
|
void |
Message.setFloat(String key,
float data)
Set part of the content to send. |
void |
JABMessage.setFloatArray(String key,
float[] data)
|
void |
Message.setFloatArray(String key,
float[] data)
Set part of the content to send. |
void |
JABMessage.setInt(String key,
int data)
|
void |
Message.setInt(String key,
int data)
Set part of the content to send. |
void |
JABMessage.setIntArray(String key,
int[] data)
|
void |
Message.setIntArray(String key,
int[] data)
Set part of the content to send. |
void |
JABMessage.setLong(String key,
long data)
|
void |
Message.setLong(String key,
long data)
Set part of the content to send. |
void |
JABMessage.setLongArray(String key,
long[] data)
|
void |
Message.setLongArray(String key,
long[] data)
Set part of the content to send. |
void |
JABMessage.setShort(String key,
short data)
|
void |
Message.setShort(String key,
short data)
Set part of the content to send. |
void |
JABMessage.setShortArray(String key,
short[] data)
|
void |
Message.setShortArray(String key,
short[] data)
Set part of the content to send. |
| Constructors in org.jboss.blacktie.jatmibroker.jab that throw JABException | |
|---|---|
JABServiceInvoker(String aServiceName,
JABSession aJABSession,
String bufferType,
String bufferSubType)
The remote service constructor allows the programmer to access a remote XATMI service. |
|
JABSession(JABSessionAttributes attributes)
Create a new connection to the server-side using the state defined in the session attributes |
|
JABSessionAttributes()
Create the session attributes using the default configuration directory |
|
JABTransaction(String controlIOR)
|
|
| Uses of JABException in org.jboss.blacktie.jatmibroker.jab.factory |
|---|
| Methods in org.jboss.blacktie.jatmibroker.jab.factory that throw JABException | |
|---|---|
JABResponse |
JABConnection.call(String serviceName,
JABBuffer toSend,
Transaction transaction,
String bufferType,
String bufferSubType)
Invoke the service specified by the first parameter. |
void |
JABConnectionFactory.closeConnection(String connectionName)
Close the JAB connection to the server |
JABConnection |
JABConnectionFactory.getConnection(String connectionName)
Obtain a reference to the connection identified by the parameter |
static JABConnectionFactory |
JABConnectionFactory.getInstance()
Obtain a reference to the single instance of JABConnectionFactory per classloader. |
| Uses of JABException in org.jboss.blacktie.jatmibroker.xatmi |
|---|
| Methods in org.jboss.blacktie.jatmibroker.xatmi that throw JABException | |
|---|---|
protected void |
BlackTieService.processMessage(String name,
org.jboss.blacktie.jatmibroker.core.transport.Message message)
Entry points should pass control to this method as soon as reasonably possible. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||