Class Executors
- Namespace
- Java.Util.Concurrent
- Assembly
- MASES.JNet.dll
public class Executors : JVMBridgeBase<Executors>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Executors>Executors
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Executors>.IsAssignableFrom(IJavaType)JVMBridgeBase<Executors>.IsAssignableFrom<T>()JVMBridgeBase<Executors>.Execute<T>(params T[])JVMBridgeBase<Executors>.DynBridgeClazzJVMBridgeBase<Executors>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Executors()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Executors()
Executors(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public Executors(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
Callable(Runnable)
public static Callable<object> Callable(Runnable arg0)
Parameters
Returns
Callable(PrivilegedAction<object>)
public static Callable<object> Callable(PrivilegedAction<object> arg0)
Parameters
Returns
Callable(PrivilegedExceptionAction<object>)
public static Callable<object> Callable(PrivilegedExceptionAction<object> arg0)
Parameters
Returns
Callable<T>(Runnable, T)
public static Callable<T> Callable<T>(Runnable arg0, T arg1)
Parameters
Returns
Type Parameters
T
DefaultThreadFactoryMethod()
public static ThreadFactory DefaultThreadFactoryMethod()
Returns
NewCachedThreadPool()
public static ExecutorService NewCachedThreadPool()
Returns
NewCachedThreadPool(ThreadFactory)
public static ExecutorService NewCachedThreadPool(ThreadFactory arg0)
Parameters
Returns
NewFixedThreadPool(int)
public static ExecutorService NewFixedThreadPool(int arg0)
Parameters
Returns
NewFixedThreadPool(int, ThreadFactory)
public static ExecutorService NewFixedThreadPool(int arg0, ThreadFactory arg1)
Parameters
arg0
intarg1
ThreadFactory
Returns
NewScheduledThreadPool(int)
public static ScheduledExecutorService NewScheduledThreadPool(int arg0)
Parameters
Returns
NewScheduledThreadPool(int, ThreadFactory)
public static ScheduledExecutorService NewScheduledThreadPool(int arg0, ThreadFactory arg1)
Parameters
arg0
intarg1
ThreadFactory
Returns
NewSingleThreadExecutor()
public static ExecutorService NewSingleThreadExecutor()
Returns
NewSingleThreadExecutor(ThreadFactory)
public static ExecutorService NewSingleThreadExecutor(ThreadFactory arg0)
Parameters
Returns
NewSingleThreadScheduledExecutor()
public static ScheduledExecutorService NewSingleThreadScheduledExecutor()
Returns
NewSingleThreadScheduledExecutor(ThreadFactory)
public static ScheduledExecutorService NewSingleThreadScheduledExecutor(ThreadFactory arg0)
Parameters
Returns
NewWorkStealingPool()
public static ExecutorService NewWorkStealingPool()
Returns
NewWorkStealingPool(int)
public static ExecutorService NewWorkStealingPool(int arg0)
Parameters
Returns
PrivilegedCallableMethod<T>(Callable<T>)
public static Callable<T> PrivilegedCallableMethod<T>(Callable<T> arg0)
Parameters
Returns
Type Parameters
T
PrivilegedCallableUsingCurrentClassLoaderMethod<T>(Callable<T>)
public static Callable<T> PrivilegedCallableUsingCurrentClassLoaderMethod<T>(Callable<T> arg0)
Parameters
Returns
Type Parameters
T
PrivilegedThreadFactoryMethod()
public static ThreadFactory PrivilegedThreadFactoryMethod()
Returns
UnconfigurableExecutorService(ExecutorService)
public static ExecutorService UnconfigurableExecutorService(ExecutorService arg0)
Parameters
Returns
UnconfigurableScheduledExecutorService(ScheduledExecutorService)
public static ScheduledExecutorService UnconfigurableScheduledExecutorService(ScheduledExecutorService arg0)