[TIBCO.EMS .NET Admin client library 7.0 documentation]
The Admin type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | ALL_CONSUMERS | |
![]() ![]() | DEST_CURSOR_FIRST |
First cursorPosition for requested destinations.
GetQueues(String, RequestDestInfo, Int32, Int32)
GetTopics(String, RequestDestInfo, Int32, Int32)
GetQueuesStatistics(String, Int32, Int32)
GetTopicsStatistics(String, Int32, Int32)
|
![]() ![]() | DEST_CURSOR_LAST |
Last cursorPosition for requested destinations.
GetQueues(String, RequestDestInfo, Int32, Int32)
GetTopics(String, RequestDestInfo, Int32, Int32)
GetQueuesStatistics(String, Int32, Int32)
GetTopicsStatistics(String, Int32, Int32)
|
![]() ![]() | DEST_CURSOR_NEXT |
Next cursorPosition for requested destinations.
GetQueues(String, RequestDestInfo, Int32, Int32)
GetTopics(String, RequestDestInfo, Int32, Int32)
GetQueuesStatistics(String, Int32, Int32)
GetTopicsStatistics(String, Int32, Int32)
|
![]() ![]() | GET_DETAILED_STAT |
Flag requesting both overall and detailed statistics to be returned
by methods such as GetConsumers()()()
GetConsumers()()()
|
![]() ![]() | GET_SELECTOR |
Flag requesting consumer's selector to be included into
ConsumerInfo objects returned by GetConsumers
method.
GetConsumers()()()
|
![]() ![]() | GET_STAT |
Flag requesting overall statistics to be returned
by methods such as GetConsumers()()()
GetConsumers()()()
|
![]() ![]() | PERMISSIONS_ALL | Permissions flag to get all permissions
for a given user (destination and admin permissions both direct and
inherited (i.e. as inherited from groups to which the user belogs).
Use this flag with GetPermissions(UserInfo, flags)
API.
|
![]() ![]() | PERMISSIONS_ALL_ADMIN | Permissions flag to get all admin permissions
for a given user (direct and inherited (i.e. as inhertied from
groups to which the user belongs). Use this flag with
GetPermissions(UserInfo, flags)
API.
|
![]() ![]() | PERMISSIONS_ALL_DEST | Permissions flag to get all dest permissions
for a given user (direct and inherited (i.e. as inhertied from
groups to which the user belongs). Use this flag with
GetPermissions(UserInfo, flags)
API.
|
![]() ![]() | PERMISSIONS_DIRECT | Permissions flag to get all direct permissions
for a given user (i.e. the one's directly assinged to the user).
Use this flag with GetPermissions(UserInfo, flags)
API.
|
![]() ![]() | PERMISSIONS_DIRECT_ADMIN | Permissions flag to get direct admin permissions
for a given user. Use this flag with GetPermissions(UserInfo, flags)
API.
|
![]() ![]() | PERMISSIONS_DIRECT_DEST | Permissions flag to get direct dest permissions
for a given user. Use this flag with GetPermissions(UserInfo, flags)
API.
|
![]() ![]() | SESSION_AUTO_ACKNOWLEDGE |
AUTO acknowledgement mode.
GetSessionAcknowledgeMode()()()
|
![]() ![]() | SESSION_CLIENT_ACKNOWLEDGE |
CLIENT acknowledgement mode.
GetSessionAcknowledgeMode()()()
|
![]() ![]() | SESSION_DUPS_OK_ACKNOWLEDGE |
DUPS_OK acknowledgement mode.
GetSessionAcknowledgeMode()()()
|
![]() ![]() | SESSION_NO_ACKNOWLEDGE |
No acknowledgement mode.
GetSessionAcknowledgeMode()()()
|
![]() ![]() | SESSION_TRANSACTED |
Acknowledgement mode describing transacted session.
GetSessionAcknowledgeMode()()()
|
![]() ![]() | SESSION_UNKNOWN_ACKNOWLEDGE |
Unknown session acknowledge mode. This may be used
as return value in cases, for example, when a consumer
has no associated session.
GetSessionAcknowledgeMode()()()
|
![]() ![]() | SESSION_XA |
Acknowledgement mode describing XA session.
GetSessionAcknowledgeMode()()()
|