All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.starla.lite.SMBSession
|
+----com.starla.lite.SMBPrintSession
The print session allows a new print job to be created, using the SMBFile class or as an SMBOutputStream.
When the SMBFile/SMBOutputStream is closed the print job will be queued to the remote printer.
A print session is created using the SMBSessionFactory.OpenPrinter () method. The SMBSessionFactory negotiates the appropriate SMB dialect and creates the appropriate SMBPrintSession derived object.
public static final int TextMode
public static final int GraphicsMode
public static final int DefaultEntryCount
public abstract SMBFile OpenSpoolFile(String id,
int mode,
int setuplen) throws IOException
public SMBOutputStream OpenSpoolStream(String id,
int mode,
int setuplen) throws IOException
All Packages Class Hierarchy This Package Previous Next Index