Uses of Class
org.jboss.blacktie.jatmibroker.xatmi.Buffer

Packages that use Buffer
org.jboss.blacktie.jatmibroker.xatmi   
 

Uses of Buffer in org.jboss.blacktie.jatmibroker.xatmi
 

Subclasses of Buffer in org.jboss.blacktie.jatmibroker.xatmi
 class X_C_TYPE
          The X_C_TYPE buffer supports the broadest set of parameter types.
 class X_COMMON
          The X_COMMON buffer type supports a subset of the types provided by the X_C_TYPE buffer in order to support more language portable data exchange.
 class X_OCTET
          The X_OCTET buffer is used to send byte arrays in an XATMI application
 

Methods in org.jboss.blacktie.jatmibroker.xatmi that return Buffer
 Buffer TPSVCINFO.getBuffer()
          Get the data
 Buffer Response.getBuffer()
          Get the buffer that the service responded with.
 Buffer ResponseException.getReceived()
          Get a received buffer
 Buffer Connection.tpalloc(String type, String subtype, int len)
          Allocate a new buffer
 Buffer Session.tprecv(int flags)
          Received the next response in a conversation
 

Methods in org.jboss.blacktie.jatmibroker.xatmi with parameters of type Buffer
 int Connection.tpacall(String svc, Buffer toSend, int flags)
          Asynchronous call
 Response Connection.tpcall(String svc, Buffer buffer, int flags)
          Synchronous call.
 Session Connection.tpconnect(String svc, Buffer toSend, int flags)
          Handle the initiation of a conversation with the server.
 int Session.tpsend(Buffer toSend, int flags)
          Send a buffer to a remote server in a conversation
 

Constructors in org.jboss.blacktie.jatmibroker.xatmi with parameters of type Buffer
Response(short rval, int rcode, Buffer buffer, int flags)
          Services construct their responses using this constructor.
ResponseException(int tperrno, String string, long event, int rcode, Buffer received)
          An exception for reporting events
 



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