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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.Hosting.ApplicationManagerstatic JCType
classType
The 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 ApplicationManager
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoApplicationManager
, a cast assert is made to check if types are compatible.void
Close()
IRegisteredObject
CreateObject(java.lang.String appId, NetType type, java.lang.String virtualPath, java.lang.String physicalPath, boolean failIfExists)
IRegisteredObject
CreateObject(java.lang.String appId, NetType type, java.lang.String virtualPath, java.lang.String physicalPath, boolean failIfExists, boolean throwOnError)
IRegisteredObject
CreateObject(IApplicationHost appHost, NetType type)
AppDomain
GetAppDomain(java.lang.String appId)
AppDomain
GetAppDomain(IApplicationHost appHost)
static ApplicationManager
GetApplicationManager()
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 TypeIRegisteredObject
GetObject(java.lang.String appId, NetType type)
ApplicationInfo[]
GetRunningApplications()
NetObject
InitializeLifetimeService()
boolean
IsIdle()
void
Open()
void
setJCOInstance(JCObject instance)
void
ShutdownAll()
void
ShutdownApplication(java.lang.String appId)
void
StopObject(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByRefObject
- 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 classMarshalByRefObject
- 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 classMarshalByRefObject
- 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 classMarshalByRefObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ApplicationManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoApplicationManager
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ApplicationManager
instance- 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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
-
GetAppDomain
public AppDomain GetAppDomain(java.lang.String appId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
-
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:
InitializeLifetimeService
in classMarshalByRefObject
- Throws:
java.lang.Throwable
-
GetRunningApplications
public ApplicationInfo[] GetRunningApplications() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
OutOfMemoryException
NotSupportedException
MemberAccessException
IndexOutOfRangeException
NullReferenceException
ConfigurationErrorsException
ProviderException
IOException
PathTooLongException
OverflowException
SystemException
SecurityException
CannotUnloadAppDomainException
-
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.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
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
OutOfMemoryException
NotSupportedException
MemberAccessException
IndexOutOfRangeException
NullReferenceException
ConfigurationErrorsException
ProviderException
IOException
PathTooLongException
OverflowException
SystemException
SecurityException
CannotUnloadAppDomainException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
SecurityException
ArgumentNullException
NotSupportedException
OutOfMemoryException
FormatException
InvalidOperationException
HttpException
ConfigurationErrorsException
MissingManifestResourceException
ConfigurationException
ObjectDisposedException
AbandonedMutexException
SemaphoreFullException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
SecurityException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
OutOfMemoryException
FormatException
HttpException
ConfigurationErrorsException
NotImplementedException
ConfigurationException
ObjectDisposedException
AbandonedMutexException
SemaphoreFullException
-
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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
SecurityException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
OutOfMemoryException
FormatException
HttpException
ConfigurationErrorsException
NotImplementedException
ConfigurationException
ObjectDisposedException
AbandonedMutexException
SemaphoreFullException
-
StopObject
public void StopObject(java.lang.String appId, NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, TypeLoadException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException
-
-