Joram 5.2.4

org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Connection

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
      extended by org.objectweb.joram.mom.amqp.marshalling.AMQP.Connection
Enclosing class:
AMQP

public static class AMQP.Connection
extends AbstractMarshallingClass


Nested Class Summary
static class AMQP.Connection.Close
          This method indicates that the sender wants to close the connection.
static class AMQP.Connection.CloseOk
          This method confirms a Connection.Close method and tells the recipient that it is safe to release resources for the connection and close the socket.
static class AMQP.Connection.Open
          This method opens a connection to a virtual host, which is a collection of resources, and acts to separate multiple application domains within a server.
static class AMQP.Connection.OpenOk
          This method signals to the client that the connection is ready for use.
static class AMQP.Connection.Secure
          The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other.
static class AMQP.Connection.SecureOk
          This method attempts to authenticate, passing a block of SASL data for the security mechanism at the server side.
static class AMQP.Connection.Start
          This method starts the connection negotiation process by telling the client the protocol version that the server proposes, along with a list of security mechanisms which the client can use for authentication.
static class AMQP.Connection.StartOk
          This method selects a SASL security mechanism.
static class AMQP.Connection.Tune
          This method proposes a set of connection configuration values to the client.
static class AMQP.Connection.TuneOk
          This method sends the client's connection tuning parameters to the server.
 
Field Summary
static int INDEX
           
static int METHOD_CONNECTION_CLOSE
           
static int METHOD_CONNECTION_CLOSE_OK
           
static int METHOD_CONNECTION_OPEN
           
static int METHOD_CONNECTION_OPEN_OK
           
static int METHOD_CONNECTION_SECURE
           
static int METHOD_CONNECTION_SECURE_OK
           
static int METHOD_CONNECTION_START
           
static int METHOD_CONNECTION_START_OK
           
static int METHOD_CONNECTION_TUNE
           
static int METHOD_CONNECTION_TUNE_OK
           
static java.lang.String[] methodnames
           
static int[] mids
           
 
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
classId, logger, NULL_CLASS_ID
 
Constructor Summary
AMQP.Connection()
           
 
Method Summary
 int getClassId()
           
 java.lang.String getClassName()
           
 java.lang.String getMethodName(int id)
           
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INDEX

public static final int INDEX
See Also:
Constant Field Values

METHOD_CONNECTION_START

public static final int METHOD_CONNECTION_START
See Also:
Constant Field Values

METHOD_CONNECTION_START_OK

public static final int METHOD_CONNECTION_START_OK
See Also:
Constant Field Values

METHOD_CONNECTION_SECURE

public static final int METHOD_CONNECTION_SECURE
See Also:
Constant Field Values

METHOD_CONNECTION_SECURE_OK

public static final int METHOD_CONNECTION_SECURE_OK
See Also:
Constant Field Values

METHOD_CONNECTION_TUNE

public static final int METHOD_CONNECTION_TUNE
See Also:
Constant Field Values

METHOD_CONNECTION_TUNE_OK

public static final int METHOD_CONNECTION_TUNE_OK
See Also:
Constant Field Values

METHOD_CONNECTION_OPEN

public static final int METHOD_CONNECTION_OPEN
See Also:
Constant Field Values

METHOD_CONNECTION_OPEN_OK

public static final int METHOD_CONNECTION_OPEN_OK
See Also:
Constant Field Values

METHOD_CONNECTION_CLOSE

public static final int METHOD_CONNECTION_CLOSE
See Also:
Constant Field Values

METHOD_CONNECTION_CLOSE_OK

public static final int METHOD_CONNECTION_CLOSE_OK
See Also:
Constant Field Values

mids

public static final int[] mids

methodnames

public static final java.lang.String[] methodnames
Constructor Detail

AMQP.Connection

public AMQP.Connection()
Method Detail

getClassId

public int getClassId()
Specified by:
getClassId in class AbstractMarshallingClass

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in class AbstractMarshallingClass

getMethodName

public java.lang.String getMethodName(int id)
Specified by:
getMethodName in class AbstractMarshallingClass

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved