Package system.web.hosting
Class ApplicationManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.web.hosting.ApplicationManager
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ApplicationManager extends MarshalByRefObject
The base .NET class managing System.Web.Hosting.ApplicationManager, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Hosting.ApplicationManager
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.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.Hosting.ApplicationManagerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ApplicationManager()ApplicationManager(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationManagercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoApplicationManager, a cast assert is made to check if types are compatible.voidClose()IRegisteredObjectCreateObject(java.lang.String appId, NetType type, java.lang.String virtualPath, java.lang.String physicalPath, boolean failIfExists)IRegisteredObjectCreateObject(java.lang.String appId, NetType type, java.lang.String virtualPath, java.lang.String physicalPath, boolean failIfExists, boolean throwOnError)IRegisteredObjectCreateObject(IApplicationHost appHost, NetType type)AppDomainGetAppDomain(java.lang.String appId)AppDomainGetAppDomain(IApplicationHost appHost)static ApplicationManagerGetApplicationManager()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeIRegisteredObjectGetObject(java.lang.String appId, NetType type)ApplicationInfo[]GetRunningApplications()NetObjectInitializeLifetimeService()booleanIsIdle()voidOpen()voidsetJCOInstance(JCObject instance)voidShutdownAll()voidShutdownApplication(java.lang.String appId)voidStopObject(java.lang.String appId, NetType type)-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Hosting.ApplicationManager- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classMarshalByRefObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classMarshalByRefObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classMarshalByRefObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classMarshalByRefObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classMarshalByRefObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ApplicationManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoApplicationManager, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ApplicationManagerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsIdle
public boolean IsIdle() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationException
-
GetAppDomain
public AppDomain GetAppDomain(java.lang.String appId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeException
-
GetAppDomain
public AppDomain GetAppDomain(IApplicationHost appHost) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, OutOfMemoryException
-
InitializeLifetimeService
public NetObject InitializeLifetimeService() throws java.lang.Throwable
- Overrides:
InitializeLifetimeServicein classMarshalByRefObject- Throws:
java.lang.Throwable
-
GetRunningApplications
public ApplicationInfo[] GetRunningApplications() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationException
-
GetApplicationManager
public static ApplicationManager GetApplicationManager() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, HttpException, NullReferenceException, MemberAccessException, IndexOutOfRangeException, InvalidOperationException, CultureNotFoundException, MulticastNotSupportedException
-
CreateObject
public IRegisteredObject CreateObject(java.lang.String appId, NetType type, java.lang.String virtualPath, java.lang.String physicalPath, boolean failIfExists) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, OutOfMemoryException, NotSupportedException, MemberAccessException, IndexOutOfRangeException, NullReferenceException, ConfigurationErrorsException, ProviderException, IOException, PathTooLongException, OverflowException, SystemException, SecurityException, CannotUnloadAppDomainException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionMemberAccessExceptionIndexOutOfRangeExceptionNullReferenceExceptionConfigurationErrorsExceptionProviderExceptionIOExceptionPathTooLongExceptionOverflowExceptionSystemExceptionSecurityExceptionCannotUnloadAppDomainException
-
CreateObject
public IRegisteredObject CreateObject(java.lang.String appId, NetType type, java.lang.String virtualPath, java.lang.String physicalPath, boolean failIfExists, boolean throwOnError) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, PathTooLongException, NotSupportedException, MemberAccessException, NullReferenceException, ConfigurationErrorsException, ConfigurationException, ProviderException, IOException, SecurityException, OverflowException, FormatException, SystemException, CannotUnloadAppDomainException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionPathTooLongExceptionNotSupportedExceptionMemberAccessExceptionNullReferenceExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionIOExceptionSecurityExceptionOverflowExceptionFormatExceptionSystemExceptionCannotUnloadAppDomainException
-
CreateObject
public IRegisteredObject CreateObject(IApplicationHost appHost, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, OutOfMemoryException, NotSupportedException, MemberAccessException, IndexOutOfRangeException, NullReferenceException, ConfigurationErrorsException, ProviderException, IOException, PathTooLongException, OverflowException, SystemException, SecurityException, CannotUnloadAppDomainException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionMemberAccessExceptionIndexOutOfRangeExceptionNullReferenceExceptionConfigurationErrorsExceptionProviderExceptionIOExceptionPathTooLongExceptionOverflowExceptionSystemExceptionSecurityExceptionCannotUnloadAppDomainException
-
GetObject
public IRegisteredObject GetObject(java.lang.String appId, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, TypeLoadException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, ArgumentNullException, NotSupportedException, OutOfMemoryException, FormatException, InvalidOperationException, HttpException, ConfigurationErrorsException, MissingManifestResourceException, ConfigurationException, ObjectDisposedException, AbandonedMutexException, SemaphoreFullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionArgumentNullExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullException
-
Open
public void Open() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ShutdownAll
public void ShutdownAll() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, FormatException, HttpException, ConfigurationErrorsException, NotImplementedException, ConfigurationException, ObjectDisposedException, AbandonedMutexException, SemaphoreFullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotImplementedExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullException
-
ShutdownApplication
public void ShutdownApplication(java.lang.String appId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, FormatException, HttpException, ConfigurationErrorsException, NotImplementedException, ConfigurationException, ObjectDisposedException, AbandonedMutexException, SemaphoreFullException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotImplementedExceptionConfigurationExceptionObjectDisposedExceptionAbandonedMutexExceptionSemaphoreFullException
-
StopObject
public void StopObject(java.lang.String appId, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, TypeLoadException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException
-
-