org.jboss.blacktie.jatmibroker.jab.factory
Class JABResponse

java.lang.Object
  extended by org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
      extended by org.jboss.blacktie.jatmibroker.jab.factory.JABResponse

public class JABResponse
extends JABBuffer

The JABResponse class extends the standard JABBuffer by allowing the programmer access to the xatmi.h::rcode state returned from an XATMI service

See Also:
JABBuffer

Method Summary
 int getResponseCode()
          Get the response code from the XATMI service
 
Methods inherited from class org.jboss.blacktie.jatmibroker.jab.factory.JABBuffer
getValue, getValue, setValue, setValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResponseCode

public int getResponseCode()
Get the response code from the XATMI service

Returns:
The response code


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.