A ProducerInfo object represents a message producer.
More...
|
| override string | ToString () |
| | Returns a String that represents the current Object More...
|
| |
A ProducerInfo object represents a message producer.
| override string TIBCO.EMS.ADMIN.ProducerInfo.ToString |
( |
| ) |
|
|
inline |
Returns a String that represents the current Object
| long TIBCO.EMS.ADMIN.ProducerInfo.ConnectionID |
|
get |
Returns producer's connection ID.
- Returns
- the producer's connection ID.
| long TIBCO.EMS.ADMIN.ProducerInfo.CreateTime |
|
get |
Returns producer's creation time in milliseconds.
- Returns
- the producer's creation time in milliseconds.
| string TIBCO.EMS.ADMIN.ProducerInfo.DestinationName |
|
get |
Returns producer's destination name.
- Returns
- the producer's destination name or null if this is an unidentified producer.
Returns producer's destination type.
- Returns
- the producer's destination type.
Returns producer's detailed statistics.
- Returns
- the producer's detailed statistics or null if detailed statistics for producers is not enabled.
| long TIBCO.EMS.ADMIN.ProducerInfo.ID |
|
get |
Returns producer ID.
- Returns
- the producer ID.
| long TIBCO.EMS.ADMIN.ProducerInfo.SessionID |
|
get |
Returns producer's session ID.
- Returns
- the producer's session ID.
| StatData TIBCO.EMS.ADMIN.ProducerInfo.Statistics |
|
get |
Returns producer's total statistics.
- Returns
- the producer's total statistics.
| string TIBCO.EMS.ADMIN.ProducerInfo.Username |
|
get |
Returns producer's user name.
- Returns
- the producer's user name.