AsyncInvoker
, InvokerInfo
InvokerFactory.namedInvoker(String)
and InvokerFactory.releaseInvoker(String)
instead of it.@Deprecated public class DefaultInvoker extends java.lang.Object implements AsyncInvoker, InvokerInfo
Modifier | Constructor | Description |
---|---|---|
protected |
DefaultInvoker() |
Deprecated.
|
|
DefaultInvoker(java.lang.String name) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
dispose() |
Deprecated.
Makes a hint to invoker that it's not used anymore and, PROBABLY,
should be stopped and all associated resources - freed.
|
long |
getInvokesCount() |
Deprecated.
|
long |
getInvokesRejected() |
Deprecated.
|
int |
getQueueMaxSize() |
Deprecated.
|
int |
getQueueSize() |
Deprecated.
|
static AsyncInvoker |
getSingletonInstance() |
Deprecated.
use
InvokerFactory.namedInvoker(String) and InvokerFactory.releaseInvoker(String)
instead of it. |
void |
invoke(java.lang.Runnable target) |
Deprecated.
Submit the task to this invoker.
|
protected DefaultInvoker()
public DefaultInvoker(java.lang.String name)
@Deprecated public static AsyncInvoker getSingletonInstance()
InvokerFactory.namedInvoker(String)
and InvokerFactory.releaseInvoker(String)
instead of it.public void dispose()
AsyncInvoker
dispose
in interface AsyncInvoker
public int getQueueMaxSize()
getQueueMaxSize
in interface InvokerInfo
public int getQueueSize()
getQueueSize
in interface InvokerInfo
public long getInvokesCount()
getInvokesCount
in interface InvokerInfo
public long getInvokesRejected()
getInvokesRejected
in interface InvokerInfo
public void invoke(java.lang.Runnable target)
AsyncInvoker
invoke
in interface AsyncInvoker
target
- Task to executeSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.