Package system.printing
Class PrintServer
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.printing.PrintSystemObject
-
- system.printing.PrintServer
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
LocalPrintServer
public class PrintServer extends PrintSystemObject
The base .NET class managing System.Printing.PrintServer, System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Printing.PrintServer
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.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Printingstatic java.lang.StringclassNameQualified class name: System.Printing.PrintServerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PrintServer()PrintServer(java.lang.Object instance)Internal constructor.PrintServer(java.lang.String path)PrintServer(java.lang.String path, java.lang.String[] propertiesFilter)PrintServer(java.lang.String path, java.lang.String[] propertiesFilter, PrintSystemDesiredAccess desiredAccess)PrintServer(java.lang.String path, PrintServerIndexedProperty[] propertiesFilter)PrintServer(java.lang.String path, PrintServerIndexedProperty[] propertiesFilter, PrintSystemDesiredAccess desiredAccess)PrintServer(java.lang.String path, PrintSystemDesiredAccess desiredAccess)PrintServer(PrintSystemDesiredAccess desiredAccess)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrintServercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPrintServer, a cast assert is made to check if types are compatible.voidCommit()static booleanDeletePrintQueue(java.lang.String printQueueName)static booleanDeletePrintQueue(PrintQueue printQueue)booleangetBeepEnabled()ThreadPrioritygetDefaultPortThreadPriority()ThreadPrioritygetDefaultSchedulerPriority()java.lang.StringgetDefaultSpoolDirectory()PrintServerEventLoggingTypesgetEventLog()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 TypeintgetMajorVersion()intgetMinorVersion()booleangetNetPopup()ThreadPrioritygetPortThreadPriority()PrintQueueGetPrintQueue(java.lang.String printQueueName)PrintQueueGetPrintQueue(java.lang.String printQueueName, java.lang.String[] propertiesFilter)PrintQueueGetPrintQueue(java.lang.String dupParam0, JCORefOut dupParam1)PrintQueueCollectionGetPrintQueues()PrintQueueCollectionGetPrintQueues(java.lang.String[] propertiesFilter)PrintQueueCollectionGetPrintQueues(java.lang.String[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag)PrintQueueCollectionGetPrintQueues(JCORefOut dupParam0)PrintQueueCollectionGetPrintQueues(JCORefOut dupParam0, EnumeratedPrintQueueTypes[] dupParam1)PrintQueueCollectionGetPrintQueues(EnumeratedPrintQueueTypes[] enumerationFlag)PrintQueueCollectionGetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter)PrintQueueCollectionGetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag)booleangetRestartJobOnPoolEnabled()intgetRestartJobOnPoolTimeout()ThreadPrioritygetSchedulerPriority()bytegetSubSystemVersion()PrintQueueInstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintPropertyDictionary initialParameters)PrintQueueInstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes)PrintQueueInstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes, java.lang.String printQueueShareName, java.lang.String printQueueComment, java.lang.String printQueueLocation, java.lang.String printQueueSeparatorFile, int printQueuePriority, int printQueueDefaultPriority)PrintQueueInstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes, PrintQueueStringProperty printQueueProperty, int printQueuePriority, int printQueueDefaultPriority)PrintQueueInstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintPropertyDictionary dupParam4)PrintQueueInstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4)PrintQueueInstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4, java.lang.String dupParam5, java.lang.String dupParam6, java.lang.String dupParam7, java.lang.String dupParam8, int dupParam9, int dupParam10)PrintQueueInstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4, PrintQueueStringProperty dupParam5, int dupParam6, int dupParam7)voidRefresh()voidsetBeepEnabled(boolean BeepEnabled)voidsetDefaultPortThreadPriority(ThreadPriority DefaultPortThreadPriority)voidsetDefaultSchedulerPriority(ThreadPriority DefaultSchedulerPriority)voidsetDefaultSpoolDirectory(java.lang.String DefaultSpoolDirectory)voidsetEventLog(PrintServerEventLoggingTypes EventLog)voidsetJCOInstance(JCObject instance)voidsetMajorVersion(int MajorVersion)voidsetMinorVersion(int MinorVersion)voidsetNetPopup(boolean NetPopup)voidsetPortThreadPriority(ThreadPriority PortThreadPriority)voidsetRestartJobOnPoolEnabled(boolean RestartJobOnPoolEnabled)voidsetRestartJobOnPoolTimeout(int RestartJobOnPoolTimeout)voidsetSchedulerPriority(ThreadPriority SchedulerPriority)-
Methods inherited from class system.printing.PrintSystemObject
close, Dispose, getName, getParent, getPropertiesCollection, setName, setPropertiesCollection
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Printing- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Printing.PrintServer- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PrintServer
public PrintServer(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PrintServer
public PrintServer() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(java.lang.String path) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(java.lang.String path, PrintServerIndexedProperty[] propertiesFilter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(java.lang.String path, PrintServerIndexedProperty[] propertiesFilter, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(java.lang.String path, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(java.lang.String path, java.lang.String[] propertiesFilter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
PrintServer
public PrintServer(java.lang.String path, java.lang.String[] propertiesFilter, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classPrintSystemObject- 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 classPrintSystemObject- 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 classPrintSystemObject- 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 classPrintSystemObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classPrintSystemObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classPrintSystemObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PrintServer cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPrintServer, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PrintServerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
DeletePrintQueue
public static boolean DeletePrintQueue(PrintQueue printQueue) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, OutOfMemoryException
-
DeletePrintQueue
public static boolean DeletePrintQueue(java.lang.String printQueueName) throws java.lang.Throwable, InvalidOperationException, OutOfMemoryException, ArgumentNullException, MissingManifestResourceException, ArgumentException- Throws:
java.lang.ThrowableInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentException
-
GetPrintQueue
public PrintQueue GetPrintQueue(java.lang.String printQueueName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionMissingMethodExceptionTargetInvocationException
-
GetPrintQueue
public PrintQueue GetPrintQueue(java.lang.String printQueueName, java.lang.String[] propertiesFilter) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionMissingMethodExceptionTargetInvocationException
-
GetPrintQueue
public PrintQueue GetPrintQueue(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionMissingMethodExceptionTargetInvocationException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintPropertyDictionary initialParameters) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, IndexOutOfRangeException, PrintQueueException, PrintCommitAttributesException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionIndexOutOfRangeExceptionPrintQueueExceptionPrintCommitAttributesException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintPropertyDictionary dupParam4) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, NullReferenceException, ObjectDisposedException, AbandonedMutexException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, IndexOutOfRangeException, PrintQueueException, PrintCommitAttributesException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionIndexOutOfRangeExceptionPrintQueueExceptionPrintCommitAttributesException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, NullReferenceException, IndexOutOfRangeException, PrintQueueException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, NullReferenceException, IndexOutOfRangeException, PrintQueueException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes, PrintQueueStringProperty printQueueProperty, int printQueuePriority, int printQueueDefaultPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, NullReferenceException, IndexOutOfRangeException, PrintQueueException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4, PrintQueueStringProperty dupParam5, int dupParam6, int dupParam7) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, NullReferenceException, IndexOutOfRangeException, PrintQueueException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes, java.lang.String printQueueShareName, java.lang.String printQueueComment, java.lang.String printQueueLocation, java.lang.String printQueueSeparatorFile, int printQueuePriority, int printQueueDefaultPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, NullReferenceException, IndexOutOfRangeException, PrintQueueException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4, java.lang.String dupParam5, java.lang.String dupParam6, java.lang.String dupParam7, java.lang.String dupParam8, int dupParam9, int dupParam10) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, TargetParameterCountException, NullReferenceException, IndexOutOfRangeException, PrintQueueException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(java.lang.String[] propertiesFilter) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(java.lang.String[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(JCORefOut dupParam0, EnumeratedPrintQueueTypes[] dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
-
Commit
public void Commit() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException- Overrides:
Commitin classPrintSystemObject- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryException
-
Refresh
public void Refresh() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException, OutOfMemoryException- Overrides:
Refreshin classPrintSystemObject- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionOutOfMemoryException
-
getBeepEnabled
public boolean getBeepEnabled() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setBeepEnabled
public void setBeepEnabled(boolean BeepEnabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getNetPopup
public boolean getNetPopup() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setNetPopup
public void setNetPopup(boolean NetPopup) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getRestartJobOnPoolEnabled
public boolean getRestartJobOnPoolEnabled() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setRestartJobOnPoolEnabled
public void setRestartJobOnPoolEnabled(boolean RestartJobOnPoolEnabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getSubSystemVersion
public byte getSubSystemVersion() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
getMajorVersion
public int getMajorVersion() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setMajorVersion
public void setMajorVersion(int MajorVersion) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, MissingMethodException, TargetInvocationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryException
-
getMinorVersion
public int getMinorVersion() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setMinorVersion
public void setMinorVersion(int MinorVersion) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, MissingMethodException, TargetInvocationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryException
-
getRestartJobOnPoolTimeout
public int getRestartJobOnPoolTimeout() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setRestartJobOnPoolTimeout
public void setRestartJobOnPoolTimeout(int RestartJobOnPoolTimeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getEventLog
public PrintServerEventLoggingTypes getEventLog() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setEventLog
public void setEventLog(PrintServerEventLoggingTypes EventLog) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getDefaultSpoolDirectory
public java.lang.String getDefaultSpoolDirectory() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setDefaultSpoolDirectory
public void setDefaultSpoolDirectory(java.lang.String DefaultSpoolDirectory) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
getDefaultPortThreadPriority
public ThreadPriority getDefaultPortThreadPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setDefaultPortThreadPriority
public void setDefaultPortThreadPriority(ThreadPriority DefaultPortThreadPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getDefaultSchedulerPriority
public ThreadPriority getDefaultSchedulerPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setDefaultSchedulerPriority
public void setDefaultSchedulerPriority(ThreadPriority DefaultSchedulerPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getPortThreadPriority
public ThreadPriority getPortThreadPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setPortThreadPriority
public void setPortThreadPriority(ThreadPriority PortThreadPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getSchedulerPriority
public ThreadPriority getSchedulerPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
-
setSchedulerPriority
public void setSchedulerPriority(ThreadPriority SchedulerPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
-