Package system.printing
Class PrintServer
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.printing.PrintSystemObject
-
- system.printing.PrintServer
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
- Direct Known Subclasses:
LocalPrintServer
public class PrintServer extends PrintSystemObject
The base .NET class managing System.Printing.PrintServer, System.Printing, Version=6.0.2.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
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Printing, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static String
assemblyShortName
Assembly name: System.Printingstatic String
className
Qualified class name: System.Printing.PrintServerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PrintServer()
PrintServer(Object instance)
Internal constructor.PrintServer(String path)
PrintServer(String path, String[] propertiesFilter)
PrintServer(String path, String[] propertiesFilter, PrintSystemDesiredAccess desiredAccess)
PrintServer(String path, PrintServerIndexedProperty[] propertiesFilter)
PrintServer(String path, PrintServerIndexedProperty[] propertiesFilter, PrintSystemDesiredAccess desiredAccess)
PrintServer(String path, PrintSystemDesiredAccess desiredAccess)
PrintServer(PrintSystemDesiredAccess desiredAccess)
-
Method Summary
-
Methods inherited from class system.printing.PrintSystemObject
close, Dispose, getName, getParent, getPropertiesCollection, setName, setPropertiesCollection
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Printing, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Printing- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Printing.PrintServer- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PrintServer
public PrintServer(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
PrintServer
public PrintServer() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(PrintSystemDesiredAccess desiredAccess) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(String path, PrintServerIndexedProperty[] propertiesFilter, PrintSystemDesiredAccess desiredAccess) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(String path, PrintServerIndexedProperty[] propertiesFilter) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(String path, PrintSystemDesiredAccess desiredAccess) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(String path, String[] propertiesFilter, PrintSystemDesiredAccess desiredAccess) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(String path, String[] propertiesFilter) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
PrintServer
public PrintServer(String path) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classPrintSystemObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classPrintSystemObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public 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 classPrintSystemObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classPrintSystemObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classPrintSystemObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classPrintSystemObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PrintServer cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoPrintServer
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PrintServer
instance- Throws:
Throwable
- in case of error during cast operation
-
DeletePrintQueue
public static boolean DeletePrintQueue(PrintQueue printQueue) throws Throwable, ArgumentException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, PlatformNotSupportedException, OutOfMemoryException, ObjectDisposedException
-
DeletePrintQueue
public static boolean DeletePrintQueue(String printQueueName) throws Throwable, PlatformNotSupportedException, OutOfMemoryException, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException
-
GetPrintQueue
public PrintQueue GetPrintQueue(String printQueueName, String[] propertiesFilter) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, PrintingNotSupportedException, PrintQueueException, CultureNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
PrintingNotSupportedException
PrintQueueException
CultureNotFoundException
-
GetPrintQueue
public PrintQueue GetPrintQueue(String dupParam0, JCORefOut dupParam1) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, PrintingNotSupportedException, PrintQueueException, CultureNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
PrintingNotSupportedException
PrintQueueException
CultureNotFoundException
-
GetPrintQueue
public PrintQueue GetPrintQueue(String printQueueName) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, PrintingNotSupportedException, PrintQueueException, CultureNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
PrintingNotSupportedException
PrintQueueException
CultureNotFoundException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String printQueueName, String driverName, String[] portNames, String printProcessorName, PrintPropertyDictionary initialParameters) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, AccessViolationException, ObjectDisposedException, FormatException, CultureNotFoundException, PrintQueueException, PrintCommitAttributesException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
AccessViolationException
ObjectDisposedException
FormatException
CultureNotFoundException
PrintQueueException
PrintCommitAttributesException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String dupParam0, String dupParam1, JCORefOut dupParam2, String dupParam3, PrintPropertyDictionary dupParam4) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, AccessViolationException, ObjectDisposedException, FormatException, CultureNotFoundException, PrintQueueException, PrintCommitAttributesException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
AccessViolationException
ObjectDisposedException
FormatException
CultureNotFoundException
PrintQueueException
PrintCommitAttributesException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String printQueueName, String driverName, String[] portNames, String printProcessorName, PrintQueueAttributes printQueueAttributes, PrintQueueStringProperty printQueueProperty, int printQueuePriority, int printQueueDefaultPriority) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, OutOfMemoryException, FormatException, AccessViolationException, CultureNotFoundException, PrintQueueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
OutOfMemoryException
FormatException
AccessViolationException
CultureNotFoundException
PrintQueueException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String dupParam0, String dupParam1, JCORefOut dupParam2, String dupParam3, PrintQueueAttributes dupParam4, PrintQueueStringProperty dupParam5, int dupParam6, int dupParam7) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, OutOfMemoryException, FormatException, AccessViolationException, CultureNotFoundException, PrintQueueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
OutOfMemoryException
FormatException
AccessViolationException
CultureNotFoundException
PrintQueueException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String printQueueName, String driverName, String[] portNames, String printProcessorName, PrintQueueAttributes printQueueAttributes, String printQueueShareName, String printQueueComment, String printQueueLocation, String printQueueSeparatorFile, int printQueuePriority, int printQueueDefaultPriority) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
FormatException
AccessViolationException
ObjectDisposedException
CultureNotFoundException
PrintQueueException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String dupParam0, String dupParam1, JCORefOut dupParam2, String dupParam3, PrintQueueAttributes dupParam4, String dupParam5, String dupParam6, String dupParam7, String dupParam8, int dupParam9, int dupParam10) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
FormatException
AccessViolationException
ObjectDisposedException
CultureNotFoundException
PrintQueueException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String printQueueName, String driverName, String[] portNames, String printProcessorName, PrintQueueAttributes printQueueAttributes) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
FormatException
AccessViolationException
ObjectDisposedException
CultureNotFoundException
PrintQueueException
-
InstallPrintQueue
public PrintQueue InstallPrintQueue(String dupParam0, String dupParam1, JCORefOut dupParam2, String dupParam3, PrintQueueAttributes dupParam4) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
FormatException
AccessViolationException
ObjectDisposedException
CultureNotFoundException
PrintQueueException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(EnumeratedPrintQueueTypes[] enumerationFlag) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, FormatException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
FormatException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, FormatException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
FormatException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(String[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(JCORefOut dupParam0, EnumeratedPrintQueueTypes[] dupParam1) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(String[] propertiesFilter) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
ObjectDisposedException
-
GetPrintQueues
public PrintQueueCollection GetPrintQueues(JCORefOut dupParam0) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
OutOfMemoryException
ObjectDisposedException
-
Commit
public void Commit() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, OutOfMemoryException
- Overrides:
Commit
in classPrintSystemObject
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
OutOfMemoryException
-
Refresh
public void Refresh() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, OutOfMemoryException
- Overrides:
Refresh
in classPrintSystemObject
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
OutOfMemoryException
-
getBeepEnabled
public boolean getBeepEnabled() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setBeepEnabled
public void setBeepEnabled(boolean BeepEnabled) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getNetPopup
public boolean getNetPopup() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setNetPopup
public void setNetPopup(boolean NetPopup) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getRestartJobOnPoolEnabled
public boolean getRestartJobOnPoolEnabled() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setRestartJobOnPoolEnabled
public void setRestartJobOnPoolEnabled(boolean RestartJobOnPoolEnabled) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getSubSystemVersion
public byte getSubSystemVersion() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
getMajorVersion
public int getMajorVersion() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setMajorVersion
public void setMajorVersion(int MajorVersion) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
OutOfMemoryException
-
getMinorVersion
public int getMinorVersion() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setMinorVersion
public void setMinorVersion(int MinorVersion) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
ObjectDisposedException
OutOfMemoryException
-
getRestartJobOnPoolTimeout
public int getRestartJobOnPoolTimeout() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setRestartJobOnPoolTimeout
public void setRestartJobOnPoolTimeout(int RestartJobOnPoolTimeout) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getEventLog
public PrintServerEventLoggingTypes getEventLog() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setEventLog
public void setEventLog(PrintServerEventLoggingTypes EventLog) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getDefaultSpoolDirectory
public String getDefaultSpoolDirectory() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setDefaultSpoolDirectory
public void setDefaultSpoolDirectory(String DefaultSpoolDirectory) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getDefaultPortThreadPriority
public ThreadPriority getDefaultPortThreadPriority() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setDefaultPortThreadPriority
public void setDefaultPortThreadPriority(ThreadPriority DefaultPortThreadPriority) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getDefaultSchedulerPriority
public ThreadPriority getDefaultSchedulerPriority() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setDefaultSchedulerPriority
public void setDefaultSchedulerPriority(ThreadPriority DefaultSchedulerPriority) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getPortThreadPriority
public ThreadPriority getPortThreadPriority() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setPortThreadPriority
public void setPortThreadPriority(ThreadPriority PortThreadPriority) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
getSchedulerPriority
public ThreadPriority getSchedulerPriority() throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, ObjectDisposedException
-
setSchedulerPriority
public void setSchedulerPriority(ThreadPriority SchedulerPriority) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
-