Class ConnectUtils
public class ConnectUtils : JVMBridgeBase<ConnectUtils>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<ConnectUtils>ConnectUtils
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<ConnectUtils>.IsAssignableFrom(IJavaType)JVMBridgeBase<ConnectUtils>.IsAssignableFrom<T>()JVMBridgeBase<ConnectUtils>.Execute<T>(params T[])JVMBridgeBase<ConnectUtils>.DynBridgeClazzJVMBridgeBase<ConnectUtils>.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
Constructors
ConnectUtils()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ConnectUtils()
ConnectUtils(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 ConnectUtils(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
CheckAndConvertTimestamp(Long)
public static Long CheckAndConvertTimestamp(Long arg0)
Parameters
Returns
ClassName(object)
public static String ClassName(object arg0)
Parameters
Returns
CombineCollections<I>(Collection<Collection<I>>)
public static List<I> CombineCollections<I>(Collection<Collection<I>> arg0)
Parameters
arg0
Collection<Collection<I>>
Returns
Type Parameters
I
CombineCollections<T, I>(Collection<I>, Function<I, Collection<T>>)
public static List<T> CombineCollections<T, I>(Collection<I> arg0, Function<I, Collection<T>> arg1)
Parameters
arg0
Collection<I>arg1
Function<I, Collection<T>>
Returns
Type Parameters
T
I
CombineCollections<C, I, T>(Collection<I>, Function<I, Collection<T>>, Collector<T, object, C>)
public static C CombineCollections<C, I, T>(Collection<I> arg0, Function<I, Collection<T>> arg1, Collector<T, object, C> arg2)
Parameters
arg0
Collection<I>arg1
Function<I, Collection<T>>arg2
Collector<T, object, C>
Returns
- C
C
Type Parameters
C
I
T
EnsureProperty<Arg0objectSuperJava_Lang_String>(Map<String, Arg0objectSuperJava_Lang_String>, String, String, String, bool)
public static void EnsureProperty<Arg0objectSuperJava_Lang_String>(Map<String, Arg0objectSuperJava_Lang_String> arg0, String arg1, String arg2, String arg3, bool arg4) where Arg0objectSuperJava_Lang_String : String
Parameters
Type Parameters
Arg0objectSuperJava_Lang_String
IsSinkConnector(Connector)
public static bool IsSinkConnector(Connector arg0)
Parameters
Returns
IsSourceConnector(Connector)
public static bool IsSourceConnector(Connector arg0)
Parameters
Returns
MaybeWrap(JVMBridgeException, String)
public static ConnectException MaybeWrap(JVMBridgeException arg0, String arg1)
Parameters
Returns
PatchConfig(Map<String, String>, Map<String, String>)
public static Map<String, String> PatchConfig(Map<String, String> arg0, Map<String, String> arg1)
Parameters
Returns
TransformValues<K, O, I>(Map<K, I>, Function<I, O>)
public static Map<K, O> TransformValues<K, O, I>(Map<K, I> arg0, Function<I, O> arg1)
Parameters
Returns
Type Parameters
K
O
I