Class TopicAdmin.TopicCreationResponse
public class TopicAdmin.TopicCreationResponse : JVMBridgeBase<TopicAdmin.TopicCreationResponse>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseTopicAdmin.TopicCreationResponse
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<TopicAdmin.TopicCreationResponse>.SExecuteArray<T>(IJavaType, string, params object[])JVMBridgeBase<TopicAdmin.TopicCreationResponse>.IsAssignableFrom(IJavaType)JVMBridgeBase<TopicAdmin.TopicCreationResponse>.IsAssignableFrom<T>()JVMBridgeBase<TopicAdmin.TopicCreationResponse>.Execute<T>(params T[])JVMBridgeBase<TopicAdmin.TopicCreationResponse>.DynBridgeClazzJVMBridgeBase<TopicAdmin.TopicCreationResponse>.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
TopicCreationResponse()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public TopicCreationResponse()
TopicCreationResponse(Set<String>, Set<String>)
public TopicCreationResponse(Set<String> arg0, Set<String> arg1)
Parameters
TopicCreationResponse(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 TopicCreationResponse(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
CreatedOrExistingTopicsCount()
public int CreatedOrExistingTopicsCount()
Returns
CreatedTopics()
public Set<String> CreatedTopics()
Returns
CreatedTopicsCount()
public int CreatedTopicsCount()
Returns
ExistingTopicsCount()
public int ExistingTopicsCount()
Returns
IsCreated(String)
public bool IsCreated(String arg0)
Parameters
Returns
IsCreatedOrExisting(String)
public bool IsCreatedOrExisting(String arg0)
Parameters
Returns
IsEmpty()
public bool IsEmpty()
Returns
IsExisting(String)
public bool IsExisting(String arg0)