public class ProcessHost extends MarshalByRefObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Hosting.ProcessHost
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Hosting.ProcessHost
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ProcessHost() |
ProcessHost(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessHost |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ProcessHost, a cast assert is made to check if types are compatible. |
void |
EnumerateAppDomains(JCORefOut<IAppDomainInfoEnum> appDomainInfoEnum) |
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
|
NetObject |
InitializeLifetimeService() |
boolean |
IsIdle() |
void |
Ping(IProcessPingCallback callback) |
void |
SetApplicationPreloadState(java.lang.String context,
java.lang.String appId,
boolean enabled) |
void |
SetApplicationPreloadUtil(IApplicationPreloadUtil applicationPreloadUtil) |
void |
setJCOInstance(JCObject instance) |
void |
Shutdown() |
void |
ShutdownApplication(java.lang.String appId) |
void |
StartAppDomainProtocolListenerChannel(java.lang.String appId,
java.lang.String protocolId,
IListenerChannelCallback listenerChannelCallback) |
void |
StartApplication(java.lang.String appId,
java.lang.String appPath,
JCORefOut<NetObject> runtimeInterface) |
void |
StartProcessProtocolListenerChannel(java.lang.String protocolId,
IListenerChannelCallback listenerChannelCallback) |
void |
StopAppDomainProtocol(java.lang.String appId,
java.lang.String protocolId,
boolean immediate) |
void |
StopAppDomainProtocolListenerChannel(java.lang.String appId,
java.lang.String protocolId,
int listenerChannelId,
boolean immediate) |
void |
StopProcessProtocol(java.lang.String protocolId,
boolean immediate) |
void |
StopProcessProtocolListenerChannel(java.lang.String protocolId,
int listenerChannelId,
boolean immediate) |
CreateObjRef, GetLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ProcessHost()
throws java.lang.Throwable
java.lang.Throwablepublic ProcessHost(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ProcessHost cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ProcessHost, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProcessHost instancejava.lang.Throwable - in case of error during cast operationpublic void EnumerateAppDomains(JCORefOut<IAppDomainInfoEnum> appDomainInfoEnum) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MemberAccessException, InvalidOperationException, CultureNotFoundException, MulticastNotSupportedException, FormatException, OverflowException, NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic NetObject InitializeLifetimeService() throws java.lang.Throwable
InitializeLifetimeService in class MarshalByRefObjectjava.lang.Throwablepublic boolean IsIdle()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
NotSupportedException,
FormatException
public void Ping(IProcessPingCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NullReferenceException, ArgumentOutOfRangeException, LockRecursionException, SynchronizationLockException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, HttpException, NotSupportedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNullReferenceExceptionArgumentOutOfRangeExceptionLockRecursionExceptionSynchronizationLockExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionFormatExceptionpublic void SetApplicationPreloadState(java.lang.String context,
java.lang.String appId,
boolean enabled)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
AbandonedMutexException,
SecurityException,
IOException,
HttpException,
NotSupportedException,
OutOfMemoryException,
MemberAccessException,
NullReferenceException,
ConfigurationErrorsException,
ProviderException,
PathTooLongException,
OverflowException,
SystemException,
CannotUnloadAppDomainException,
SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionSecurityExceptionIOExceptionHttpExceptionNotSupportedExceptionOutOfMemoryExceptionMemberAccessExceptionNullReferenceExceptionConfigurationErrorsExceptionProviderExceptionPathTooLongExceptionOverflowExceptionSystemExceptionCannotUnloadAppDomainExceptionSemaphoreFullExceptionpublic void SetApplicationPreloadUtil(IApplicationPreloadUtil applicationPreloadUtil) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObjectpublic void Shutdown()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
HttpException,
ConfigurationErrorsException,
MissingManifestResourceException,
ConfigurationException,
ObjectDisposedException,
AbandonedMutexException,
SemaphoreFullException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullExceptionpublic void ShutdownApplication(java.lang.String appId)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
FormatException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
MissingManifestResourceException,
ConfigurationException,
ObjectDisposedException,
AbandonedMutexException,
SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullExceptionpublic void StartAppDomainProtocolListenerChannel(java.lang.String appId,
java.lang.String protocolId,
IListenerChannelCallback listenerChannelCallback)
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentException,
SecurityException,
UnauthorizedAccessException,
IOException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
HttpException,
OutOfMemoryException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationErrorsException,
TypeLoadException,
FormatException,
ObjectDisposedException,
AbandonedMutexException,
MemberAccessException,
OverflowException,
NotImplementedException,
SystemException,
NullReferenceException,
CannotUnloadAppDomainException,
SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationErrorsExceptionTypeLoadExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionMemberAccessExceptionOverflowExceptionNotImplementedExceptionSystemExceptionNullReferenceExceptionCannotUnloadAppDomainExceptionSemaphoreFullExceptionpublic void StartApplication(java.lang.String appId,
java.lang.String appPath,
JCORefOut<NetObject> runtimeInterface)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
InvalidOperationException,
HttpException,
OutOfMemoryException,
TypeLoadException,
ObjectDisposedException,
AbandonedMutexException,
ConfigurationErrorsException,
ProviderException,
SystemException,
ConfigurationException,
SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionTypeLoadExceptionObjectDisposedExceptionAbandonedMutexExceptionConfigurationErrorsExceptionProviderExceptionSystemExceptionConfigurationExceptionSemaphoreFullExceptionpublic void StartProcessProtocolListenerChannel(java.lang.String protocolId,
IListenerChannelCallback listenerChannelCallback)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
HttpException,
InvalidOperationException,
ConfigurationException,
ProviderException,
NotSupportedException,
NullReferenceException,
ConfigurationErrorsException,
TypeLoadException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionHttpExceptionInvalidOperationExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionTypeLoadExceptionFormatExceptionpublic void StopAppDomainProtocol(java.lang.String appId,
java.lang.String protocolId,
boolean immediate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
TypeLoadException,
FormatException,
NotSupportedException,
IndexOutOfRangeException
public void StopAppDomainProtocolListenerChannel(java.lang.String appId,
java.lang.String protocolId,
int listenerChannelId,
boolean immediate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
HttpException,
InvalidOperationException,
ProviderException,
ConfigurationErrorsException,
TypeLoadException,
FormatException,
NotSupportedException,
IndexOutOfRangeException
public void StopProcessProtocol(java.lang.String protocolId,
boolean immediate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
NotImplementedException,
MissingManifestResourceException,
InvalidOperationException,
HttpException,
NotSupportedException,
FormatException,
ArgumentOutOfRangeException
public void StopProcessProtocolListenerChannel(java.lang.String protocolId,
int listenerChannelId,
boolean immediate)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
NotImplementedException,
MissingManifestResourceException,
InvalidOperationException,
HttpException,
NotSupportedException,
FormatException,
ArgumentOutOfRangeException