Package system.web.compilation
Class ClientBuildManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.web.compilation.ClientBuildManager
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDisposable
public class ClientBuildManager extends MarshalByRefObject implements IDisposable, java.lang.AutoCloseable
The base .NET class managing System.Web.Compilation.ClientBuildManager, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Compilation.ClientBuildManager
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.Compilation.ClientBuildManagerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ClientBuildManager()
ClientBuildManager(java.lang.Object instance)
Internal constructor.ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir)
ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir)
ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter)
ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter, TypeDescriptionProvider typeDescriptionProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAppDomainShutdown(BuildManagerHostUnloadEventHandler handler)
void
addAppDomainStarted(EventHandler handler)
void
addAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler)
static ClientBuildManager
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoClientBuildManager
, a cast assert is made to check if types are compatible.void
close()
void
CompileApplicationDependencies()
void
CompileFile(java.lang.String virtualPath)
void
CompileFile(java.lang.String virtualPath, ClientBuildManagerCallback callback)
IRegisteredObject
CreateObject(NetType type, boolean failIfExists)
java.lang.String
GenerateCode(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<IDictionary> linePragmasTable)
CodeCompileUnit
GenerateCodeCompileUnit(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable)
CodeCompileUnit
GenerateCodeCompileUnit(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable)
java.lang.String[]
GetAppDomainShutdownDirectories()
IDictionary
GetBrowserDefinitions()
void
GetCodeDirectoryInformation(java.lang.String virtualCodeDir, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut generatedFilesDir)
java.lang.String
getCodeGenDir()
NetType
GetCompiledType(java.lang.String virtualPath)
void
GetCompilerParameters(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters)
java.lang.String
GetGeneratedFileVirtualPath(java.lang.String filePath)
java.lang.String
GetGeneratedSourceFile(java.lang.String virtualPath)
boolean
getIsHostCreated()
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[]
GetTopLevelAssemblyReferences(java.lang.String virtualPath)
java.lang.String[]
GetVirtualCodeDirectories()
NetObject
InitializeLifetimeService()
boolean
IsCodeAssembly(java.lang.String assemblyName)
void
PrecompileApplication()
void
PrecompileApplication(ClientBuildManagerCallback callback)
void
PrecompileApplication(ClientBuildManagerCallback callback, boolean forceCleanBuild)
void
removeAppDomainShutdown(BuildManagerHostUnloadEventHandler handler)
void
removeAppDomainStarted(EventHandler handler)
void
removeAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler)
void
setJCOInstance(JCObject instance)
boolean
Unload()
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
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.Compilation.ClientBuildManager- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClientBuildManager
public ClientBuildManager(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ClientBuildManager
public ClientBuildManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, HttpException
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, HttpException
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PathTooLongException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ObjectDisposedException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
HttpException
-
ClientBuildManager
public ClientBuildManager(java.lang.String appVirtualDir, java.lang.String appPhysicalSourceDir, java.lang.String appPhysicalTargetDir, ClientBuildManagerParameter parameter, TypeDescriptionProvider typeDescriptionProvider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
NotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
OutOfMemoryException
HttpException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDisposable
- 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 interfaceIDisposable
- 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 interfaceIDisposable
- 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 interfaceIDisposable
- 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 interfaceIDisposable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ClientBuildManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoClientBuildManager
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ClientBuildManager
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsCodeAssembly
public boolean IsCodeAssembly(java.lang.String assemblyName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
-
Unload
public boolean Unload() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, HttpException, ConfigurationErrorsException, InvalidOperationException, ArgumentNullException, NotSupportedException, ConfigurationException, ArgumentOutOfRangeException, SecurityException, ObjectDisposedException
-
GenerateCodeCompileUnit
public CodeCompileUnit GenerateCodeCompileUnit(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
-
GenerateCodeCompileUnit
public CodeCompileUnit GenerateCodeCompileUnit(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, MissingManifestResourceException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
MissingManifestResourceException
MulticastNotSupportedException
IndexOutOfRangeException
FormatException
HttpException
InvalidOperationException
CultureNotFoundException
NotSupportedException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
CannotUnloadAppDomainException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
-
GetBrowserDefinitions
public IDictionary GetBrowserDefinitions() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
HttpException
ArgumentNullException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
-
InitializeLifetimeService
public NetObject InitializeLifetimeService() throws java.lang.Throwable
- Overrides:
InitializeLifetimeService
in classMarshalByRefObject
- Throws:
java.lang.Throwable
-
GenerateCode
public java.lang.String GenerateCode(java.lang.String virtualPath, java.lang.String virtualFileString, JCORefOut<IDictionary> linePragmasTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
-
GetGeneratedFileVirtualPath
public java.lang.String GetGeneratedFileVirtualPath(java.lang.String filePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
-
GetGeneratedSourceFile
public java.lang.String GetGeneratedSourceFile(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
KeyNotFoundException
-
GetAppDomainShutdownDirectories
public java.lang.String[] GetAppDomainShutdownDirectories() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetTopLevelAssemblyReferences
public java.lang.String[] GetTopLevelAssemblyReferences(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, ThreadAbortException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
ThreadAbortException
KeyNotFoundException
-
GetVirtualCodeDirectories
public java.lang.String[] GetVirtualCodeDirectories() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
HttpException
ArgumentNullException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
-
GetCompiledType
public NetType GetCompiledType(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, ThreadAbortException, InvalidCastException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
UriFormatException
ThreadAbortException
InvalidCastException
FormatException
-
CreateObject
public IRegisteredObject CreateObject(NetType type, boolean failIfExists) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
-
CompileApplicationDependencies
public void CompileApplicationDependencies() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
HttpException
ArgumentNullException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
-
CompileFile
public void CompileFile(java.lang.String virtualPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, MissingManifestResourceException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, RemotingException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
MissingManifestResourceException
MulticastNotSupportedException
IndexOutOfRangeException
FormatException
HttpException
InvalidOperationException
CultureNotFoundException
NotSupportedException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
CannotUnloadAppDomainException
MissingMethodException
TargetInvocationException
HttpCompileException
UriFormatException
RemotingException
-
CompileFile
public void CompileFile(java.lang.String virtualPath, ClientBuildManagerCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, UriFormatException, ThreadAbortException, RemotingException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
UriFormatException
ThreadAbortException
RemotingException
-
GetCodeDirectoryInformation
public void GetCodeDirectoryInformation(java.lang.String virtualCodeDir, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters, JCORefOut generatedFilesDir) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
-
GetCompilerParameters
public void GetCompilerParameters(java.lang.String virtualPath, JCORefOut<NetType> codeDomProviderType, JCORefOut<CompilerParameters> compilerParameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, HttpException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpCompileException, HttpParseException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
HttpException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpCompileException
HttpParseException
OperationCanceledException
-
PrecompileApplication
public void PrecompileApplication() throws java.lang.Throwable, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, HttpException, InvalidOperationException, ArgumentException, ArgumentNullException, NotSupportedException, ProviderException, SystemException, IOException, RemotingException
- Throws:
java.lang.Throwable
ConfigurationErrorsException
ConfigurationException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
MulticastNotSupportedException
HttpException
InvalidOperationException
ArgumentException
ArgumentNullException
NotSupportedException
ProviderException
SystemException
IOException
RemotingException
-
PrecompileApplication
public void PrecompileApplication(ClientBuildManagerCallback callback) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ConfigurationErrorsException, ConfigurationException, ArgumentOutOfRangeException, ArgumentNullException, MulticastNotSupportedException, HttpException, InvalidOperationException, CultureNotFoundException, NotSupportedException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, MissingMethodException, TargetInvocationException, HttpParseException, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RemotingException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ConfigurationErrorsException
ConfigurationException
ArgumentOutOfRangeException
ArgumentNullException
MulticastNotSupportedException
HttpException
InvalidOperationException
CultureNotFoundException
NotSupportedException
ProviderException
NotImplementedException
SystemException
CannotUnloadAppDomainException
MissingMethodException
TargetInvocationException
HttpParseException
IOException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
RemotingException
-
PrecompileApplication
public void PrecompileApplication(ClientBuildManagerCallback callback, boolean forceCleanBuild) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentNullException, NullReferenceException, MulticastNotSupportedException, CultureNotFoundException, HttpException, OutOfMemoryException, ProviderException, NotImplementedException, SystemException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException, HttpParseException, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RemotingException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
ArgumentOutOfRangeException
SecurityException
InvalidOperationException
ArgumentNullException
NullReferenceException
MulticastNotSupportedException
CultureNotFoundException
HttpException
OutOfMemoryException
ProviderException
NotImplementedException
SystemException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
HttpParseException
IOException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
RemotingException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
getIsHostCreated
public boolean getIsHostCreated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCodeGenDir
public java.lang.String getCodeGenDir() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, IndexOutOfRangeException, SecurityException, NotSupportedException, OutOfMemoryException, ConfigurationErrorsException, ProviderException, NotImplementedException, SystemException, ObjectDisposedException, CannotUnloadAppDomainException, TypeLoadException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
HttpException
ArgumentNullException
NullReferenceException
MissingManifestResourceException
InvalidOperationException
MulticastNotSupportedException
IndexOutOfRangeException
SecurityException
NotSupportedException
OutOfMemoryException
ConfigurationErrorsException
ProviderException
NotImplementedException
SystemException
ObjectDisposedException
CannotUnloadAppDomainException
TypeLoadException
MissingMethodException
TargetInvocationException
-
addAppDomainStarted
public void addAppDomainStarted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAppDomainStarted
public void removeAppDomainStarted(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAppDomainShutdown
public void addAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAppDomainShutdown
public void removeAppDomainShutdown(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAppDomainUnloaded
public void addAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAppDomainUnloaded
public void removeAppDomainUnloaded(BuildManagerHostUnloadEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-