This class is the base class that represents the results of a batched find, create or delete call for channels or queues. More...
Public Member Functions | |
virtual nChannelAttributes | getAttributes () |
Get the nChannelAttributes that was used in the operation. | |
virtual nChannel | getChannel () |
If isChannel(), or !isQueue() this method will return the nChannel object found. | |
virtual nBaseClientException | getException () |
If !wasSuccessful(), this will return an Exception. | |
virtual nQueue | getQueue () |
If isQueue(), or !isChannel() this method will return the nQueue object. | |
virtual bool | isChannel () |
Was the result of the operation successfully performed on an nChannel. | |
virtual bool | isQueue () |
Was the result of the operation successfully performed on an nQueue. | |
virtual bool | wasSuccessful () |
Determine whether the operation was successful for the specific object. | |
This class is the base class that represents the results of a batched find, create or delete call for channels or queues.
|
virtual |
Get the nChannelAttributes that was used in the operation.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.
|
virtual |
If isChannel(), or !isQueue() this method will return the nChannel object found.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.
|
virtual |
If !wasSuccessful(), this will return an Exception.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.
|
virtual |
If isQueue(), or !isChannel() this method will return the nQueue object.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.
|
virtual |
Was the result of the operation successfully performed on an nChannel.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.
|
virtual |
Was the result of the operation successfully performed on an nQueue.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.
|
virtual |
Determine whether the operation was successful for the specific object.
Reimplemented in com.pcbsys.nirvana.client.nCreateResult, com.pcbsys.nirvana.client.nDeleteResult, and com.pcbsys.nirvana.client.nFindResult.