The AMQPConnection class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Represents a connection to an AMQP broker.

Klasse synopsis

AMQPConnection {
/* Methods */
public bool connect ( void )
public __construct ([ array $credentials = array() ] )
public bool disconnect ( void )
public string getHost ( void )
public string getLogin ( void )
public string getPassword ( void )
public int getPort ( void )
public string getVhost ( void )
public bool isConnected ( void )
public bool reconnect ( void )
public bool setHost ( string $host )
public bool setLogin ( string $login )
public bool setPassword ( string $password )
public bool setPort ( int $port )
public bool setVhost ( string $vhost )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top