public void |
addPassport(ISDMRequest)
|
|
public synchronized Vector< ISDMRequest > |
getAllRequests()
|
Returns all requests from the connectivity component which are in the queue. |
public ISDMConnectivitiyParameters |
getConnectivityParameters()
|
Returns the ConnectivityParameters object containing the settings used by the library. |
public ISDMLogger |
getLogger()
|
|
public synchronized PassportAndCorrId |
getNetPassport(ISDMRequest)
|
|
public ISDMPreferences |
getPreferences()
|
|
public int |
getQueueSize()
|
Returns the number of requests from the connectivity component which are in the queue. |
public synchronized Object |
getRequest()
|
Returns an ISDMRequest from the queue(s) |
public synchronized boolean |
hasRequests()
|
Returns a boolean indicating the queue has requests or doesn't. |
public void |
makeRequest(final ISDMRequest)
|
Put a request object into the SDMRequestManager. |
public void |
makeRequest(final ISDMBundleRequest)
|
|
public void |
onPreferenceChanged(String, Object)
|
Callback method for preference change event. |
public void |
sendLog(final String)
|
|
public void |
sendOnSuccess(final ISDMNetListener, final ISDMRequest, final ISDMResponse)
|
Used to notify the ISDMNetListener implementation about successful request, without blocking ISDMConnectivity threads and reducing the concurrency on the application. |
public static void |
setAuthenticationChallengeListener(IAuthenticationChallengeListner)
|
|
public final void |
setMainHandlerClassName(final String)
|
Sets the name (w. |
public void |
setMutualSSLChallengeListener(IMutualSSLChallengeListener)
|
|
public void |
setSSLChallengeListener(ISSLChallengeListener)
|
Error notification worker. |
public synchronized void |
terminate()
|
Terminates all the requests in the queue. |