public class ServiceProcessInstaller extends ComponentInstaller
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceProcess.ServiceProcessInstaller
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.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceProcess
|
static java.lang.String |
className
Qualified class name: System.ServiceProcess.ServiceProcessInstaller
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ServiceProcessInstaller() |
ServiceProcessInstaller(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceProcessInstaller |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ServiceProcessInstaller, a cast assert is made to check if types are compatible. |
void |
CopyFromComponent(IComponent comp) |
ServiceAccount |
getAccount() |
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 |
getPassword() |
java.lang.String |
getUsername() |
void |
Install(IDictionary stateSaver) |
void |
Rollback(IDictionary savedState) |
void |
setAccount(ServiceAccount Account) |
void |
setJCOInstance(JCObject instance) |
void |
setPassword(java.lang.String Password) |
void |
setUsername(java.lang.String Username) |
IsEquivalentInstalleraddAfterInstall, addAfterRollback, addAfterUninstall, addBeforeInstall, addBeforeRollback, addBeforeUninstall, addCommitted, addCommitting, Commit, getContext, getHelpText, getInstallers, getParent, removeAfterInstall, removeAfterRollback, removeAfterUninstall, removeBeforeInstall, removeBeforeRollback, removeBeforeUninstall, removeCommitted, removeCommitting, setContext, setParent, UninstalladdDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ServiceProcessInstaller()
throws java.lang.Throwable
java.lang.Throwablepublic ServiceProcessInstaller(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ServiceProcessInstaller cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ServiceProcessInstaller, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedServiceProcessInstaller instancejava.lang.Throwable - in case of error during cast operationpublic void CopyFromComponent(IComponent comp) throws java.lang.Throwable
CopyFromComponent in class ComponentInstallerjava.lang.Throwablepublic ServiceAccount getAccount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, Win32Exception, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, IOException, NotSupportedException, NullReferenceException, InvalidEnumArgumentException, SecurityException, MulticastNotSupportedException, RankException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIOExceptionNotSupportedExceptionNullReferenceExceptionInvalidEnumArgumentExceptionSecurityExceptionMulticastNotSupportedExceptionRankExceptionOutOfMemoryExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentInstallerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentInstallerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentInstallerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentInstallerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentInstallerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getPassword()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
Win32Exception,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
IOException,
NotSupportedException,
NullReferenceException,
InvalidEnumArgumentException,
SecurityException,
MulticastNotSupportedException,
RankException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIOExceptionNotSupportedExceptionNullReferenceExceptionInvalidEnumArgumentExceptionSecurityExceptionMulticastNotSupportedExceptionRankExceptionOutOfMemoryExceptionpublic java.lang.String getUsername()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
Win32Exception,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
IOException,
NotSupportedException,
NullReferenceException,
InvalidEnumArgumentException,
SecurityException,
MulticastNotSupportedException,
RankException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIOExceptionNotSupportedExceptionNullReferenceExceptionInvalidEnumArgumentExceptionSecurityExceptionMulticastNotSupportedExceptionRankExceptionOutOfMemoryExceptionpublic void Install(IDictionary stateSaver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, IOException, NotSupportedException, NullReferenceException, InvalidEnumArgumentException, SecurityException, MulticastNotSupportedException, RankException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
Install in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionNotSupportedExceptionNullReferenceExceptionInvalidEnumArgumentExceptionSecurityExceptionMulticastNotSupportedExceptionRankExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void Rollback(IDictionary savedState) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, Win32Exception, KeyNotFoundException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException
Rollback in class Installerjava.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionWin32ExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionpublic void setAccount(ServiceAccount Account) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ComponentInstallerpublic void setPassword(java.lang.String Password)
throws java.lang.Throwable
java.lang.Throwablepublic void setUsername(java.lang.String Username)
throws java.lang.Throwable
java.lang.Throwable