org.jboss.narayana.blacktie.jatmibroker.xatmi
Class TPSVCINFO

java.lang.Object
  extended by org.jboss.narayana.blacktie.jatmibroker.xatmi.TPSVCINFO
All Implemented Interfaces:
Serializable

public class TPSVCINFO
extends Object
implements Serializable

This structure contains the data that the client presented for processing to the service during its invocation from either tpcall, tpacall or tpconnect.

See Also:
Serialized Form

Method Summary
 Buffer getBuffer()
          Get the data
 Connection getConnection()
          Get a reference to the connection that the service holds.
 int getFlags()
          Get the flags that were issued
 int getLen()
          Get the length of the buffer that was sent
 String getName()
          Get the name of the service the client thought it invoked
 Session getSession()
          Get the connection descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Get the name of the service the client thought it invoked

Returns:
The name

getBuffer

public Buffer getBuffer()
Get the data

Returns:
The data

getLen

public int getLen()
Get the length of the buffer that was sent

Returns:
The length of the buffer

getFlags

public int getFlags()
Get the flags that were issued

Returns:
The flags

getSession

public Session getSession()
                   throws ConnectionException
Get the connection descriptor

Returns:
The connection descriptor
Throws:
ConnectionException

getConnection

public Connection getConnection()
Get a reference to the connection that the service holds.

Returns:
The connection


Copyright © 2011. All Rights Reserved.