|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ printer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.print.ipp.attribute.printer
Class MultipleOperationTimeOut

java.lang.Objectjavax.print.attribute.IntegerSyntax
gnu.javax.print.ipp.attribute.printer.MultipleOperationTimeOut
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, java.io.Serializable
- public final class MultipleOperationTimeOut
- extends javax.print.attribute.IntegerSyntax
- implements javax.print.attribute.Attribute
- extends javax.print.attribute.IntegerSyntax
MultipleOperationTimeOut attribute as described in RFC 2911 section 4.4.31 provides the minimum time ins second a printer object waits before time out and recovery. The printer object waits e.g. for additional SendDocument or SendUri operations.
Field Summary |
Fields inherited from class javax.print.attribute.IntegerSyntax |
|
Constructor Summary | |
MultipleOperationTimeOut(int value)
Creates a MultipleOperationTimeOut with the given value. |
Method Summary | |
java.lang.Class |
getCategory()
Returns category of this class. |
java.lang.String |
getName()
Returns the name of this attribute. |
Methods inherited from class javax.print.attribute.IntegerSyntax |
equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
MultipleOperationTimeOut
public MultipleOperationTimeOut(int value)
- Creates a
MultipleOperationTimeOut
with the given value.
Method Detail |
getCategory
public java.lang.Class getCategory()
- Returns category of this class.
- Specified by:
getCategory
in interfacejavax.print.attribute.Attribute
getName
public java.lang.String getName()
- Returns the name of this attribute.
- Specified by:
getName
in interfacejavax.print.attribute.Attribute
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ printer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |