Package | Description |
---|---|
com.ibm.mqlight.api |
Non-blocking API |
Modifier and Type | Class and Description |
---|---|
class |
NetworkException
Used to indicate that a client has failed due to a network related problem.
|
class |
NotPermittedException
Used to indicate that a requested operation has been rejected because the
remote end does not permit it.
|
class |
ReplacedException
Used to indicate that the client has been replaced by another instance of itself.
|
class |
SecurityException
Used to indicate that a client has failed due to a security related problem.
|
Modifier and Type | Method and Description |
---|---|
void |
NonBlockingClientListener.onRetrying(NonBlockingClient client,
T context,
ClientException exception)
Called as a notification when the client transitions into retrying state.
|
void |
NonBlockingClientAdapter.onRetrying(NonBlockingClient client,
T context,
ClientException throwable) |
void |
NonBlockingClientListener.onStopped(NonBlockingClient client,
T context,
ClientException exception)
Called as a notification when the client transitions into stopped state.
|
void |
NonBlockingClientAdapter.onStopped(NonBlockingClient client,
T context,
ClientException throwable) |
Copyright © 2015 International Business Machines Corporation. All rights reserved.