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

Packages that use ConnectionException
org.jboss.blacktie.jatmibroker.xatmi   
org.jboss.blacktie.jatmibroker.xatmi.server   
 

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

Subclasses of ConnectionException in org.jboss.blacktie.jatmibroker.xatmi
 class ResponseException
          This is the exception that is raised if a response condition needs to be notified to the client.
 

Methods in org.jboss.blacktie.jatmibroker.xatmi that throw ConnectionException
 void Connection.close()
          Close any resources associated with this connection
protected  Object Buffer.getAttributeValue(String key, Class type)
          Get the value of an attribute.
 byte X_C_TYPE.getByte(String key)
           
 byte X_COMMON.getByte(String key)
           
 byte[] X_C_TYPE.getByteArray(String key)
           
 byte[] X_COMMON.getByteArray(String key)
           
 byte[][] X_C_TYPE.getByteArrayArray(String key)
           
 double X_C_TYPE.getDouble(String key)
           
 double[] X_C_TYPE.getDoubleArray(String key)
           
 float X_C_TYPE.getFloat(String key)
           
 float[] X_C_TYPE.getFloatArray(String key)
           
 int X_C_TYPE.getInt(String key)
           
 int[] X_C_TYPE.getIntArray(String key)
           
 long X_C_TYPE.getLong(String key)
           
 long X_COMMON.getLong(String key)
           
 long[] X_C_TYPE.getLongArray(String key)
           
 long[] X_COMMON.getLongArray(String key)
           
 Session TPSVCINFO.getSession()
          Get the connection descriptor
 short X_C_TYPE.getShort(String key)
          Get the short value identified by the key.
 short X_COMMON.getShort(String key)
          Get the short value identified by the key.
 short[] X_C_TYPE.getShortArray(String key)
           
 short[] X_COMMON.getShortArray(String key)
           
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.
protected  void Buffer.setAttributeValue(String key, Class type, Object value)
          Set the value.
 void X_C_TYPE.setByte(String key, byte value)
           
 void X_COMMON.setByte(String key, byte value)
           
 void X_C_TYPE.setByteArray(String key, byte[] value)
           
 void X_COMMON.setByteArray(String key, byte[] value)
           
 void X_C_TYPE.setByteArrayArray(String key, byte[][] value)
           
 void X_C_TYPE.setDouble(String key, double value)
           
 void X_C_TYPE.setDoubleArray(String key, double[] value)
           
 void X_C_TYPE.setFloat(String key, float value)
           
 void X_C_TYPE.setFloatArray(String key, float[] value)
           
 void X_C_TYPE.setInt(String key, int value)
           
 void X_C_TYPE.setIntArray(String key, int[] value)
           
 void X_C_TYPE.setLong(String key, long value)
           
 void X_COMMON.setLong(String key, long value)
           
 void X_C_TYPE.setLongArray(String key, long[] value)
           
 void X_COMMON.setLongArray(String key, long[] value)
           
 void X_C_TYPE.setShort(String key, short value)
          Set the short value
 void X_COMMON.setShort(String key, short value)
          Set the short value
 void X_C_TYPE.setShortArray(String key, short[] value)
           
 void X_COMMON.setShortArray(String key, short[] value)
           
 int Connection.tpacall(String svc, Buffer toSend, int flags)
          Asynchronous call
 Buffer Connection.tpalloc(String type, String subtype, int len)
          Allocate a new buffer
 Response Connection.tpcall(String svc, Buffer buffer, int flags)
          Synchronous call.
 int Connection.tpcancel(int cd)
          Cancel the outstanding asynchronous call.
 Session Connection.tpconnect(String svc, Buffer toSend, int flags)
          Handle the initiation of a conversation with the server.
 void Session.tpdiscon()
          Close the conversation with the remote service.
 Response Connection.tpgetrply(int cd, int flags)
          Get the reply for an asynchronous call.
 Buffer Session.tprecv(int flags)
          Received the next response in a conversation
 int Session.tpsend(Buffer toSend, int flags)
          Send a buffer to a remote server in a conversation
 Response Service.tpservice(TPSVCINFO svcinfo)
          This is a method that should be implemented by classes to provide the service behavior
 

Uses of ConnectionException in org.jboss.blacktie.jatmibroker.xatmi.server
 

Methods in org.jboss.blacktie.jatmibroker.xatmi.server that throw ConnectionException
 void BlackTieServer.shutdown()
          Shutdown the server
 void BlackTieServer.tpadvertise(String serviceName, String serviceClassName)
          Advertise a blacktie service with the specified name
 void BlackTieServer.tpunadvertise(String serviceName)
          Unadvertise the service by name.
 

Constructors in org.jboss.blacktie.jatmibroker.xatmi.server that throw ConnectionException
BlackTieServer(String serverName)
          Initialize the server
 



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