public class Barrier extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Barrier
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Threading, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Threading
|
static java.lang.String |
className
Qualified class name: System.Threading.Barrier
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Barrier() |
Barrier(int participantCount) |
Barrier(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
AddParticipant() |
long |
AddParticipants(int participantCount) |
static Barrier |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Barrier, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Dispose() |
long |
getCurrentPhaseNumber() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getParticipantCount() |
int |
getParticipantsRemaining() |
void |
RemoveParticipant() |
void |
RemoveParticipants(int participantCount) |
void |
setCurrentPhaseNumber(long CurrentPhaseNumber) |
void |
setJCOInstance(JCObject instance) |
void |
SignalAndWait() |
void |
SignalAndWait(CancellationToken cancellationToken) |
boolean |
SignalAndWait(int millisecondsTimeout) |
boolean |
SignalAndWait(int millisecondsTimeout,
CancellationToken cancellationToken) |
boolean |
SignalAndWait(TimeSpan timeout) |
boolean |
SignalAndWait(TimeSpan timeout,
CancellationToken cancellationToken) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Barrier()
throws java.lang.Throwable
java.lang.Throwablepublic Barrier(int participantCount)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public Barrier(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic long AddParticipant()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
FormatException,
NotSupportedException,
CultureNotFoundException,
OperationCanceledException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionFormatExceptionNotSupportedExceptionCultureNotFoundExceptionOperationCanceledExceptionOutOfMemoryExceptionpublic long AddParticipants(int participantCount)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
CultureNotFoundException,
InvalidOperationException,
OperationCanceledException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionOperationCanceledExceptionNullReferenceExceptionOutOfMemoryExceptionpublic static Barrier cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Barrier, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBarrier instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public long getCurrentPhaseNumber()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getParticipantCount()
throws java.lang.Throwable
java.lang.Throwablepublic int getParticipantsRemaining()
throws java.lang.Throwable
java.lang.Throwablepublic void RemoveParticipant()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
FormatException,
NotSupportedException,
CultureNotFoundException,
BarrierPostPhaseException
public void RemoveParticipants(int participantCount)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException,
BarrierPostPhaseException
public void setCurrentPhaseNumber(long CurrentPhaseNumber)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SignalAndWait()
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
OperationCanceledException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentNullException,
OutOfMemoryException,
EventSourceException,
KeyNotFoundException,
BarrierPostPhaseException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryExceptionEventSourceExceptionKeyNotFoundExceptionBarrierPostPhaseExceptionpublic void SignalAndWait(CancellationToken cancellationToken) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, OperationCanceledException, ArgumentNullException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, OutOfMemoryException, NullReferenceException, EventSourceException, IndexOutOfRangeException, KeyNotFoundException, BarrierPostPhaseException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionOperationCanceledExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionEventSourceExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionBarrierPostPhaseExceptionpublic boolean SignalAndWait(int millisecondsTimeout)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
OperationCanceledException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
NullReferenceException,
EventSourceException,
IndexOutOfRangeException,
KeyNotFoundException,
BarrierPostPhaseException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionOperationCanceledExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionEventSourceExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionBarrierPostPhaseExceptionpublic boolean SignalAndWait(int millisecondsTimeout,
CancellationToken cancellationToken)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
OperationCanceledException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
NullReferenceException,
EventSourceException,
ArrayTypeMismatchException,
BarrierPostPhaseException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionOperationCanceledExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionEventSourceExceptionArrayTypeMismatchExceptionBarrierPostPhaseExceptionpublic boolean SignalAndWait(TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OperationCanceledException, OutOfMemoryException, EventSourceException, KeyNotFoundException, BarrierPostPhaseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOperationCanceledExceptionOutOfMemoryExceptionEventSourceExceptionKeyNotFoundExceptionBarrierPostPhaseExceptionpublic boolean SignalAndWait(TimeSpan timeout, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OperationCanceledException, FormatException, OutOfMemoryException, NullReferenceException, EventSourceException, IndexOutOfRangeException, KeyNotFoundException, BarrierPostPhaseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionOperationCanceledExceptionFormatExceptionOutOfMemoryExceptionNullReferenceExceptionEventSourceExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionBarrierPostPhaseException