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=4.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,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
NotSupportedException,
InvalidOperationException,
NotImplementedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
AbandonedMutexException,
InvalidEnumArgumentException,
Win32Exception,
SecurityException,
NullReferenceException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic PrintServer(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionIndexOutOfRangeExceptionpublic 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,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException
Commit in class PrintSystemObjectjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionpublic static boolean DeletePrintQueue(PrintQueue printQueue) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, OutOfMemoryException
public static boolean DeletePrintQueue(java.lang.String printQueueName)
throws java.lang.Throwable,
InvalidOperationException,
OutOfMemoryException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentException
java.lang.ThrowableInvalidOperationExceptionOutOfMemoryExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionpublic boolean getBeepEnabled()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public ThreadPriority getDefaultPortThreadPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
public ThreadPriority getDefaultSchedulerPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
public java.lang.String getDefaultSpoolDirectory()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public PrintServerEventLoggingTypes getEventLog() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
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,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public int getMinorVersion()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public boolean getNetPopup()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public ThreadPriority getPortThreadPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionMissingMethodExceptionTargetInvocationExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionMissingMethodExceptionTargetInvocationExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionMissingMethodExceptionTargetInvocationExceptionpublic PrintQueueCollection GetPrintQueues() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
public PrintQueueCollection GetPrintQueues(EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
public PrintQueueCollection GetPrintQueues(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
public PrintQueueCollection GetPrintQueues(JCORefOut dupParam0, EnumeratedPrintQueueTypes[] dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
public PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
public PrintQueueCollection GetPrintQueues(PrintQueueIndexedProperty[] propertiesFilter, EnumeratedPrintQueueTypes[] enumerationFlag) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
public PrintQueueCollection GetPrintQueues(java.lang.String[] propertiesFilter) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, NullReferenceException
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
public boolean getRestartJobOnPoolEnabled()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public int getRestartJobOnPoolTimeout()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
public ThreadPriority getSchedulerPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
public byte getSubSystemVersion()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException
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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionIndexOutOfRangeExceptionPrintQueueExceptionPrintCommitAttributesExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionIndexOutOfRangeExceptionPrintQueueExceptionPrintCommitAttributesExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionTargetParameterCountExceptionNullReferenceExceptionIndexOutOfRangeExceptionPrintQueueExceptionObjectDisposedExceptionpublic void Refresh()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
NullReferenceException,
OutOfMemoryException
Refresh in class PrintSystemObjectjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setBeepEnabled(boolean BeepEnabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException
public void setDefaultPortThreadPriority(ThreadPriority DefaultPortThreadPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
public void setDefaultSchedulerPriority(ThreadPriority DefaultSchedulerPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
public void setDefaultSpoolDirectory(java.lang.String DefaultSpoolDirectory)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
NullReferenceException,
ObjectDisposedException,
AbandonedMutexException
public void setEventLog(PrintServerEventLoggingTypes EventLog) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
public void setJCOInstance(JCObject instance)
setJCOInstance in class PrintSystemObjectpublic void setMajorVersion(int MajorVersion)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionpublic void setMinorVersion(int MinorVersion)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionpublic void setNetPopup(boolean NetPopup)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException
public void setPortThreadPriority(ThreadPriority PortThreadPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
public void setRestartJobOnPoolEnabled(boolean RestartJobOnPoolEnabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException
public void setRestartJobOnPoolTimeout(int RestartJobOnPoolTimeout)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException
public void setSchedulerPriority(ThreadPriority SchedulerPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException