Package system.diagnostics
Class PerformanceCounter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.diagnostics.PerformanceCounter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class PerformanceCounter extends Component
The base .NET class managing System.Diagnostics.PerformanceCounter, System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.PerformanceCounter
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Diagnostics.PerformanceCounterstatic java.lang.String
className
Qualified class name: System.Diagnostics.PerformanceCounterstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
BeginInit()
static PerformanceCounter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPerformanceCounter
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.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)
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Diagnostics.PerformanceCounter- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Diagnostics.PerformanceCounter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerformanceCounter
public PerformanceCounter(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
PerformanceCounter
public PerformanceCounter() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, boolean readOnly) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, ObjectDisposedException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
SecurityException
Win32Exception
IndexOutOfRangeException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
ObjectDisposedException
WaitHandleCannotBeOpenedException
ApplicationException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName, boolean readOnly) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, FormatException, IOException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
SecurityException
Win32Exception
IndexOutOfRangeException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
FormatException
IOException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName, java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, Win32Exception, RankException, ArrayTypeMismatchException, ObjectDisposedException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
Win32Exception
RankException
ArrayTypeMismatchException
ObjectDisposedException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName, java.lang.String instanceName) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, ObjectDisposedException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
SecurityException
Win32Exception
IndexOutOfRangeException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
ExternalException
ObjectDisposedException
WaitHandleCannotBeOpenedException
ApplicationException
-
PerformanceCounter
public PerformanceCounter(java.lang.String categoryName, java.lang.String counterName) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception, ArgumentException, NotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, OutOfMemoryException, ExternalException, RankException, ArrayTypeMismatchException, ObjectDisposedException, IOException, UnauthorizedAccessException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
SecurityException
Win32Exception
ArgumentException
NotSupportedException
IndexOutOfRangeException
FormatException
ArgumentNullException
OutOfMemoryException
ExternalException
RankException
ArrayTypeMismatchException
ObjectDisposedException
IOException
UnauthorizedAccessException
WaitHandleCannotBeOpenedException
ApplicationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PerformanceCounter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPerformanceCounter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PerformanceCounter
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Decrement
public long Decrement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
IOException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
Increment
public long Increment() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
IOException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
IncrementBy
public long IncrementBy(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
IOException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
NextValue
public Single NextValue() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException, ObjectDisposedException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
FormatException
ObjectDisposedException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
-
NextSample
public CounterSample NextSample() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException, ObjectDisposedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
OutOfMemoryException
CultureNotFoundException
FormatException
Win32Exception
IOException
IndexOutOfRangeException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
ObjectDisposedException
-
BeginInit
public void BeginInit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CloseSharedResources
public static void CloseSharedResources() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
EndInit
public void EndInit() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
OutOfMemoryException
CultureNotFoundException
FormatException
Win32Exception
IOException
IndexOutOfRangeException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
RemoveInstance
public void RemoveInstance() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
IOException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, SecurityException, Win32Exception
-
getRawValue
public long getRawValue() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException, ObjectDisposedException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
FormatException
ObjectDisposedException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
-
setRawValue
public void setRawValue(long RawValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, FormatException, OutOfMemoryException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
FormatException
OutOfMemoryException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
IOException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
getInstanceLifetime
public PerformanceCounterInstanceLifetime getInstanceLifetime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstanceLifetime
public void setInstanceLifetime(PerformanceCounterInstanceLifetime InstanceLifetime) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
getCounterType
public PerformanceCounterType getCounterType() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException, ObjectDisposedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
OutOfMemoryException
CultureNotFoundException
FormatException
Win32Exception
IOException
IndexOutOfRangeException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
ObjectDisposedException
-
getCategoryName
public java.lang.String getCategoryName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCategoryName
public void setCategoryName(java.lang.String CategoryName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
ExternalException
-
getCounterHelp
public java.lang.String getCounterHelp() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, FormatException, Win32Exception, IOException, IndexOutOfRangeException, SecurityException, WaitHandleCannotBeOpenedException, ApplicationException, OverflowException, AbandonedMutexException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
OutOfMemoryException
CultureNotFoundException
FormatException
Win32Exception
IOException
IndexOutOfRangeException
SecurityException
WaitHandleCannotBeOpenedException
ApplicationException
OverflowException
AbandonedMutexException
-
getCounterName
public java.lang.String getCounterName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCounterName
public void setCounterName(java.lang.String CounterName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
ExternalException
-
getInstanceName
public java.lang.String getInstanceName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstanceName
public void setInstanceName(java.lang.String InstanceName) throws java.lang.Throwable, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
CultureNotFoundException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMachineName
public void setMachineName(java.lang.String MachineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException
-
-