Glossary:
com.pcbsys.nirvana.nAdminAPI.nChannelConnectionDetails Class Reference
This class contains additional information about a channel connection. More...
Inheritance diagram for com.pcbsys.nirvana.nAdminAPI.nChannelConnectionDetails:

Public Member Functions | |
| String | getChannel () |
| Get the name of the channel. | |
| String | getNamedSubscriber () |
| If the connection used a nNamedObject then this method would return the name of the nNamedObject. | |
| String | getSelector () |
| Returns the message selector used for the connection. | |
Detailed Description
This class contains additional information about a channel connection.Typically a channel connection is a subscription from a client to a channel on a realm server.
Member Function Documentation
| String com.pcbsys.nirvana.nAdminAPI.nChannelConnectionDetails.getChannel | ( | ) |
Get the name of the channel.
- Returns:
- String name of the channel
| String com.pcbsys.nirvana.nAdminAPI.nChannelConnectionDetails.getNamedSubscriber | ( | ) |
If the connection used a nNamedObject then this method would return the name of the nNamedObject.
This method can return null if there is no nNamedObject assiociated with this connection.
- Returns:
- String name of the nNamedObject
| String com.pcbsys.nirvana.nAdminAPI.nChannelConnectionDetails.getSelector | ( | ) |
Returns the message selector used for the connection.
If no selector was used then this method returns null.
- Returns:
- Message selector used.
