Joram 5.2.1

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

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
      extended by org.objectweb.joram.mom.amqp.marshalling.AMQP.Connection.Open
All Implemented Interfaces:
FrameBuilder
Enclosing class:
AMQP.Connection

public static class AMQP.Connection.Open
extends AbstractMarshallingMethod

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. The server may apply arbitrary limits per virtual host, such as the number of each type of entity that may be used, per connection and/or in total.


Field Summary
static int INDEX
           
 java.lang.String reserved1
           
 boolean reserved2
           
 java.lang.String virtualHost
          The name of the virtual host to work with.
 
Fields inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
logger, NULL_METHOD_ID
 
Constructor Summary
AMQP.Connection.Open()
           
AMQP.Connection.Open(java.lang.String virtualHost, java.lang.String reserved1, boolean reserved2)
          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.
 
Method Summary
 int getClassId()
           
 java.lang.String getClassName()
           
 int getMethodId()
           
 java.lang.String getMethodName()
           
 void readFrom(AMQPInputStream in)
           
 java.lang.String toString()
           
 void writeTo(AMQPOutputStream out)
           
 
Methods inherited from class org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
read, toFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

virtualHost

public java.lang.String virtualHost
The name of the virtual host to work with.


reserved1

public java.lang.String reserved1

reserved2

public boolean reserved2

INDEX

public static final int INDEX
See Also:
Constant Field Values
Constructor Detail

AMQP.Connection.Open

public AMQP.Connection.Open(java.lang.String virtualHost,
                            java.lang.String reserved1,
                            boolean reserved2)
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. The server may apply arbitrary limits per virtual host, such as the number of each type of entity that may be used, per connection and/or in total.


AMQP.Connection.Open

public AMQP.Connection.Open()
Method Detail

getMethodId

public int getMethodId()
Specified by:
getMethodId in class AbstractMarshallingMethod

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in class AbstractMarshallingMethod

getClassId

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

getClassName

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

readFrom

public void readFrom(AMQPInputStream in)
              throws java.io.IOException
Specified by:
readFrom in class AbstractMarshallingMethod
Throws:
java.io.IOException

writeTo

public void writeTo(AMQPOutputStream out)
             throws java.io.IOException
Specified by:
writeTo in class AbstractMarshallingMethod
Throws:
java.io.IOException

toString

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

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved