public class PerformanceCounter extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.PerformanceCounter
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.Diagnostics.PerformanceCounter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Diagnostics.PerformanceCounter
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.PerformanceCounter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PerformanceCounter() |
PerformanceCounter(java.lang.Object instance)
Internal constructor.
|
PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName) |
PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
boolean readOnly) |
PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
java.lang.String instanceName) |
PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
java.lang.String instanceName,
boolean readOnly) |
PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
java.lang.String instanceName,
java.lang.String machineName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeginInit() |
static PerformanceCounter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PerformanceCounter, a cast assert is made to check if types are compatible. |
void |
Close() |
static void |
CloseSharedResources() |
long |
Decrement() |
void |
EndInit() |
java.lang.String |
getCategoryName() |
java.lang.String |
getCounterHelp() |
java.lang.String |
getCounterName() |
PerformanceCounterType |
getCounterType() |
PerformanceCounterInstanceLifetime |
getInstanceLifetime() |
java.lang.String |
getInstanceName() |
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
|
java.lang.String |
getMachineName() |
long |
getRawValue() |
boolean |
getReadOnly() |
long |
Increment() |
long |
IncrementBy(long value) |
CounterSample |
NextSample() |
Single |
NextValue() |
void |
RemoveInstance() |
void |
setCategoryName(java.lang.String CategoryName) |
void |
setCounterName(java.lang.String CounterName) |
void |
setInstanceLifetime(PerformanceCounterInstanceLifetime InstanceLifetime) |
void |
setInstanceName(java.lang.String InstanceName) |
void |
setJCOInstance(JCObject instance) |
void |
setMachineName(java.lang.String MachineName) |
void |
setRawValue(long RawValue) |
void |
setReadOnly(boolean ReadOnly) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PerformanceCounter()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic PerformanceCounter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
SecurityException,
Win32Exception,
ArgumentException,
IndexOutOfRangeException,
FormatException,
ArgumentNullException,
OutOfMemoryException,
ExternalException,
RankException,
ArrayTypeMismatchException,
ObjectDisposedException,
IOException,
UnauthorizedAccessException,
WaitHandleCannotBeOpenedException,
ApplicationException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionWin32ExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionOutOfMemoryExceptionExternalExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionIOExceptionUnauthorizedAccessExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
boolean readOnly)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
SecurityException,
Win32Exception,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
ExternalException,
ObjectDisposedException,
WaitHandleCannotBeOpenedException,
ApplicationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionSecurityExceptionWin32ExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
java.lang.String instanceName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
SecurityException,
Win32Exception,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
ExternalException,
ObjectDisposedException,
WaitHandleCannotBeOpenedException,
ApplicationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionSecurityExceptionWin32ExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
java.lang.String instanceName,
boolean readOnly)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
SecurityException,
Win32Exception,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
OutOfMemoryException,
ExternalException,
FormatException,
IOException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionSecurityExceptionWin32ExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionIOExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic PerformanceCounter(java.lang.String categoryName,
java.lang.String counterName,
java.lang.String instanceName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
InvalidOperationException,
Win32Exception,
RankException,
ArrayTypeMismatchException,
ObjectDisposedException,
SecurityException,
WaitHandleCannotBeOpenedException,
ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionInvalidOperationExceptionWin32ExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic void BeginInit()
throws java.lang.Throwable
java.lang.Throwablepublic static PerformanceCounter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PerformanceCounter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPerformanceCounter instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable
java.lang.Throwablepublic static void CloseSharedResources()
throws java.lang.Throwable,
PlatformNotSupportedException,
NullReferenceException,
ArgumentNullException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentNullExceptionpublic long Decrement()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic void EndInit()
throws java.lang.Throwable,
PlatformNotSupportedException,
NullReferenceException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
NotSupportedException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionNotSupportedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic java.lang.String getCategoryName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCounterHelp()
throws java.lang.Throwable,
PlatformNotSupportedException,
NullReferenceException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
NotSupportedException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionNotSupportedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic java.lang.String getCounterName()
throws java.lang.Throwable
java.lang.Throwablepublic PerformanceCounterType getCounterType() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, IOException, NotSupportedException, SecurityException, WaitHandleCannotBeOpenedException, SynchronizationLockException, ApplicationException, OverflowException, AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionNotSupportedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic PerformanceCounterInstanceLifetime getInstanceLifetime() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInstanceName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMachineName()
throws java.lang.Throwable
java.lang.Throwablepublic long getRawValue()
throws java.lang.Throwable,
PlatformNotSupportedException,
NullReferenceException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
NotSupportedException,
FormatException,
SecurityException,
WaitHandleCannotBeOpenedException,
ApplicationException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNotSupportedExceptionFormatExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic long Increment()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic long IncrementBy(long value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic CounterSample NextSample() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, IOException, NotSupportedException, SecurityException, WaitHandleCannotBeOpenedException, SynchronizationLockException, ApplicationException, OverflowException, AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionNotSupportedExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic Single NextValue() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException, FormatException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
java.lang.ThrowablePlatformNotSupportedExceptionNullReferenceExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNotSupportedExceptionFormatExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionpublic void RemoveInstance()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic void setCategoryName(java.lang.String CategoryName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionpublic void setCounterName(java.lang.String CounterName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionpublic void setInstanceLifetime(PerformanceCounterInstanceLifetime InstanceLifetime) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public void setInstanceName(java.lang.String InstanceName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setMachineName(java.lang.String MachineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setRawValue(long RawValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
FormatException,
OutOfMemoryException,
Win32Exception,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
IOException,
SecurityException,
WaitHandleCannotBeOpenedException,
SynchronizationLockException,
ApplicationException,
OverflowException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionIOExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionSynchronizationLockExceptionApplicationExceptionOverflowExceptionAbandonedMutexExceptionpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
SecurityException,
Win32Exception