public class PrintServer extends PrintSystemObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Printing.PrintServer
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Printing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Printing
|
static java.lang.String |
className
Qualified class name: System.Printing.PrintServer
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PrintServer() |
PrintServer(java.lang.Object instance)
Internal constructor.
|
PrintServer(PrintSystemDesiredAccess desiredAccess) |
PrintServer(java.lang.String path) |
PrintServer(java.lang.String path,
PrintServerIndexedProperty[] propertiesFilter) |
PrintServer(java.lang.String path,
PrintServerIndexedProperty[] propertiesFilter,
PrintSystemDesiredAccess desiredAccess) |
PrintServer(java.lang.String path,
PrintSystemDesiredAccess desiredAccess) |
PrintServer(java.lang.String path,
java.lang.String[] propertiesFilter) |
PrintServer(java.lang.String path,
java.lang.String[] propertiesFilter,
PrintSystemDesiredAccess desiredAccess) |
| Modifier and Type | Method and Description |
|---|---|
static PrintServer |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PrintServer, a cast assert is made to check if types are compatible. |
void |
Commit() |
static boolean |
DeletePrintQueue(PrintQueue printQueue) |
static boolean |
DeletePrintQueue(java.lang.String printQueueName) |
boolean |
getBeepEnabled() |
ThreadPriority |
getDefaultPortThreadPriority() |
ThreadPriority |
getDefaultSchedulerPriority() |
java.lang.String |
getDefaultSpoolDirectory() |
PrintServerEventLoggingTypes |
getEventLog() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMajorVersion() |
int |
getMinorVersion() |
boolean |
getNetPopup() |
ThreadPriority |
getPortThreadPriority() |
PrintQueue |
GetPrintQueue(java.lang.String printQueueName) |
PrintQueue |
GetPrintQueue(java.lang.String dupParam0,
JCORefOut dupParam1) |
PrintQueue |
GetPrintQueue(java.lang.String printQueueName,
java.lang.String[] propertiesFilter) |
PrintQueueCollection |
GetPrintQueues() |
PrintQueueCollection |
GetPrintQueues(EnumeratedPrintQueueTypes[] enumerationFlag) |
PrintQueueCollection |
GetPrintQueues(JCORefOut dupParam0) |
PrintQueueCollection |
GetPrintQueues(JCORefOut dupParam0,
EnumeratedPrintQueueTypes[] dupParam1) |
PrintQueueCollection |
GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter) |
PrintQueueCollection |
GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter,
EnumeratedPrintQueueTypes[] enumerationFlag) |
PrintQueueCollection |
GetPrintQueues(java.lang.String[] propertiesFilter) |
PrintQueueCollection |
GetPrintQueues(java.lang.String[] propertiesFilter,
EnumeratedPrintQueueTypes[] enumerationFlag) |
boolean |
getRestartJobOnPoolEnabled() |
int |
getRestartJobOnPoolTimeout() |
ThreadPriority |
getSchedulerPriority() |
byte |
getSubSystemVersion() |
PrintQueue |
InstallPrintQueue(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
java.lang.String dupParam3,
PrintPropertyDictionary dupParam4) |
PrintQueue |
InstallPrintQueue(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
java.lang.String dupParam3,
PrintQueueAttributes dupParam4) |
PrintQueue |
InstallPrintQueue(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
java.lang.String dupParam3,
PrintQueueAttributes dupParam4,
PrintQueueStringProperty dupParam5,
int dupParam6,
int dupParam7) |
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) |
PrintQueue |
InstallPrintQueue(java.lang.String printQueueName,
java.lang.String driverName,
java.lang.String[] portNames,
java.lang.String printProcessorName,
PrintPropertyDictionary initialParameters) |
PrintQueue |
InstallPrintQueue(java.lang.String printQueueName,
java.lang.String driverName,
java.lang.String[] portNames,
java.lang.String printProcessorName,
PrintQueueAttributes printQueueAttributes) |
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) |
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) |
void |
Refresh() |
void |
setBeepEnabled(boolean BeepEnabled) |
void |
setDefaultPortThreadPriority(ThreadPriority DefaultPortThreadPriority) |
void |
setDefaultSchedulerPriority(ThreadPriority DefaultSchedulerPriority) |
void |
setDefaultSpoolDirectory(java.lang.String DefaultSpoolDirectory) |
void |
setEventLog(PrintServerEventLoggingTypes EventLog) |
void |
setJCOInstance(JCObject instance) |
void |
setMajorVersion(int MajorVersion) |
void |
setMinorVersion(int MinorVersion) |
void |
setNetPopup(boolean NetPopup) |
void |
setPortThreadPriority(ThreadPriority PortThreadPriority) |
void |
setRestartJobOnPoolEnabled(boolean RestartJobOnPoolEnabled) |
void |
setRestartJobOnPoolTimeout(int RestartJobOnPoolTimeout) |
void |
setSchedulerPriority(ThreadPriority SchedulerPriority) |
close, Dispose, getName, getParent, getPropertiesCollection, setName, setPropertiesCollectionpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PrintServer()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic PrintServer(PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, BadImageFormatException, NotSupportedException, InvalidOperationException, ArgumentNullException, OutOfMemoryException, ArrayTypeMismatchException, RankException, InvalidEnumArgumentException, Win32Exception, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionRankExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.String path)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.String path,
PrintServerIndexedProperty[] propertiesFilter)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
OverflowException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionOverflowExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.String path,
PrintServerIndexedProperty[] propertiesFilter,
PrintSystemDesiredAccess desiredAccess)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
OutOfMemoryException,
ArrayTypeMismatchException,
OverflowException,
RankException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionOverflowExceptionRankExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.String path,
PrintSystemDesiredAccess desiredAccess)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
OutOfMemoryException,
ArrayTypeMismatchException,
RankException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionRankExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.String path,
java.lang.String[] propertiesFilter)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic PrintServer(java.lang.String path,
java.lang.String[] propertiesFilter,
PrintSystemDesiredAccess desiredAccess)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
BadImageFormatException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
OutOfMemoryException,
ArrayTypeMismatchException,
RankException,
InvalidEnumArgumentException,
Win32Exception,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionBadImageFormatExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionRankExceptionInvalidEnumArgumentExceptionWin32ExceptionObjectDisposedExceptionpublic static PrintServer cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PrintServer, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPrintServer instancejava.lang.Throwable - in case of error during cast operationpublic void Commit()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
Commit in class PrintSystemObjectjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic static boolean DeletePrintQueue(PrintQueue printQueue) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionpublic static boolean DeletePrintQueue(java.lang.String printQueueName)
throws java.lang.Throwable,
PlatformNotSupportedException,
OutOfMemoryException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
ArgumentException,
ObjectDisposedException
public boolean getBeepEnabled()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public ThreadPriority getDefaultPortThreadPriority() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public ThreadPriority getDefaultSchedulerPriority() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public java.lang.String getDefaultSpoolDirectory()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public PrintServerEventLoggingTypes getEventLog() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class PrintSystemObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class PrintSystemObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class PrintSystemObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class PrintSystemObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class PrintSystemObjectJCType representing the CLR Type of the instantiated Classpublic int getMajorVersion()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public int getMinorVersion()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public boolean getNetPopup()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public ThreadPriority getPortThreadPriority() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public PrintQueue GetPrintQueue(java.lang.String printQueueName) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, BadImageFormatException, CultureNotFoundException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionBadImageFormatExceptionCultureNotFoundExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionpublic PrintQueue GetPrintQueue(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, BadImageFormatException, CultureNotFoundException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionBadImageFormatExceptionCultureNotFoundExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionpublic PrintQueue GetPrintQueue(java.lang.String printQueueName, java.lang.String[] propertiesFilter) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, BadImageFormatException, CultureNotFoundException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionBadImageFormatExceptionCultureNotFoundExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionpublic PrintQueueCollection GetPrintQueues() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(JCORefOut dupParam0) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(JCORefOut dupParam0, EnumeratedPrintQueueTypes[] dupParam1) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OverflowException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOverflowExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(java.lang.String[] propertiesFilter) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic PrintQueueCollection GetPrintQueues(java.lang.String[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic boolean getRestartJobOnPoolEnabled()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public int getRestartJobOnPoolTimeout()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public ThreadPriority getSchedulerPriority() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public byte getSubSystemVersion()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public PrintQueue InstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintPropertyDictionary dupParam4) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, AccessViolationException, ObjectDisposedException, FormatException, CultureNotFoundException, PrintQueueException, PrintCommitAttributesException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionObjectDisposedExceptionFormatExceptionCultureNotFoundExceptionPrintQueueExceptionPrintCommitAttributesExceptionpublic PrintQueue InstallPrintQueue(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, java.lang.String dupParam3, PrintQueueAttributes dupParam4) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionAccessViolationExceptionObjectDisposedExceptionCultureNotFoundExceptionPrintQueueExceptionpublic 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, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, FormatException, OutOfMemoryException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionObjectDisposedExceptionCultureNotFoundExceptionPrintQueueExceptionpublic 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, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionAccessViolationExceptionObjectDisposedExceptionCultureNotFoundExceptionPrintQueueExceptionpublic PrintQueue InstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintPropertyDictionary initialParameters) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, AccessViolationException, ObjectDisposedException, FormatException, CultureNotFoundException, PrintQueueException, PrintCommitAttributesException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionObjectDisposedExceptionFormatExceptionCultureNotFoundExceptionPrintQueueExceptionPrintCommitAttributesExceptionpublic PrintQueue InstallPrintQueue(java.lang.String printQueueName, java.lang.String driverName, java.lang.String[] portNames, java.lang.String printProcessorName, PrintQueueAttributes printQueueAttributes) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionAccessViolationExceptionObjectDisposedExceptionCultureNotFoundExceptionPrintQueueExceptionpublic 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, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, FormatException, OutOfMemoryException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionObjectDisposedExceptionCultureNotFoundExceptionPrintQueueExceptionpublic 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, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, OutOfMemoryException, FormatException, AccessViolationException, ObjectDisposedException, CultureNotFoundException, PrintQueueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionAccessViolationExceptionObjectDisposedExceptionCultureNotFoundExceptionPrintQueueExceptionpublic void Refresh()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
Refresh in class PrintSystemObjectjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void setBeepEnabled(boolean BeepEnabled)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public void setDefaultPortThreadPriority(ThreadPriority DefaultPortThreadPriority) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public void setDefaultSchedulerPriority(ThreadPriority DefaultSchedulerPriority) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public void setDefaultSpoolDirectory(java.lang.String DefaultSpoolDirectory)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public void setEventLog(PrintServerEventLoggingTypes EventLog) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class PrintSystemObjectpublic void setMajorVersion(int MajorVersion)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic void setMinorVersion(int MinorVersion)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionpublic void setNetPopup(boolean NetPopup)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public void setPortThreadPriority(ThreadPriority PortThreadPriority) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public void setRestartJobOnPoolEnabled(boolean RestartJobOnPoolEnabled)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public void setRestartJobOnPoolTimeout(int RestartJobOnPoolTimeout)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public void setSchedulerPriority(ThreadPriority SchedulerPriority) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException