|
TIBCO EMS .NET API 8.2
TIBCO EMS .NET API 8.2
|
This class represents a TIBCO Rendezvous CM listener. More...
Public Member Functions | |
| CMListenerInfo () | |
| Creates CMListener with empty transport, name and subject. More... | |
| CMListenerInfo (string transport, string name, string subject) | |
| Creates CMListener on a given transport with given name and subject name. More... | |
| CMListenerInfo (string name, string subject) | |
| Creates CMListener with given name and subject name. More... | |
| override string | ToString () |
| Returns a String that represents the current Object More... | |
Properties | |
| string | Transport [get, set] |
| Get or set the name of the listener's transport. More... | |
| string | Name [get, set] |
| Get or set the name of the listener. More... | |
| string | Subject [get, set] |
| Get or set the subject of the listener. More... | |
This class represents a TIBCO Rendezvous CM listener.
|
inline |
Creates CMListener with empty transport, name and subject.
|
inline |
Creates CMListener on a given transport with given name and subject name.
| transport | the name of the transport on which the listener is to be created. |
| name | the name of listener to be created. |
| subject | the subject on which the listener is to be created. |
|
inline |
Creates CMListener with given name and subject name.
CMListeners created with this method are assigned to the default TIBCO Rendezvous CM transport ("$RVCM$"). If the server uses multiple named transports then use the CMListenerInfo(string transport, string name, string subject) constructor, specifying which transport the listener is to be created on.
| name | the name of listener to be created. |
| subject | the subject on which the listener is to be created. |
|
inline |
Returns a String that represents the current Object
|
getset |
Get or set the name of the listener.
|
getset |
Get or set the subject of the listener.
|
getset |
Get or set the name of the listener's transport.