@Deprecated public interface DestinationManager
| Modifier and Type | Method and Description |
|---|---|
int |
getDestinationsNum()
Deprecated.
Returns the total number of Destinations
already registered with this DestinationManager
|
Destination |
getLastDestination()
Deprecated.
Returns the last successful destination may return null if no destinations
were successfully added previously
|
List<Destination> |
getStoredDestinations()
Deprecated.
Return the list of destinations which the session believe it has successfully registered
|
void |
handleDestinationAdd()
Deprecated.
Handles the case when we have a successful destination add
|
void |
handlePartialDestinationsAdd(List<Destination> destinations,
JCSMPErrorResponseException opEx)
Deprecated.
Handles the case when we hava a partially successful or failed destination add operation
|
void |
handlePartialDestinationsRemove(List<Destination> destinations,
JCSMPErrorResponseException opEx)
Deprecated.
Handles the case when we hava a partially successful or failed destination remove operation
|
void |
handleRemoveDestination()
Deprecated.
Hanldes the case when we have successful destination remove
|
void |
removeAllDestinations()
Deprecated.
removes all destinations, already registered with this DestinationManager
|
void |
removeDestinations(List<Destination> destinations)
Deprecated.
Removes destinations after a fully successful remove
operation
|
void |
storeDestinations(List<Destination> destinations)
Deprecated.
Stores destination after a fully successul add operation
|
Destination getLastDestination()
int getDestinationsNum()
List<Destination> getStoredDestinations()
void storeDestinations(List<Destination> destinations) throws JCSMPException
destinations - parameterJCSMPException - on errorvoid removeDestinations(List<Destination> destinations) throws JCSMPException
destinations - parameterJCSMPException - on errorvoid removeAllDestinations()
void handlePartialDestinationsAdd(List<Destination> destinations, JCSMPErrorResponseException opEx) throws JCSMPException
destinations - parameteropEx - parameterJCSMPExceptionvoid handlePartialDestinationsRemove(List<Destination> destinations, JCSMPErrorResponseException opEx) throws JCSMPException
destinations - parameteropEx - parameterJCSMPExceptionvoid handleDestinationAdd()
void handleRemoveDestination()
Copyright 2004-2020 Solace Corporation. All rights reserved.