System for accessing digital imaging devices

Information

  • Patent Application
  • 20030229883
  • Publication Number
    20030229883
  • Date Filed
    March 21, 2002
    22 years ago
  • Date Published
    December 11, 2003
    21 years ago
Abstract
There is provided asystem and architecture for accessing and communicating with digital image devices. The system is provided in the form of software components that are platform independent for the development of software for managing or controlling digital image devices. The software components are easily integrated with existing development tools, have native functionality, and can be implemented independently of Common Information Model or Simple Network Management Protocol architectures.
Description


BACKGROUND OF THE INVENTION

[0001] This invention pertains generally to digital imaging devices and the communication therewith, and more particularly to devices and architecture for customizing and interfacing with digital imaging devices.


[0002] Digital imaging devices (“DID”) are complex machines that require network administration attention. Such devices include simple printers and fax machines as well as multi-functional peripherals (“MFP”). In order to manage most DIDs on a network, administrators make use of either a Common Information Model (“CIM”) or a Simple Networking Management Protocol (“SNMP”). Both architectures provide an almost universal and platform independent mechanism to access and interface with digital imaging devices. For each DID, the Original Equipment Manufacturer (“OEM”) creates a description of device management information relating to CIM and SNMP networks. Such management information generally includes textual binary descriptors that describe the nature of the device, the management capabilities of the device, the names of the objects native to the device, the types of actions the device can perform, etc. Value-added resellers (“VAR”), OEMs, or vendors then utilize the device management information to access and control the DIDs and to create software for managing the DIDs.


[0003] Due to the nature of the essentially universal solutions provided by the use of CIM and SNMP, both CIM and SNMP are extraordinarily complex. Consequently, there are only a handful of software applications that support these standards, which although popular, are insufficient to address the needs of OEMs and VARs. Additionally, the costs associated with developing the necessary descriptors, testing, and integrating DIDs with device management software are significant. Furthermore, most software applications that work with CIM or SNMP to manage DIDs contain Graphical User Interfaces (“GUI”) created by a VARs, OEMs, or vendors. The DID management GUIs are often not easily modifiable, and generally incorporate the software creator's corporate identification and style preferences.


[0004] In any given network, there are a number of DIDs. The DIDs may all be of the same brand or be from the same vendor, or they may represent a variety of different vendors, all of


[0005] In any given network, there are a number of DIDs. The DIDs may all be of the same brand or be from the same vendor, or they may represent a variety of different vendors, all of which utilize different management software and different GUIs. Even multiple devices from the same vendor may utilize different management software. Therefore, in order for network administrators to control the DIDs throughout a network, they must either use a number of different software packages or create their own software package. Using multiple packages presents a number of obvious problems such as inefficiency and an inconsistent look and feel of the software throughout the network. Creating new software packages for controlling DIDs is problematic because of the complexity of the CIM and SNMP models. It would therefore be preferable if VARs, network administrators, and even end users were able to create their own DID management programs or integrate DID management capabilities into their existing programs and network management tools.



SUMMARY OF THE INVENTION

[0006] It is therefore an object of the present invention to provide an improved method of communicating with digital imaging devices. According to the present invention, there is provided asystem for communicating with digital image devices comprising a language binding software component for receiving information from a software application and a plurality of digital image device software components comprising a plurality of packages and classes for receiving information from the language binding software component and selectively communicating with a digital imaging device in response to the information received from the language binding software component.


[0007] Also according to the present invention, there is provided an object model for a component based system for communicating with digital image devices, the object model comprising a first level primary package having a plurality of subpackages, each subpackage having a plurality of classes configured for specific communication with a digital imaging device. The primary package suitably comprises a subpackage having classes configured for communication relative to digital imaging device settings, a subpackage having classes configured for communication relative to the types of jobs the digital imaging device is to perform, a subpackage having classes configured for communication relative to the handling of images, and a subpackage having classes configured for communication relative to network information, protocols and settings.







DESCRIPTION OF THE FIGURES

[0008]
FIG. 1 is a representation of the present invention within a network system;


[0009]
FIG. 2 is a diagram generally representing a primary component package of one embodiment of the present invention and its relation to various first level packages;


[0010]
FIG. 3 is a diagram showing the details of one embodiment of an address book component package and its relation to the primary component package;


[0011]
FIG. 4 is a diagram showing the details of one embodiment of a device handling component package and its relation to the primary component package;


[0012]
FIG. 5 is a diagram showing the details of one embodiment of an image handling component package and its relation to the primary component package;


[0013]
FIG. 6 is a diagram showing the details of one embodiment of a job handling component package and its relation to the primary component package;


[0014]
FIG. 7 is a diagram showing the details of one embodiment of a log entry component package and its relation to the primary component package;


[0015]
FIG. 8 is a diagram showing the details of one embodiment of a maintenance handling component package and its relation to the primary component package;


[0016]
FIG. 9 is a diagram showing the details of one embodiment of a networking component package and its relation to the primary component package;


[0017]
FIG. 10 is a diagram showing the details of one embodiment of a security component package and its relation to the primary component package;


[0018]
FIG. 11 is a class diagram representing a primary package in a presently preferred embodiment of the invention;


[0019]
FIG. 12 is a class diagram representing an address book package in a presently preferred embodiment of the invention;


[0020]
FIG. 13 is a class diagram representing a devices package in a presently preferred embodiment of the invention;


[0021]
FIG. 14 is a class diagram representing a logical devices package in a presently preferred embodiment of the invention;


[0022]
FIG. 15 is a class diagram representing a physical devices package in a presently preferred embodiment of the invention;


[0023]
FIG. 16 is a class diagram representing a filters package in a presently preferred embodiment of the invention;


[0024]
FIG. 17 is a class diagram representing an address book filters package in a presently preferred embodiment of the invention;


[0025]
FIG. 18 is a class diagram representing an image handlers filters package in a presently preferred embodiment of the invention;


[0026]
FIG. 19 is a class diagram representing a job log filters package in a presently preferred embodiment of the invention;


[0027]
FIG. 20 is a class diagram representing an image handlers package in a presently preferred embodiment of the invention;


[0028]
FIG. 21 is a class diagram representing a jobs package in a presently preferred embodiment of the invention;


[0029]
FIG. 22 is a class diagram representing a logs package in a presently preferred embodiment of the invention;


[0030]
FIG. 23 is a class diagram representing a message logs package in a presently preferred embodiment of the invention;


[0031]
FIG. 24 is a class diagram representing a maintenance package in a presently preferred embodiment of the invention; and


[0032]
FIG. 25 is a class diagram representing a network package in a presently preferred embodiment of the invention.







DETAILED DESCRIPTION OF THE INVENTION

[0033] The present invention provides a solution for software developers desiring to create new DID management software or integrate DID management capability into existing software programs. The invention described herein presents a solution that has all the benefits of Object-Oriented (“OO”) data representation, scalability and implementation-independence of CIM and SNMP while providing a simple organizational structure and familiar development environment. The invention provides, as part of one embodiment, a component-based development environment wherein Software Components (“SC”) are utilized to manage DIDs.


[0034] A Software Component is any piece of pre-written code that defines interfaces that can be called to provide the functionality that the component encapsulates. SCs are typically packaged in “industry standard” ways so that they are callable from multiple languages, or from multiple environments. SCs are units of independent deployment that have no persistent state. As such, SCs provide seamless integration with existing development tools, such Forte for Java or Microsoft Visual Studio. The SCs are suitably used out-of-the-box, or extended and specialized by developers as desired. This simplicity and flexibility allows a developer to focus on the business logic of an application, rather than focusing on methods for communicating and managing DID objects. It should be noted that the SCs of the present invention are suitably designed for any language binding, such as Common Object Request Broker Architecture (“CORBA”), .NET, COM, DCOM, C++, ActiveX, etc.


[0035] In a presently preferred embodiment, invention utilizes the Java 2 platform, which is a freely distributed software development and runtime platform manufactured by Sun Microsystems, available for virtually any commercial Operating Systems (“OS”). This platform guarantees “write once, run anywhere” functionality, which detaches the implementation from the underlying OS environment. The invention employs Programming Language Bindings (“PLB”), which greatly contribute to seamless integration with a native Software Development Environment (“SDE”). Because of the PLB of the present invention, software developers are able to use Data Objects (“DO”) directly within the developer's SDE while using a language of the developer's choice, as opposed to learning how to interact with yet another object management system and interface.


[0036] The present invention utilizes Java Beans (“JB”), which represent classes, properties, methods and events. It should be noted that while JB are a particular type of software component, any type of component is suitably used. The description of the Object Model (“OM”) as described herein is specific to a JB implementation; however, the OM itself, classes, packages and their relationships are suitably implemented through any language bindings. Therefore, any changes to the OM necessitated due to changing language bindings are within the scope of the present invention. The following description provides details about package contents and class containment in Unified Modeling Language (“UML”) notation.


[0037] Turning now to FIG. 1, a diagram depicting an embodiment of the present invention as it relates to a network system is provided. The gray components represent components of the present invention. According to FIG. 1, a network system 100 comprising server(s) and client(s) is shown. The network 100 is illustrative of a LAN or WAN environment in which the devices connected to the network 100 are in communication with or communicatively coupled to one another. The network itself is suitably comprised of physical and transport layers such as illustrated by a myriad of conventional data transport mechanisms such Ethernet, Token-Ring™, 802.11(b), or other wire-based or wireless data communication mechanisms as will be apparent to one of ordinary skill in the art.


[0038] The network suitably comprises at least one server, a representative one of which is illustrated by Server 118. The Server 118 suitably comprises a server side logic component 120, a script engine component 122 and a language binding component 124. The Server 118 is suitably any Server for accommodating selective query support, selective data access, data archiving, and like as will be appreciated to one of ordinary skill in the art. One or more Clients, such as representative Thin Clients 102 and 104, are in data communication with the Server 118. Thus, a data path between one or more Servers, such as that illustrated by Server 118, is in shared data communication with one or more Clients, such as Thin Clients 102 and 104. Thin Clients 102 and 104 are suitably simple client programs or hardware devices that rely on a server for the majority of their functionality.


[0039] Thin Clients 102 and 104 suitably communicate with Server 118 through a Client/Server Protocol. When the Server 118 is a web server, the communication protocol is suitably Hypertext Transfer Protocol (“HTTP”). The Thin Clients 102 and 104 and Server 118 are suitably on opposite sides of an Internet/Intranet Boundary 132. In addition, the Server 118 and Internet/Intranet Boundary 132 are suitably on opposite sides of a Controller Boundary 134. As such, the Server components suitably exist on a Controller. Thin Clients 102 and 104 also suitably communicate with Business Objects components 114, which are suitably located on the opposite side of the Internet/Intranet Boundary 132 and on the same side of a Controller Boundary 134 as Thin Clients 102 and 104. The Business Object components 114 then suitably communicate across a Controller Boundary 134 with a CORBA Interface Definition Language (“IDL”) Binding component 126. The Language Binding component 124 then suitably communicates with a Software Developer Kit (“SDK”) Application Programming Interface (“API”) 128.


[0040] The Server 118 preferably comprises a Server Side Logic component 120, a Script Engine component 122, and a Language Binding component 124. The Server Side Logic component 120 suitably communicates with the Script Engine component 122 and with the Language Binding component 124. The Script Engine component suitably communicates with the Language Binding component 124. The Language Binding component 124 suitably communicates with a SDK API 128.


[0041] A Thick Client 106 suitably resides on the same side of the Internet/Intranet Boundary 132 as do the Thin Clients 102 and 104 and suitably communicates with an Interface Bridge component 112 also residing on the same side of the Internet/Intranet Boundary 132. The Thick Client 106 suitably employs a specific Object Model (“OM”), such as DCOM. The Interface Bridge 112 then accepts the DCOM information from the Thick Client 106 and communicates with a CORBA IDL Binding component 126 across both an Internet/Intranet Boundary 132 and a Controller Boundary 134.


[0042] Business Application components 108 also suitably reside on the same side of the Internet/Intranet Boundary 132 as do the Thin Clients 102 and 104 and suitably communicates in one instance directly with a CORBA IDL Binding component 126 across both an Internet/Intranet Boundary 132 and a Controller Boundary 134. In another instance, the Business Application components 108 suitably communicates with a Local Language Binding component 110 without crossing the Internet/Intranet Boundary 132. The Local Language Binding component 110 then communicates with a CORBA IDL Binding component 126 across both an Internet/Intranet Boundary 132 and a Controller Boundary 134.


[0043] Controller Application components also suitably communicate with a SDK API 128 directly and with CORBA IDL Binding component 126. The CORBA IDL Binding component 126 then communicates with the SDK API 128. The SDK API 128 then communicates with Device Components 130.


[0044] The OM structure of the present invention is represented as a set of SCs, otherwise referenced herein as JBs, distributed across a set of packages and classes. Within a main package are subpackages and classes. A package is suitably defined as a named general-purpose mechanism for organizing model elements, including, for instance, classes, use cases, diagrams, and/or other packages, into groups. A package is purely conceptual: it does not exist at run time. A class is suitably defined as a named description of a set of objects that share the same attributes, operations, relationships, and semantics. These objects suitably represent either real-world things or conceptual things.


[0045] Turning now to FIG. 2, the general tree structure of the OM 200, including packages and classes is shown. The OM 200 of the present invention comprises Primary package 300 that comprises a number of packages. The AddressBook package 400 is suitably related to Primary package 300 through the Primary-AddressBook Relationship 210. The Devices package 500 is suitably related to Primary package 300 through the Primary-Devices Relationship 220. The Logs package 1000 is suitably related to Primary package 300 through the Primary-Logs Relationship 230. The Maintenance package 1200 is suitably related to Primary package 300 through the Primary-Maintenance Relationship 240. The Jobs package 900 is suitably related to Primary package 300 through the Primary-Jobs Relationship 250. The Network package 1300 is suitably related to Primary package 300 through the Primary-Network Relationship 260. The ImageHandlers package 800 is suitably related to Primary package 300 through the Primary-ImageHandlers Relationship 270 and the Security package 1400 is suitably related to Primary package 300 through the Primary-Security Relationship 280. The Primary package 300 suitably comprises the related packages. A list of the elements of Primary package 300 is shown in Table 1.
1TABLE 1Structure of Primary PackageElementTypeBaseClassMaintainableComponentClassPrimaryExceptionClassAddressBookPackageImageHandlersPackageLogsPackageNetworkPackageDevicesPackageJobsPackageMaintenancePackageSecurityPackage


[0046] Turning now to FIG. 3, a diagram is provided showing the classes of Primary package 300 and AddressBook package 400. Primary package 300 comprises three classes: Base 302, MaintainableComponent 304, and PrimaryException 306. The Base class 302 is the base class for all SCs used in the packages subordinate to Primary package 300. Base class 302 is suitably a specialization of java.lang.Object and implements java.io.Serializable. The functionality of Base class 302 is detailed in Table 2.
2TABLE 2Base Class Functions and DescriptionsFunctionDescriptionpublic Base getRootObject( )Retrieves the root object, that is,the object that contains all other objectswithin its life scope.Generally, this is a subclassof LogicalDevice


[0047] The MaintainableComponent class 304 is an abstraction for a component that is suitably maintained by the user. It is suitably a specialization of Base class 302. The functionality of the MaintainableComponent class 304 is detailed in Table 3.
3TABLE 3MaintainableComponent Class Functions and DescriptionsFunctionDescriptionpublic void Backup(StringBacks up this component given a targettoURL)URL. Existing files onthe target URL will be replacedThrows: PrimaryExceptionParameter doc:Incremental - TRUE to performincremental operationfromURL - URL to restore frompublic String getCategory( )public StringgetDescription( )public String getFiles( )public Locale getLocale( )public String getName( )public int getSize( )public String getVersion( )public void Restore(StringRestore component from a URLfromURL, booleanParameter doc:incremental)Incremental - TRUE to performincremental operationfromURL - URL to restore from


[0048] The PrimaryException class 306 is the base class for all exceptions. It is suitably a specialization of java.lang.Exception. The functionality of PrimaryException class 306 is detailed in Table 4.
4TABLE 4PrimaryException Class FunctionsFunctionpublic int get ErrorCode( )public String getErrorDesc( )


[0049] Turning now to FIG. 3, a diagram is provided showing the classes of Primary package 300 and structure of the AddressBook package 400. The AddressBook package 400 is related to Primary package 300 through the Primary-AddressBook Relationship 210. The AddressBook package 400 comprises a number of classes. Its structure is detailed in Table 5
5TABLE 5Structure of AddressBook PackageElementTypeABEntryClassABGroupClassAddressBookClassDirectoryServiceClassEntryQueryClassGroupQueryClassLDAPServiceClassQueryClass


[0050] The ABEntry class 402 suitably represents a single entry in an Address Book. It is suitably a specialization of Base class 302. The functionality of the ABEntry 402 class is detailed in Table 6.
6TABLE 6ABEntry Class Functions and DescriptionsFunctionDescriptionpublic voidAdd this entry to the address bookAddToAddressBook(ABGrouppossibly belonging to a group.group)public String getEmail( )public String getFirst( )public String getLast( )


[0051] The ABGroup 404 class suitably represents an Address Book group. It is suitably a specialization of Base class 302. The functionality of the ABGroup 404 class is detailed in Table 7.
7TABLE 7ABGroup Class FunctionsFunctionpublic String getComment( )public ABEntry getEntries( )public String getName( )public ABGroup getSubGroups( )


[0052] The AddressBook class 406 suitably represents an address book, which is suitably a collection of entries, groups and directory services. The AddressBook class 406 is suitably a specialization of Base class 302. The functionality of the AddressBook class 406 is detailed in Table 8.
8TABLE 8AddressBook Class Functions and DescriptionsFunctionDescriptionpublic EntryQueryQuery entries using specified directory serviceCreateEntryQuery(DirectoryService service,based on partial first, last and email.String last, String first, String email)Parameter doc:first - partial first namelast - partial last nameemail - partial email addresspublic GroupQueryCreate query for groups using specified directoryCreateGroupQuery(DirectoryService service,service and partial group name.String grpName)Parameter doc:service - directory service to use; NULL tosearch address book itselfgrpName - partial group namepublic MaintainableComponent getData( )public DirectoryService getDirServices( )public ABGroup getPrimaryGroup( )public MaintainableComponent getSettings( )public void setData(MaintainableComponentdata)public voidsetSettings(MaintainableComponent settings)


[0053] The DirectoryService class 408 is suitably an abstract representation of a name lookup service or directory service. It is suitably a specialization of Base class 302. The functionality of the DirectoryService class 408 is detailed in Table 9.
9TABLE 9DirectoryService Class FunctionsFunctionpublic String getName( )


[0054] The EntryQuery class 410 is suitably a representation of a query for address book entries. It is suitably a specialization of Query class 416. The functionality of the EntryQuery class 410 is detailed in Table 10.
10TABLE 10EntryQuery Class Functions and DescriptionsFunctionDescriptionpublic ABEntry GetNextPage( )Retrieve the next page of entries.Throws: PrimaryException


[0055] The GroupQuery 412 class is suitably a representation of a query for address book groups. It is suitably a specialization of Query class 416. The functionality of the GroupQuery class 412 is detailed in Table 11.
11TABLE 11GroupQuery Class Functions and DescriptionsFunctionDescriptionpublic ABGroup GetNextPage( )Retrieve the next page of groups.Throws: PrimaryException


[0056] The LDAPService class 414 is suitably a specialization of DirectoryService class 408 for the LDAP protocol. The functionality of the LDAPService class 414 is detailed in Table 12.
12TABLE 12LDAPService Class FunctionsFunctionpublic String getLDAPserver( )public int getMaxPageEntries( )public int getMaxReturnedEntries( )public String getPassword( )public int getPortNo( )public String getSearchBase( )public int getSearchTimeout( )public String getUser( )public boolean isSecure( )


[0057] The Query class 416 is suitably a representation of a query for address book groups or individual entries. It is suitably a specialization of Base class 302. The functionality of the Query class is detailed in Table 13.
13TABLE 13Query Class Functions and DescriptionsFunctionDescriptionpublic void Close( )Close query.Throws: PrimaryExceptionpublic int getPageCount( )public int getRecCount( )public void Open( )Open or execute query.Throws: PrimaryExceptionpublic void setPageCount(int pageCount)public void setRecCount(int recCount)


[0058] Turning now to FIG. 4, a diagram is provided showing the classes of Primary package 300 and structure of the Devices package 500. The Devices package 500 is related to Primary package 300 through the Primary-Devices Relationship 220. The Devices package 500 comprises a number of classes and subpackages. Its structure is detailed in Table 14.
14TABLE 14Structure of Devices PackageElementTypeCounterClassDepartmentClassDeviceStateChangedListenerClassLogicalPackagePhysicalPackage


[0059] The Counter class 502 is suitably a representation of a single job and page counter. It is suitably a specialization of Base class 302. The functionality of the Counter class 502 is detailed in Table 15.
15TABLE 15Counter Class Functions and DescriptionsFunctionDescriptionpublic int getJobs( )public String getLastResetTime( )public int getPages( )public void Reset( )Resets the counts kept in that object.For example, if filtering by Depart-ment is active, the filtering operationwill apply only to that department.Throws: PrimaryException


[0060] The Department class 504 is suitably a representation of a department. It is an abstraction used to account for resource usage. Each department is suitably assigned a unique identification. In corporate environments, departments often correspond to business subdivisions. The Department class 504 is suitably a specialization of Base class 302. Its functionality is detailed in Table 16.
16TABLE 16Department Class FunctionsFunctionpublic int getDeptCode( )public String getDeptName( )public Counter getTotal( )public boolean isMaster( )public void setDeptCode(int deptCode)public void setDeptName(String deptName)


[0061] The DeviceStateChangedListener class 506 is suitably the base class for “device changed state” events. It is suitably a specialization of Base class 302 and suitably implements java.util.EventListener. The functionality of the DeviceStateChangedListener class 506 is detailed in Table 17.
17TABLE 17DeviceStateChangedListenerClass Functions and DescriptionsFunctionDescriptionpublic voidCalled whenLogicalDeviceStateChanged(LogicalDevice device)logical devicechanged statepublic voidPhysicalDeviceStateChanged(PhysicalDevice device)


[0062] The Logical subpackage 600 is related to Devices package 500 through the Devices-Logical Relationship 510. The Logical subpackage 600 comprises a number of classes. Its structure is detailed in Table 18.
18TABLE 18Structure of Logical SubpackageElementTypeAlertClassCassetteClassEventRecipientClassJob ChangedListenerClassJobFilterSettingsClassJobListChangedListenerClassLogicalControllerClassLogicalControllerSettingsClassLogicalDeviceClassLogicalDeviceMaintainerClassLogicalFaxClassLogicalPrinterClassLogicalScannerClassRawJobSettingsClassRemoteLogicalControllerClass


[0063] The Alert class 602 is suitably a generic device alert. Alerts suitably originate from logical devices and Alert objects are preferably read-only. The Alert class 602 is suitably a specialization of Base class 302. Its functionality is detailed in Table 19.
19TABLE 19Alert Class Functions and DescriptionsFunctionDescriptionpublic String getDescription( )Retrieves the description of the alert


[0064] The Cassette class 604 suitably represents a single paper cassette of a DID. The Cassette class 604 is suitably a specialization of Base class 302. Its functionality is detailed in Table 20.
20TABLE 20Cassette Class Functions and DescriptionsFunctionDescriptionpublic int getCapacity( )Retrieves capacity ofthe cassette.public String getName( )Retrieves the uniquename of the cassette.public String getPaperSize( )Retrieves paper sizecurrently loaded in thecassette.public String getPaperType( )Retrieves the paper type(logo, hole-punched, etc.)of the casettepublic String getStatus( )Retrieves the status of thepublic void setPaperType(String paperType)cassette.


[0065] The EventRecipient class 606 suitably represents a single event recipient. The EventRecipient class 606 is suitably a specialization of Base class 302. Its functionality is detailed in Table 21.
21TABLE 21EventRecipient Class Functions and DescriptionsFunctionDescriptionpublic String getEmail( )Retrieve the emailaddress of the recipient.public String getEventNames( )public void setEmail(String email)public void setEventNames(String eventNames)


[0066] The JobChangedListener class 608 is suitably an abstract base class for job change events listeners. The JobChangedListener class 608 is suitably a specialization of Base class 302 and suitably implements java.util.EventsListener. Its functionality is detailed in Table 22.
22TABLE 22JobChangedListener Class Functions and DescriptionsFunctionDescriptionpublic void JobChanged(Job job)Called when a job has changed.The argument identifies the particularjob that has changed.


[0067] The JobFilterSettings class 610 is suitably a representation of settings for a job or a log filter. The JobFilterSettings class 610 is suitably a specialization of Base class 302. Objects of this class are suitably used to specify how jobs and logs are filtered and sorted prior to their retrieval. Preferably, the JobFilterSettings class 610 comprises a JobFilterValues innerclass 650 for representing objects that contain filter values for fields in a job or job log.


[0068] The JobFilterValues innerclass 650 is related to Devices package 500 through the JobFilterSettings-JobFilterValues Relationship 660. Sort numbers and order numbers are suitably represented by the JobFilterValues innerclass 650. Sort numbers are preferably assigned as positive integers when indicating ascending and negative integers when indicating descending sorts. The absolute values of the sort numbers represent the relative sort order of different fields. Order numbers are also suitably assigned so that a determination can be made whether a particular field value should be retrieved and, if the order is important, the order in which the fields will be returned. The functionality of the JobFilterSettings class 610 and the JobFilterValues innerclass 650 are detailed in Table 23 and Table 24, respectively.
23TABLE 23JobFilterSettings Class FunctionsFunctionpublic int getProperty( )public String getTypes( )public boolean isIncludeInvalid( )public boolean isInvalidOnly( )public String getTypes( )public boolean isIncludeInvalid( )public boolean isInvalidOnly( )public int getDocument( )public int getId( )public int getOwner( )public int getPages( )public int getSize( )public int getStatus( )public int getTime( )public int getType( )public void setDocument(int document)public void setId(int id)public void setOwner(int owner)public void setPages(int pages)public void setSize(int size)public void setStatus(int status)public void setTime(int time)public void setType(int type)public void setIncludeInvalid(boolean includeInvalid)public void setInvalidOnly(boolean invalidOnly)public void setProperty(int property)public void setTypes(String types)


[0069]

24





TABLE 24










JobFilterValues Class Functions









Function







public JobFilterSettings.JobFilterValues getOrder( )



public JobFilterSettings.JobFilterValues getSort( )











[0070] The JobListChangedListener class 612 is suitably a base class for job list change events. The JobListChangedListener class 612 is suitably a specialization of Base class 302 and suitably implements java.util.EventsListener. Its functionality is detailed in Table 25.
25TABLE 25JobListChangedListener Class Functions and DescriptionsFunctionDescriptionpublic void JobListChanged(StringCalled when the job list has changed.jobType)The argument contains the typeof job list that has changed.


[0071] The LogicalController class 614 is suitably a representation of a logical device controller, preferably a logical device that controls other logical devices, such as a logical printer or logical scanner. The LogicalController class 614 is suitably a specialization of LogicalDevice class 618. Its functionality is detailed in Table 26.
26TABLE 26LogicalController Class Functions and DescriptionsFunctionDescriptionpublic synchronized voidaddJobChangedListener(JobChangedListener listener)public synchronized voidaddJobListChangedListener(JobListChangedListenerlistener)public static LogicalControllerBinds to the LogicalController object to which theBindToThisController( )server is associated.Return doc: The logical controllerpublic AddressBookgetAddressBook( )public Agent getAgents( )public Alert getAlerts( )public LogicalFax getFax( )public Job getJobs( )public HouseKeeper getKeeper( )public LogEntry getLogs( )public LogicalDeviceMaintainergetMaintainer( )public MessageEntry getMessages( )public NetworkConfigurationgetNetConfig( )public LogicalPrinter getPrinter( )public LogicalScanner getScanner( )public SecurityManagergetSecurityManager( )public LogicalControllerSettingsgetSettings( )public boolean IsOnline( )Returns the “online” state of the controller.Return doc:Current state of the controller.public RemoteLogicalControllerLocate devices from a range of IP addresses, controllerLocateDevices(int[] IPfrom, int[]and network protocol types.IPto, String controllerTypes, StringParameter doc:protocols)IPfrom - the beginning IP addressIPto - the ending IP address controllerTypes - type names for the controllers to be locatedprotocols - network protocol names to be used forlocationReturn doc:Array of RemoteLogicalController objects -- one foreach distinct device foundpublic RemoteLogicalControllerLocates devices on a particular subnet by specifyingLocateDevices(Stringcontroller and network protocol types.controllerTypes, String protocols,Return doc:int[] subnet)Array of RemoteLogicalController objects -- one foreach distinct device found.Parameter doc:controllerTypes - array of strings containing the typenames of the controllers to be located.protocols - array of network protocol names to be usedfor locationsubnet - array of integers indicating the subnet to beused for location; if null controller's subnet is usedpublic synchronized voidremoveJobChangedListener(JobChangedListenerlistener)public synchronized voidremoveJobListChangedListener(JobListChangedListenerlistener)public void Restart(boolean bSoft)Restarts the controller.Parameter doc:bSoft - TRUE to perform software restart; FALSE toreboot completely.public voidsetNetConfig(NetworkConfigurationnetConfig)public boolean SetOnline(booleanSets the controller's online state.newState)Return doc:The previous “online” state.public void ShutDown( )Shuts down the controller.


[0072] The LogicalControllerSettings class 616 is suitably a representation of the settings of a logical controller. Preferably, the controller has a set of constants that change only when the controller software is upgraded. The LogicalControllerSettings class 616 is suitably a specialization of Base class 302. Its functionality is detailed in Table 27.
27TABLE 27LogicalControllerSettings Class Functions and DescriptionsFunctionDescriptionpublic String getBIOSdate( )public String getBIOSid( )public String getContactName( )public String getContactPhone( )public String getControllerType( )public String getCPUType( )public String getDriverVersion( )public Date getJavaDate( )public Locale getLocale( )public String getMessage( )public String getName( )public String getOSVersion( )public String getSoftwareVersion( )public String getStatus( )public String GetTaggedValue(StringRetrieves a tagged value by name.name)Throws:PrimaryExceptionReturn doc:tagged valueParameter doc:name -- name of the value to getpublic String getTime( )public int getUTCOffset( )public boolean isDeptCodeEnabled( )public booleanisDeptCodeEnforcement( )public void setContactName(StringcontactName)public void setContactPhone(StringcontactPhone)public voidsetDeptCodeEnforcement(booleandeptCodeEnforcement)public void setJavaDate(DatejavaDate)public void setLocale(Locale locale)public void setMessage(Stringmessage)public void SetTaggedValue(StringSets the tagged value.name, String val)Throws:PrimaryExceptionParameter doc:name -- name of the value to setval -- value to setpublic void setTime(String time)public void setUTCOffset(intUTCOffset)


[0073] The LogicalDevice 618 class is suitably an abstract class representation a logical device. Logical devices are components of physical devices, which are actual devices that have physical form, i.e. those devices which one can walk up to and use. Each physical device preferably contains at least one logical device, while MFPs contain more than one logical device. The LogicalDevice class 618 is suitably a specialization of Base class 302. Its functionality is detailed in Table 28.
28TABLE 28LogicalDevice Class Functions and DescriptionsFunctionDescriptionpublic void AddDepartment(intAdds a new department to the list.deptCode, String deptName)Parameter doc:deptCode - the new department's codedeptName - new department's namepublic synchronized voidaddDeviceStateChangedListener(DeviceStateChangedListenerlistener)public voidAdds an event recipient to the current list of recipients.AddEventRecipient(EventRecipientParameter doc:newRecipient)newRecipient - the new event recipient.public void DeleteDepartment(intDeletes existing department from the list.deptCode)Throws: PrimaryExceptionParameter doc:deptCode - the new department's codepublic static StringStatic method to retrieve all the possible event names.getAllEventNames( )Return doc:Event names list (localized)public Department getCountFilter( )public Department getDepartments( )public PhysicalDevice getDevice( )public EventRecipientgetEventRecipients( )public String getFirmwareVersion( )public JobFilterSettings getJobFilter( )public JobFilterSettingsgetLogFilter( )public Counter getTotal( )public synchronized voidremoveDeviceStateChangedListener(DeviceStateChangedListener listener)public voidRemoves an event recipient from the current list ofRemoveEventRecipient(EventRecipientrecipients.recipient)Parameter doc:recipient - the existing event recipient.public voidsetCountFilter(DepartmentcountFilter)public voidsetjobFilter(JobFilterSettingsjobFilter)public voidsetLogFilter(JobFilterSettingslogFilter)


[0074] The LogicalDeviceMaintainer class 620 is closely related to LogicalController class 614. It suitably encapsulates the behavior and semantics associated with the maintenance of the LogicalController class 614. The LogicalDeviceMaintainer class 620 is suitably a specialization of Base class 302. Its functionality is detailed in Table 29.
29TABLE 29LogicalDeviceMaintainer Class Functions and DescriptionsFunctionDescriptionpublic void ClearJobLog(StringClears job log.timeEarliest)Parameter doc:timeEarliest - earliest time to be left any entries earlierthan that time will be clearedNULL - allpublic void ClearMessageLog(StringClears message log.timeEarliest)Parameter doc:timeEarliest - earliest time to be left in; any entriesearlier than that time will be clearedNULL - allpublic void ExportCounters(StringExport the counter information. If filtering Departmentformat, String exportURL)is active, that will export information only for thatdepartment.Parameter doc:format - format name: “CSV” or “TSV”exportURL - URL to store the exported filepublic void ExportJobLog(StringExport job log into a specific format file on the network.jobTypes, String jobStatuses, StringThrows: PrimaryExceptiontimeFrom, String timeTo, StringParameter doc:format, String exportURL)jobTypes - names of thejob types to export; NULL - alljobStatuses - job statuses for log entries to be exported;NULL - alltimeTo - end time for job log entriestimeFrom - start time for job log entriesformat - format name: “CSV” or “TSV”exportURL - URL to store the export filepublic voidExports message log into a particular format networkExportMessageLog(String jobTypes,file.String timeFrom, String timeTo,Throws: PrimaryExceptionString format, String exportURL)Parameter doc:jobTypes - names of thejob types to export; NULL - alltimeFrom - start time for job log entriestimeTo - end time for job log entriesformat - format name: “CSV” or “TSV”exportURL - network path to store the export file


[0075] The LogicalFax class 622 is designed to represent a fax machine device. The LogicalFax class 622 is suitably a specialization of LogicalDevice class 618. Its functionality is detailed in Table 30.
30TABLE 30LogicalFax Class FunctionsFunctionpublic String getCSID( )public Counter getInCounter( )public RoutedFaxJob[] getInJobs( )public RoutedFaxLogEntry getInLogs( )public LogicalDeviceMaintainer getInMaintainer( )public RoutedFaxMessageEntry getInMessages( )public MailBox getMailboxes( )public int getNumRetries( )public Counter getOutCounter( )public OutboundFaxJob getOutJobs( )public OutboundFaxLogEntry getOutLogs( )public LogicalDeviceMaintainer getOutMaintainer( )public FaxMessageEntry getOutMessages( )public int getRetryTimeOut( )public String getTSID( )


[0076] The Logicalprinter class 624 is designed to represent a printer or printing device. The LogicalPrinter class 624 is suitably a specialization of LogicalDevice class 618. Its functionality is detailed in Table 31.
31TABLE 31LogicalPrinter Class Functions and DescriptionsFunctionDescriptionpublic int getAutoContinueTimeOut( )public Cassette getCassettes( )public int getDaysToKeepPrJobs( )public String getIFaxTray( )public PrintJob getJobs( )public PrintLogEntry getLogs( )public LogicalDeviceMaintainer getMaintainer( )public PrintMessageEntry getMessages( )public int getPCLFontNum( )public float getPCLFontPitch( )public int getPCLFontSize( )public String getPunchUnitType( )public RawJobSettings getRawJobSettings( )public String getSorterPriority( )public String getStaplerType( )public String getStitchType( )public boolean isAutoContinueOn( )public boolean isIFaxDuplex( )public boolean isPrintStartupPage( )public void PrintDeviceConfig( )Prints logical deviceconfiguration sheet.public void PrintPCLFonts( )Prints PCL fontsavailableon the logical device.public void PrintPSFonts( )Prints PostScript fontsavailable on thelogical device.public void setAutoContinueOn(booleanautoContinueOn)public void setAutoContinueTimeOut(intautoContinueTimeOut)public void setDaysToKeepPrJobs(intdaysToKeepPrJobs)public void setIFaxDuplex(boolean IFaxDuplex)public void setIFaxTray(String IFaxTray)public void setPCLFontNum(int PCLFontNum)public void setPCLFontPitch(float PCLFontPitch)public void setPCLFontSize(int PCLFontSize)public void setPrintStartupPage(booleanprintStartupPage)public void setSorterPriority(String sorterPriority)


[0077] The LogicalScanner class 626 is designed to represent a scanner. The LogicalScanner class 626 is suitably a specialization of the LogicalDevice class 618. Its functionality is detailed in Table 32.
32TABLE 32LogicalScanner Class FunctionsFunctionpublic ScanJob getJobs( )public ScanLogEntry getLogs( )public LogicalDeviceMaintainer getMaintainer( )public ScanMessageEntry getMessages( )public ScanTemplateGroup getScanTemplateGroups( )


[0078] The RawJobSettings class 628 is an abstraction of the configuration parameters for RAW jobs, which are PDL-based jobs with no PJL commands. The RawJobSettings class 628 is suitably a specialization of the Base class 302. Its functionality is detailed in Table 33.
33TABLE 33RawJobSettings Class FunctionsFunctionpublic String getRawDfltOrient( )public String getRawDfltPaperSize( )public String getRawDfltPaperType( )public String getRawDfltTray( )public boolean isRawDfltStaplingOn( )public boolean isRawDuplexPrint( )public void setRawDfltOrient(String rawDfltOrient)public void setRawDfltPaperSize(String rawDfltPaperSize)public void setRawDfltPaperType(String rawDfltPaperType)public void setRawDfltStaplingOn(boolean rawDfltStaplingOn)public void setRawDfltTray(String rawDfltTray)public void setRawDuplexPrint(boolean rawDuplexPrint)


[0079] The RemoteLogicalController class 630 is an abstraction of a remote logical controller. This class is useful when locating controllers other than the controller currently being utilized. The RemoteLogicalController class 630 is suitably a specialization of the Base class 302. Its functionality is detailed in Table 34.
34TABLE 34RemoteLogicalController Class FunctionsFunctionpublic int[] getIP( )public int[] getIPX( )public String getNSname( )public String getType( )


[0080] The Physical subpackage 700 is related to Devices package 500 through the Devices-Physical Relationship 520. The Physical subpackage 700 comprises a number of classes. Its structure is detailed in Table 35.
35TABLE 35Structure of Physical SubpackageElementTypeCopierClassGLSeriesClassPhysicalDeviceClassSCSeriesClass


[0081] The Copier class 702 is an abstraction designed to represent a copier machine. The Copier class 702 is suitably a specialization of PhysicalDevice class 706. Its functionality is detailed in Table 36.
36TABLE 36Copier Class FunctionsFunctionpublic int getAutoClearTimeOut( )public String getAutoDuplex( )public int getAutoPowerOff( )public int getAutoPowerSave( )public String getDateFormat( )public int getMaxCopies( )public LogicalPrinter getPrinter( )public String getPrinterDSIVersion( )public String getRomVersion( )public LogicalScanner getScanner( )public String getScannerROMVersion( )public void setAutoClearTimeOut(int autoClearTimeOut)public void setAutoDuplex(String autoDuplex)public void setAutoPowerOff(int autoPowerOff)public void setAutoPowerSave(int autoPowerSave)public void setDateFormat(String dateFormat)public void setMaxCopies(int maxCopies)public void setPrinterDSIVersion(String printerDSIVersion)


[0082] It should be noted that an abstraction designed to represent any specific device is suitably added to the Physical subpackage 700. As such, the Physical subpackage is suitably expandable to include classes for any DID device in the world. One such specific device series is the GLSeries device. The GLSeries class 704 is an abstraction designed to represent a GLSeries device. The GLSeries class 704 is suitably a specialization of PhysicalDevice class 706. Its functionality is detailed in Table 37.
37TABLE 37GLSeries Class FunctionsFunctionpublic LogicalController getController( )


[0083] Similarly, the SCSeries class 708 is an abstraction designed to represent an SCSeries device controller. The SCSeries class 708 is suitably a specialization of PhysicalDevice class 706. Its functionality is detailed in Table 38.
38TABLE 38SCSeries Class FunctionsFunctionpublic LogicalController getController( )public Copier getCopier( )


[0084] The PhysicalDevice class 706 is an abstraction designed to represent a physical device, which is an actual device that has physical form, i.e. those devices which one can walk up to and use. The PhysicalDevice class 706 is suitably a specialization of Base class 302. Its functionality is detailed in Table 39.
39TABLE 39PhysicalDevice Class FunctionsFunctionpublic synchronized voidaddDeviceStateChangedListener(DeviceStateChangedListener listener)public Department getCountFilter( )public LogicalDevice getDevices( )public String getFirmwareVersion( )public String getLocation( )public String getManufacturer( )public String getModel( )public String getName( )public Counter getTotal( )public synchronized voidremoveDeviceStateChangedListener(DeviceStateChangedListenerlistener)public void setCountFilter(Department countFilter)public void setLocation(String location)


[0085] Turning now to FIG. 5, a diagram is provided showing the classes of Primary package 300 and structure of the ImageHandlers package 800. The ImageHandlers package 800 is related to Primary package 300 through the Primary-ImageHandlers Relationship 270. The ImageHandlers package 800 comprises a number of classes. Its structure is detailed in Table 40.
40TABLE 40Structure of ImageHandlers PackageElementTypeCopierClassAgentClassEmailAgentClassFaxEmailAgentClassFileAgentClassiFaxAgentClassInboundEmailAgentClassMailBoxClassOutboundEmailAgentClassRasterImageHandlerClassScanAgentClassScanTemplateClassScanTemplateGroupClassStorageAgentClassStoredFaxAgentClassStoredJobAgentClassStoredScanAgentClassTWAINAgentClass


[0086] The Agent class 802 is an abstraction designed to represent a generic image processing unit. The Agent class 802 is suitably a specialization of MaintainableComponent class 304. Its functionality is detailed in Table 41.
41TABLE 41Agent Class FunctionsFunctionpublic String getFileFormat( )public void setFileFormat(String fileFormat)


[0087] The EmailAgent class 804 is an abstraction designed to represent a generic email processing unit. The EmailAgent class 804 is suitably a specialization of Agent class 802. Its functionality is detailed in Table 42.
42TABLE 42EmailAgent Class FunctionsFunctionpublic int getMaxFragment( )public int getMaxSize( )public void setMaxFragment(int maxFragment)public void setMaxSize(int maxSize)


[0088] The FaxEmailAgent class 806 is designed to handle scan-to-iFax requests. The FaxEmailAgent class 806 is suitably a specialization of OutboundEmaiLAgent class 816.


[0089] The FileAgent class 808 designed to handle requests for storage of information into a file share sysetem. The FileAgent class 808 is suitably a specialization of StorageAgent class 826. Its functionality is detailed in Table 43.
43TABLE 43FileAgent Class FunctionsFunctionpublic String getUser( )public void setPassword(String password)public void setUser(String user)


[0090] The iFaxAgent class 810 designed to represent iFax-to-print Agent. The iFaxAgent class 810 is suitably a specialization of InboundEmailAgent class 812. Its functionality is detailed in Table 44.
44TABLE 44iFaxAgent Class FunctionsFunctionpublic String getErrorEmail( )public String getPrintMode( )public boolean isPrintError( )public boolean isSendEmailOnError( )public void setErrorEmail(String errorEmail)public void setPrintError(boolean printError)public void setPrintMode(String printMode)public void setSendEmailOnError(boolean sendEmailOnError)


[0091] The InboundEmailAgent class 812 is an abstraction designed to represent a generic inbound image processing email Agent. The InboundEmailAgent class 812 is suitably a specialization of EmailAgent class 804. Its functionality is detailed in Table 45.
45TABLE 45InboundEmailAgent Class FunctionsFunctionpublic String getMailDomain( )public int getPollRate( )public int getPOPport( )public String getPOPServer( )public int getSMTPport( )public String getSMTPServer( )public String getUser( )public void setMailDomain(String mailDomain)public void setPassword(String password)public void setPollRate(int pollRate)public void setPOPport(int POPport)public void setPOPServer(String POPServer)public void setSMTPport(int SMTPport)public void setSMTPServer(String SMTPServer)public void setUser(String user)


[0092] The MailBox class 814 is designed to store inbound receipts prior to their being handled by an agent. For example, after being received, the inbound faxes are stored in the mailbox prior to being handled by an agent. The MailBox class 814 is suitably a specialization of RasterImageHandler class 818. Its functionality is detailed in Table 46.
46TABLE 46Mailbox Class FunctionsFunctionpublic int getNo( )public void setNo(int no)public void setPassword(String password)


[0093] The OutboundEmailAgent class 816 is an abstraction designed to represent a generic outbound image processing email Agent. The OutboundEmailAgent class 816 is suitably a specialization of EmailAgent class 804. Its functionality is detailed in Table 47.
47TABLE 47OutboundEmailAgent Class FunctionsFunctionpublic String getBodyText( )public String getFromAddress( )public String getFromName( )public String getSubject( )public String getToAddress( )public String getToName( )public void setBodyText(String bodyText)public void setFromAddress(String fromAddress)public void setFromName(String fromName)public void setSubject(String subject)public void setToAddress(String toAddress)public void setToName(String toName)


[0094] The RasterImageHandler class 818 is an abstraction designed to represent a generic raster image processing handler. The RasterImageHandler class 818 is suitably a specialization of MaintainableComponent class 304. Its functionality is detailed in Table 48.
48TABLE 48RasterImageHandler Class FunctionsFunctionpublic Agent getAgent( )public Counter getCounter( )public int getDeptCode( )public String getDescription( )public String getName( )public String getNotificationDest( )public String getOwner( )public boolean isNotifyOnError( )public boolean isNotifyOnJob( )public void setAgent(Agent agent)public void setDeptCode(int deptCode)public void setDescription(String description)public void setName(String name)public void setNotificationDest(String notificationDest)public void setNotifyOnError(boolean notifyOnError)public void setNotifyOnJob(boolean notifyOnJob)public void setOwner(String owner)


[0095] The ScanAgent class 820 is designed to handle scan-to-file requests. The ScanAgent class 820 is suitably a specialization of InboundEmailAgent class 812.


[0096] The ScanTemplate class 822 is a specialization of RasterImageHandler class 818 designed to process scans. The ScanTemplate class 822 is suitably a specialization of RasterImageHandler class 818. Its functionality is detailed in Table 49.
49TABLE 49ScanTemplate Class FunctionsFunctionpublic ScanAgent getAgent( )public String getDocType( )public int getExposure( )public FileStorage getFileStorageArea( )public int getIcon( )public String getOriginalSize( )public ScanTemplateGroup getParentGroup( )public int getResolution( )public int getRotation( )public boolean isDuplex( )public void setDocType(String docType)public void setDuplex(boolean duplex)public void setExposure(int exposure)public void setFileStorageArea(FileStorage fileStorageArea)public void setIcon(int icon)public void setOriginalSize(String originalSize)public void setParentGroup(ScanTemplateGroup parentGroup)public void setResolution(int resolution)public void setRotation(int rotation)


[0097] The ScanTemplateGroup class 824 is a representation of a collection of scan templates. The ScanTemplateGroup class 824 is suitably a specialization of MaintainableComponent class 304. Its functionality is detailed in Table 50.
50TABLE 50ScanTemplateGroup Class FunctionsFunctionpublic Counter getCounter( )public String getDfltEmail( )public String getName( )public int getNo( )public String getOwner( )public ScanTemplate getTemplates( )public void setDfltEmail(String dfltEmail)public void setName(String name)public void setNo(int no)public void setOwner(String owner)public void setPassword(String password)public void setTemplates(ScanTemplate templates)


[0098] The StorageAgent class 826 is an abstract class representing a generic storage-based agent for processing inbound images, which are suitably scanned images. The StorageAgent class 826 is suitably a specialization of Agent class 802. Its functionality is detailed in Table 51.
51TABLE 51StorageAgent Class FunctionsFunctionpublic int getAutoDeleteDays( )public FileStorage getDestFileStorageArea( )public FileStorage getDfltFileStorageArea( )public String getFileNameTemplate( )public boolean isLocalStorage( )public void setAutoDeleteDays(int autoDeleteDays)public void setDestFileStorageArea(FileStorage destFileStorageArea)public void setDfltFileStorageArea(FileStorage dfltFileStorageArea)public void setFileNameTemplate(String fileNameTemplate)public void setLocalStorage(boolean localStorage)


[0099] The StoredFaxAgent class 828 is designed to represent an agent for handling stored fax requests. The StoredFaxAgent class 828 is suitably a specialization of StorageJobAgent class 830.


[0100] The StoredJobAgent class 830 is an abstract class representing an agent for storing jobs. The StoredJobAgent class 830 is suitably a specialization of StorageAgent class 826. Its functionality is detailed in Table 52.
52TABLE 52StoredFaxAgent Class FunctionsFunctionpublic String getFolderType( )public void setFolderType(String folderType)


[0101] The StoredScanAgent class 832 is designed to represent an agent for handling stored scan requests. The StoredScanAgent class 832 is suitably a specialization of StoredJobAgent class 830.


[0102] The TWAINAgent class 834 is designed to represent an agent for handling requests for storage into a file share for subsequent TWAIN acquisition. The TWAINAgent class 834 is suitably a specialization of StorageAgent class 826.


[0103] Turning now to FIG. 6, a diagram is provided showing the classes of Primary package 300 and structure of the Jobs package 900. The Jobs package 900 is related to Primary package 300 through the Primary-Jobs Relationship 250. The Jobs package 900 comprises a number of classes. Its structure is detailed in Table 53.
53TABLE 53Structure of Jobs PackageElementTypeInboundJobClassJobClassOutboundFaxJobClassOutboundJobClassPrintJobClassPrivatePrintJobClassProofPrintJobClassRAWPrintJobClassRoutedFaxJobClassScanJobClassScheduledFaxJobClassScheduledPrintJobClassStoredFaxJobClassStoredlnboundJobClassStoredPrintJobClassStoredScanJobClass


[0104] The InboundJob class 902 is an abstract class representing inbound jobs. Inbound jobs are those jobs for which devices receive raster image data. Examples of inbound jobs are incoming faxes and scan jobs. The InboundJob class 902 is suitably a specialization of Job class 904. Its functionality is detailed in Table 54.
54TABLE 54InboundJob Class FunctionsFunctionpublic Agent getAgent( )public String getDetailedStatus( )


[0105] The Job class 904 is an abstract class representing a generic job, which is a rudimentary unit of work for a digital imaging device. The Job class 904 is suitably a specialization of Base class 302. Its functionality is detailed in Table 55.
55TABLE 55 Job Class Functions and DescriptionsFunctionDescriptionpublic void Delete( )Deletes the job from the queue.Note: The Job object suitablycontinues to be valid until allreferences to it are released;the “status” field suitablyindicates that the Job has beendeleted.public int getDeptCode( )public int getID( )public int getPages( )public String getStatus( )public String getTime( )public void setDeptCode(int deptCode)


[0106] The OutboundFaxJob class 906 represents an outbound fax job, i.e. a PC-Fax job. Outbound fax jobs are suitably jobs awaiting immediate transmission. The OutboundFaxJob class 906 is suitably a specialization of OutboundJob class 908. Its functionality is detailed in Table 56.
56TABLE 56OutboundFaxJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for Outbound Fax jobs.public String getOriginalJobType( )


[0107] The OutboundJob class 908 is an abstract class representing an outbound job that represents an outbound fax job, i.e. a PC-Fax job. The OutboundJob class 908 is suitably a specialization of Job class 904. Its functionality is detailed in Table 57.
57TABLE 57OutboundJob Class Functions and DescriptionsFunctionDescriptionpublic String getDocumentName( )public String getOwner( ) public int getSize( )public void ReleaseForProcessing( )Releases the job for further proc-essing in case this job is invalid.Throws: PrimaryException


[0108] The PrintJob class 910 represents a generic print job. The PrintJob class 910 is suitably a specialization of OutboundJob class 908. Its functionality is detailed in Table 58.
58TABLE 58PrintJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for regular Print jobs.public String getOriginalJobType( )


[0109] The PrivatePrintJob class 912 represents a private print job, which is suitably a print job that must be manually released from a device console. The PrivatePrintJob class 912 is suitably a specialization of PrintJob class 910. Its functionality is detailed in Table 59.
59TABLE 59PrivatePrintJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns thejob type for private Printjobs.public void setPassword(String password)


[0110] The ProofPrintJob class 914 represents a proof-print job. The ProofPrintJob class 914 is suitably a specialization of PrintJob class 910. Its functionality is detailed in Table 60.
60TABLE 60ProofPrintJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns thejob type for Proof Print jobs.public int getNoCopies( )public void Release( )Releases the job immediately.Throws: PrimaryExceptionpublic void setNoCopies(int noCopies)


[0111] The RAWPrintJob class 916 represents a RAW job, which is a job that contains no PJL commands. The RAWPrintJob 916 class is suitably a specialization of PrintJob class 910. Its functionality is detailed in Table 61.
61TABLE 61RAWPrintJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for RAW Print jobs.public RawJobSettingsgetRawJobSettings( )public voidsetRawJobSettings(RawJobSettingsrawJobSettings)


[0112] The RoutedFaxJob class 918 represents an inbound fax job that is being routed to a recipient on the network. The RoutedFaxJob class 918 is suitably a specialization of InboundJob class 902. Its functionality is detailed in Table 62.
62TABLE 62RoutedFaxJob Class Functions and DescriptionsFunctionDescriptionpublic staticStatic method that returns the job typeString getJobType( )for routed fax jobs.public MailBox getMailbox( )


[0113] The ScanJob class 920 represents a scan job. Scan jobs are suitably initiated by a user manually wherein a user inserts paper and selects a scan option. The ScanJob class 920 is suitably a specialization of InboundJob class 902. Its functionality is detailed in Table 63.
63TABLE 63ScanJob Class Functions and DescriptionsFunctionDescriptionpublic ScanTemplateGroup getGroup( )public static String getJobType( )Static method that returns thejob type for scan jobs.public ScanTemplate getTemplate( )


[0114] The ScheduledFaxJob class 922 represents a fax job scheduled for future transmission. The ScheduledFaxJob class 922 is suitably a specialization of OutboundFaxJob class 906. Its functionality is detailed in Table 64.
64TABLE 64ScheduledFaxJob Class Functions and DescriptionsFunctionDescriptionpublic staticStatic method that returns theString getJobType( )job type for scheduled fax jobs.public String getReleaseTime( )public void Release( )Releases the job immediately.Throws: PrimaryExceptionpublic voidsetReleaseTime(String releaseTime)


[0115] The ScheduledPrintJob class 924 represents a print job scheduled for future transmission. The ScheduledPrintJob class 924 is suitably a specialization of PrintJob class 910. Its functionality is detailed in Table 65.
65TABLE 65ScheduledPrintJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for Scheduled Print jobs.public String getReleaseTime( )public void Release( )Releases the job immediately.Throws: PrimaryExceptionpublic voidsetReleaseTime(String releaseTime)


[0116] The StoredFaxJob class 926 represents stored fax jobs. The StoredFaxJob class 926 is suitably a specialization of StoredInboundJob class 928. Its functionality is detailed in Table 66.
66TABLE 66StoredFaxJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for stored fax jobs.


[0117] The StoredInboundJob class 928 is an abstract class representing stored inbound jobs. The StoredInboundJob class 928 is suitably a specialization of Inboundjob class 902. Its functionality is detailed in Table 67.
67TABLE 67StoredInboundJob Class Functions and DescriptionsFunctionDescriptionpublic static StringStatic method that returns thegetJobType( )job type for stored inbound jobs.


[0118] The StoredPrintJob class 930 is an abstract class representing a single stored job, which is a job on a device for future printing and/or proofing. The StoredPrintJob class 930 is suitably a specialization of OutboundJob class 908. Its functionality is detailed in Table 68.
68TABLE 68StoredPrintJob Class Functions and DescriptionsFunctionDescriptionpublic String getFolderName( )public String getFolderType( )public static String getJobType( )Static method that returns the jobtype for stored jobs.public void setFolderName(StringfolderName)


[0119] The StoredScanJob class 932 represents stored scan jobs. The StoredScanJob class 932 is suitably a specialization of StoredInboundJob class 928. Its functionality is detailed in Table 69.
69TABLE 69StoredScanJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for stored scan jobs.


[0120] Turning now to FIG. 7, a diagram is provided showing the classes of Primary package 300 and structure of the Logs package 1000. The Logs package 1000 is related to Primary package 300 through the Primary-Logs Relationship 230. The Logs package 1000 comprises a number of classes and a subpackage. Its structure is detailed in Table 70.
70TABLE 70Structure of Logs PackageElementTypeInboundJobLogEntryClassLogEntryClassOutboundFaxLogEntryClassOutboundJobLogEntryClassPrintLogEntryClassRoutedFaxLogEntryClassScanLogEntryClassMessagesPackage


[0121] The InboundJobLogEntry class 1002 is an abstract class representing a log entry for an incoming job. The InboundJobLogEntry class 1002 is suitably a specialization of LogEntry class 1004. Its functionality is detailed in Table 71.
71TABLE 71InboundJobLogEntry Class FunctionsFunctionpublic Agent getAgent( )public String getDetailedStatus( )


[0122] The LogEntry class 1004 is an abstract class representing a generic job log entry. The LogEntry class 1004 is suitably a specialization of Base class 302. Its functionality is detailed in Table 72.
72TABLE 72LogEntry Class FunctionsFunctionpublic int getDeptCode( )public int getID( )public int getPages( )public int getSize( )public String getStatus( )public String getTime( )public void setDeptCode(int deptCode)


[0123] The OutboundFaxLogEntry class 1006 represents a log entry for all kinds of fax jobs. The OutboundFaxLogEntry class 1006 is suitably a specialization of OutboundJobLogEntry class 1008.


[0124] The OutboundJobLogEntry class 1008 is an abstract class representing a log entry for an outgoing job. The OutboundJobLogEntry class 1008 is suitably a specialization of LogEntry class 1004. Its functionality is detailed in Table 73.
73TABLE 73OutboundJobLogEntry Class FunctionsFunctionpublic String getDocumentName( )public String getOriginalJobType( )public String getOwner( )


[0125] The PrintLogEntry class 1010 represents a log entry for all kinds of print jobs. The PrintLogEntry class 1010 is suitably a specialization of OutboundJobLogEntry class 1008.


[0126] The RoutedFaxLogEntry class 1012 represents a log entry for an inbound routed fax job. The RoutedFaxLogEntry class 1012 is suitably a specialization of InboundJobLogEntry class 1002. Its functionality is detailed in Table 74.
74TABLE 74RoutedFaxLogEntry Class FunctionsFunctionpublic String getBoxNo( )


[0127] The ScanLogEntry class 1014 represents a log entry for an inbound scan job. The ScanLogEntry class 1014 is suitably a specialization of InboundJobLogEntry class 1002. Its functionality is detailed in Table 75.
75TABLE 75ScanLogEntry Class FunctionsFunctionpublic String getGroup( )public String getTemplate( )


[0128] The Message subpackage 1100 is related to Logs package 1000 through the Logs-Messages Relationship 1050. The Message subpackage 1100 comprises a number of classes. Its structure is detailed in Table 76.
76TABLE 76Structure of Messages SubpackageElementTypeFaxMessageEntryClassMessageEntryClassPrintMessageEntryClassRoutedFaxMessageEntryClassScanMessageEntryClass


[0129] The FaxMessageEntry class 1102 is an abstract class representing a fax message entry. The FaxMessageEntry class 1102 is suitably a specialization of MessageEntry class 1104. Its functionality is detailed in Table 77.
77TABLE 77FaxMessageEntry Class FunctionsFunctionpublic static String getComponentName( )


[0130] The MessageEntry class 1104 is an abstract class representing a generic message log entry. The MessageEntry class 1104 is suitably a specialization of Base class 302. Its functionality is detailed in Table 78.
78TABLE 78MessageEntry Class FunctionsFunctionpublic String getComponent( )public String getDescription( )public int getID( )public String getSeverity( )public String getTime( )


[0131] The PrintMessageEntry class 1106 is an abstract class for printing message log entries. The PrintMessageEntry class 1106 is suitably a specialization of MessageEntry class 1104. Its functionality is detailed in Table 78.
79TABLE 78PrintMessageEntry Class FunctionsFunctionpublic static String getComponentName( )


[0132] The RoutedFaxMessageEntry class 1108 represents a message entry for a routed fax job. The RoutedFaxMessageEntry class 1108 is suitably a specialization of MessageEntry class 1104. Its functionality is detailed in Table 79.
80TABLE 79RoutedFaxMessageEntry Class FunctionsFunctionpublic static String getComponentName( )public String getDetailedStatus( )


[0133] The ScanMessageEntry class 1110 represents a message entry for a scan job. The ScanMessageEntry class 1110 is suitably a specialization of MessageEntry class 1104. Its functionality is detailed in Table 80.
81TABLE 80ScanMessageEntry Class FunctionsFunctionpublic static String getComponentName( )public String getDetailedStatus( )


[0134] Turning now to FIG. 8, a diagram is provided showing the classes of Primary package 300 and structure of the Maintenance package 1200. The Maintenance package 1200 is related to Primary package 300 through the Primary-Maintenance Relationship 240. The Maintenance package 1200 comprises a number of classes. Its structure is detailed in Table 81.
82TABLE 81Structure of Maintenance PackageElementTypeFileStorageClassHouseKeeperClassLoadableComponentClassRemoteComponentClassUpgradeRecordClass


[0135] The FileStorage class 1202 is an abstract class representing the file storage associated with a device. The file storage is suitably maintained by the device itself or elsewhere on a network. The FileStorage class 1202 is suitably a specialization of Base class 302. Its functionality is detailed in Table 82.
83TABLE 82FileStorage Class Functions and DescriptionsFunctionDescriptionpublic void Clear( )Remove all components(files) in the area.Throws:PrimaryExceptionpublic String getDescription( )public int getFreeDiskSpace( )public String getName( )public String getURL( )public void setDescription(String description)public void setName(String name)public void setURL(String URL)


[0136] The HouseKeeper class 1204 is an abstract class for providing general maintenance functionality. The HouseKeeper class 1204 is suitably designed in the form of a utility class and is suitably a specialization of Base class 302. Its functionality is detailed in Table 83.
84TABLE 83HouseKeeper Class Functions and DescriptionsFunctionDescriptionpublic FileStorageCreates a storage area by unique name.CreateStorageArea(String name, StringThrows: PrimaryExceptionURL)Parameter doc:name - Unique name of the area to be createdURL - URL where the storage residesNULL - device discretionpublic voidDownload files given a locale, category and componentDownloadComponents(LoadableComponentset.components, String urlTo)Throws: PrimaryExceptionParameter doc:components - list of components to downloadurlTo - URL where files are to be storedException doc: PrimaryExceptionpublic LoadableComponentgetComponents( )public LoadableComponentRetrieves the component set associated with this fileGetComponents(Locale locale, Stringstorage given a locale and category.category)Throws: PrimaryExceptionParameter doc:locale - object representing the target localecategory - name of category this file belongs toReturn doc: The component listException doc: PrimaryExceptionpublic RemoteComponentRetrieve the list of components that are available at theGetComponentsAt(String fromURL)specified URL.Throws: PrimaryExceptionParameter doc:fromURL - URL where to check for componentsReturn doc: List of components that can be backed up.public FileStorage getDriverStorage( )public FileStorage getStorageAreas( )public UpgradeRecordgetUpgradeHistory( )public void InstallUpgrade(StringUpgrade components from the specified URL. ThisurlFrom, LoadableComponents[]method will check for dependent components and willcomponents)upgrade these first. If intermediate restart is requiredbefore the upgrade is complete, this operation willreturn, IsRestartPending will return TRUE andIsUpgradeComplete will return FALSE.Throws: PrimaryExceptionParameter doc:urlFrom - Source URL to install fromcomponents - List of components to installpublic boolean IsRestartPending( )Determines if a restart is currently pending.Return doc: Indication of whether restart is currentlypending or notpublic boolean IsUpgradeComplete( )Indicates if the previously initiated upgrade operation iscomplete.public boolean IsUpgradePossible( )Determines if an upgrade is possible at this moment.The reasons upgrade may not be possible are:1. Upgrade is already running or is not complete2. Restart is pending.Return doc: Indication of whether upgrade is possibleor not


[0137] The LoadableComponent class 1206 is an abstract class that represents a software component that can be backed up, downloaded, uploaded, etc. The LoadableComponent class 1206 is suitably a specialization of MaintainableComponent class 304. Its functionality is detailed in Table 84.
85TABLE 84LoadableComponent Class Functions and DescriptionFunctionDescriptionpublic void Download(String urlTo)Downloads all files of thecomponent to a URL.Throws: Primary ExceptionParameter doc:urlTo - URL where to down-load the files toException doc:PrimaryExceptionpublic void Export(String toURL, StringExport this component to aformat)specified URL. May not besupported by all components.Parameter doc:toURL - URL to export toformat - format ID[“CSV”, “TSV”]public File Storage getDfltStorage( )public void Import(String toURL, StringImport this component from aformat, boolean replace)specified URL. May not besupported by all components.Parameter doc:fromURL - URL to importfrom format - format ID[“CSV”, “TSV”]replace - TRUE: replace con-tents, FALSE: add/updatepublic boolean isDataOnly( )public booleanReturn indication of whetherMatch(RemoteComponent counterpart)the component matchesthe remote componentsupplied as an argument.public void Upload(String urlFrom)Uploads all files of the com-ponent into a device main-tained storage.Throws: PrimaryExceptionParameter doc:urlFrom - URL where to getthe file fromException doc:PrimaryExceptionpublic void UploadFile(FileStorageUploads a single file into thestorage, String urlFrom)device maintained storage fora particular locale, categoryand component. This methodis useful when uploadingusing HTTP protocol,since this protocol allowsonly single file operation.Throws: PrimaryExceptionParameter doc:storage - storage on the de-vice to upload file tourlFrom - URL where to getthe file fromException doc:PrimaryException


[0138] The RemoteComponent class 1208 is an abstract class representing a remote component, which is a component that exists at a remote location or URL. The RemoteComponent class 1208 is suitably a specialization of Base class 302. Its functionality is detailed in Table 85.
86TABLE 85RemoteComponent Class FunctionsFunctionpublic String getCategory( )public RemoteComponent getDependencies( )public String getDescription( )public Locale getLocale( )public String getName( )public int getSize( )public String getVersion( )


[0139] The UpgradeRecord class 1210 is an abstract class representing a single historical record of an upgrade operation. The UpgradeRecord class 1210 is suitably a specialization of Base class 302. Its functionality is detailed in Table 86.
87TABLE 86UpgradeRecord Class FunctionsFunctionpublic RemoteComponent getComponents( )public String getTime( )public String getURLfrom( )public String getUser( )public boolean isComplete( )


[0140] Turning now to FIG. 9, a diagram is provided showing the classes of Primary package 300 and structure of the Network package 1300. The Network package 1300 is related to Primary package 300 through the Primary-Network Relationship 260. The Network package 1300 comprises a number of classes. Its structure is detailed in Table 87.
88TABLE 87Structure of Network PackageElementTypeAdapterClassAppleTalkClassBrowserClassEthernetAdapterClassIPPClassIPXSPXClassLPDClassMacPrintingClassMicrosoftPrintingClassNetBEUIClassNetworkConfigurationClassNovellPrintingClassProtocolClassServerClassServiceClassTCPIPClassWirelessEthernerAdapterClass


[0141] The Adapter class 1302 is an abstract class representing a single network adapter. The Adapter class 1302 is suitably a specialization of Base class 302. Its functionality is detailed in Table 88.
89TABLE 88Adapter Class Functions and DescriptionsFunctionDescriptionpublic String getCardModel( )public String getCardType( )public String getMACAddress( )public Protocol getProtocols( )public Service getServices( )public boolean isEnabled( )public void RestoreDefaults( )Restores factory defaultsettings for all properties.public void setEnabled(boolean enabled)public void setProtocols(Protocol protocols)public void setServices(Service services)


[0142] The AppleTalk class 1304 represents the AppleTalk protocol. The AppleTalk class 1304 is suitably a specialization of Protocol class 1326. Its functionality is detailed in Table 89.
90TABLE 89AppleTalk Class FunctionsFunctionpublic String getZone( )public void setZone(String zone)


[0143] The Browser class 1306 represents a network browser service. The Browser class 1306 is suitably a specialization of Service class 1330.


[0144] The EthernetAdapter class 1308 represents an Ethernet adapter. The EthernetAdapter class 1308 is suitably a specialization of Adapter class 1302. Its functionality is detailed in Table 90.
91TABLE 90EthernetAdapter Class FunctionsFunctionpublic int getLineSpeed( )


[0145] The IPP class 1310 represents a service for printing through use of the Internet Printing Protocol. The IPP class 1310 is suitably a specialization of Service class 1330.


[0146] The IPXSPX class 1312 is a specialization of Protocol class 1326 for representing the IPX/SPX protocols. The IPP class 1312 is suitably a specialization of Protocol class 1326. Its functionality is detailed in Table 91.
92TABLE 91IPXSPX Class FunctionsFunctionpublic String getFrameType( )public void setFrameType(String frameType)


[0147] The LPD class 1314 represents a service for printing through use of the LPD Protocol. The LPD class 1314 is suitably a specialization of Service class 1330.


[0148] The MacPrinting class 1316 represents a service for printing through an AppleTalk network. The MacPrinting class 1316 is suitably a specialization of Service class 1330. Its functionality is detailed in Table 92.
93TABLE 92MacPrinting Class FunctionsFunctionpublic String getName( )public void setName(String name)


[0149] The MicrosoftPrinting class 1318 represents a service for printing through Microsoft networks. The MicrosoftPrinting class 1318 is suitably a specialization of Service class 1330. Its functionality is detailed in Table 93.
94TABLE 93MicrosoftPrinting Class FunctionsFunctionpublic String getDomain( )public String getName( )public void setDomain(String domain)public void setName(String name)


[0150] The NetBEUI class 1320 represents the NetBEUI protocol. The NetBEUI class 1320 is suitably a specialization of Protocol class 1326.


[0151] The NetworkConfiguration class 1322 is a container for storing and accessing network configuration parameters. The NetworkConfiguration class 1322 is suitably a specialization of Base class 302. Its functionality is detailed in Table 94.
95TABLE 94NetworkConfiguration Class Functions and DescriptionsFunctionDescriptionpublic Adapter getAdapters( )public Protocol getProtocols( )public Service getServices( )public void RestoreDefaults( )Resets to factory default configuration.public void setAdapters(Adapter adapters)public void setProtocols(Protocol protocols)public void setServices(Service services)


[0152] The NovellPrinting class 1324 represents a service for printing on Novell newtorks. The NovellPrinting class 1324 is suitably a specialization of Service class 1330. Its functionality is detailed in Table 95.
96TABLE 95NovellPrinting Class FunctionsFunctionpublic String getAdvertisedName( )public String getContext( )public String getEnvironment( )public String getOperatingMode( )public String getPrimaryFileServerName( )public int getPrinterNo( )public String getServerName( )public String getTree( )public void setAdvertisedName(String advertisedName)public void setContext(String context)public void setEnvironment(String environment)public void setOperatingMode(String operatingMode)public void setPrimaryFileServerName(String primaryFileServerName)public void setPrinterNo(int printerNo)public void setServerName(String serverName)public void setTree(String tree)


[0153] The Protocol class 1326 is an abstract class representing a base class for all network protocols. The Protocol class 1326 is suitably a specialization of Base class 302. Its functionality is detailed in Table 96.
97TABLE 96Protocol Class Functions and DescriptionsFunctionDescriptionpublic ProtocolgetDependentProtocols( )public boolean isEnabled( )public void RestoreDefaults( )Restores factory default settings forall properties.public void setDependentProtocols(ProtocoldependentProtocols)public voidsetEnabled(boolean enabled)


[0154] The Server class 1328 represents a service allowing for file sharing. The Server class 1328 is suitably a specialization of Service class 1330.


[0155] The Service class 1330 is the base class for all network services. It suitably extends the function of Base class 302. Its functionality is detailed in Table 97.
98TABLE 97Service Class Functions and DescriptionsFunctionDescriptionpublic Protocol getRequiredProtocols( )public boolean isEnabled( )public void RestoreDefaults( )Restores factory default set-tings for all properties.public void setEnabled(boolean enabled)


[0156] The TCPIP class 1332 represents the TCP/IP protocol. The TCPIP class 1332 is suitably a specialization of Protocol class 1326. Its functionality is detailed in Table 98.
99TABLE 98TCPIP Class FunctionsFunctionpublic int[ ] getDNS1( )public int[ ] getDNS2( )public int[ ] getGateway( )public int[ ] getIPAddress( )public int[ ] getSubnetMask( )public int[ ] getWINS1( )public int[ ] getWINS2( )public String getWINSScopeID( )public boolean isDHCP( )public void setDHCP(boolean DHCP)public void setDNS1(int[ ] DNS1)public void setDNS2(int[ ] DNS2)public void setGateway(int[ ] gateway)public void setIPAddress(int[ ] IPAddress)public void setSubnetMask(int[ ] subnetMask)public void setWINS1(int[ ] WINS1)public void setWINS2(int[ ] WINS2)public void setWINSScopeID(String WINSScopeID)


[0157] The WirelessEthernetAdapter class 1334 represents a wireless Ethernet adapter. The WirelessEthernetAdapter class 1334 is suitably a specialization of Adapter class 1302. Its functionality is detailed in Table 99.
100TABLE 99WirelessEthernetAdapter Class FunctionsFunctionpublic String getAdapterModel( )public String getAdapterVersion( )public String getAuthenticationType( )public int getChannel( )public String getCountryVersion( )public int getDataRate( )public int getDataRetries( )public String getDfltAccessPoint( )public int getFragmentThreshold( )public String getManufacturer( )public String getNetworkType( )public int getRTSRetryLimit( )public int getRTSThreshold( )public String getSSID( )public int getWEPencryptionStrength( )public int getXmitPower( )public void setAdapterModel(String adapterModel)public void setAdapterVersion(String adapterVersion)public void setAuthenticationType(String authenticationType)public void setChannel(int channel)public void setCountryVersion(String countryVersion)public void setDataRate(int dataRate)public void setDataRetries(int dataRetries)public void setDfltAccessPoint(String dfltAccessPoint)public void setFragmentThreshold(int fragmentThreshold)public void setManufacturer(String manufacturer)public void setNetworkType(String networkType)public void setRTSRetryLimit(int RTSRetryLimit)public void setRTSThreshold(int RTSThreshold)public void setSSID(String SSID)public void setWEPencryptionStrength(int WEPencryptionStrength)public void setWEPkey(String WEPkey)public void setXmitPower(int xmitPower)


[0158] Turning now to FIG. 10, a diagram is provided showing the classes of Primary package 300 and structure of the Security package 1400. The Security package 1400 is related to Primary package 300 through the Primary-Security Relationship 280. The Security package 1400 comprises a number of classes. Its structure is detailed in Table 100.
101TABLE 100Structure of Primary.Security PackageElementTypePublicKeyClassSecurityContextClassSecurityManagerClassSessionClassUserClassUserGroupClass


[0159] The PublicKey class 1402 suitably represents the public keys used when transmitting secured information over an non-secure connection. The PublicKey class 1402 is suitably a specialization of java.lang.Object. Its functionality is detailed in Table 101.
102TABLE 101PublicKey Class Functions and DescriptionsFunctionDescriptionpublic String export( )Exports the key into a MIME encodedstring.Throws: PrimaryExceptionpublic void ImportFromStringImports the public key from a MIME(String key)encoded string.Throws: PrimaryExceptionpublic void ImportFromURLImports the public key from an URL.(String url)Encoding depends on the protocol used.Throws: PrimaryException


[0160] The SecurityContext class 1404 suitably represents the security context of a client. The security context is used to represent client's identity and access rights for a secured device and is suitably obtained through authentication. The SecurityContext class 1404 is suitably a specialization of java.lang.Object. Its functionality is detailed in Table 102.
103TABLE 102SecurityContext Class FunctionsFunctionpublic Session getSession( )


[0161] The SecurityManager class 1406 suitably represents an object that encapsulates the context and behavior associated with security management. The SecurityManager class 1406 is suitably a specialization of Base class 302. Its functionality is detailed in Table 103.
104TABLE 103SecurityManager Class Functions and DescriptionsFunctionDescriptionpublic void AddUser(User user)Adds a user to the list of users.Throws: PrimaryExceptionParameter doc:user - user object to addpublic void AddUserGroupAdds a group to the list of groups.(UserGroup user)Throws: PrimaryExceptionParameter doc:group - group object to addpublic PublicKeyRetrieves device's public key used forgetDevPublcKey( )secure transmission.See: setClientPublicKeyReturn doc:Public key of the device, so that usernames and passwords can be exchangedwith clientspublic UserGroupgetUserGroups( )public User getUsers( )public Session Logon(StringAuthenticates a user and returns aname, String password( )security context.Throws: PrimaryExceptionReturn doc:Security descriptor encapsulatinguser's identity.public void RemoveUserRemoves existing user.(User user)Throws: PrimaryExceptionParameter doc:user - user object to removepublic void RemoveUserGroupRemoves a group from the list of(UserGroupuser)groups. Must have administrativeprivileges.Throws: PrimaryExceptionParameter doc:group - group object to removepublic void setUserGroups(UserGroupuserGroups)public void setUsers(User users)


[0162] The Session class 1408 suitably represents an object that encapsulates the settings maintained during a logon session. The Session class 1408 is suitably a specialization of Base class 302. Its functionality is detailed in Table 104.
105TABLE 104Session Class Functions and DescriptionsFunctionDescriptionpublic SecurityContextChange the current identityChangeIdentity(SecurityContext newId)of the user interacting withthe device. Requiresprevious logon with thedevice to establish the asecurity context for thenew identity.Return doc:The security context of theold identity.public LogicalController getController( )public Locale getLocale( )public String getOverride TimeFormat( )public SecurityContext getSecurityContext( )public int getUTCOffset( )public void Logoff( )Logs off the current user.public void setClientPublicKey(PublicKeyclientPublicKey)public void setController(LogicalControllercontroller)public void setLocale(Locale locale)public void setOverrideTimeFormat(StringoverrideTimeFormat)public void setUTCOffset(int UTCOffset)


[0163] The User class 1410 suitably represents a single authenticatable user. The User class 1410 is suitably a specialization of Base class 302. Its functionality is detailed in Table 105.
106TABLE 10512/21 User Class FunctionsFunctionpublic String getDescription( )public String getEmail( )public String getFirst( )public UserGroup getGroups( )public String getID( )public String getLast( )public void setDescription(String description)public void setEmail(String email)public void setFirst(String first)public void setGroups(UserGroup groups)public void setID(String ID)public void setLast(String last)public void setPassword(String password)


[0164] The UserGroup class 1412 suitably represents a group of users. The Session class 1412 is suitably a specialization of Base class 302. Its functionality is detailed in Table 105.
107TABLE 105UserGroup Class FunctionsFunctionpublic UserGroup getGroups( )public String getName( )public User getUsers( )public void setGroups(UserGroup groups)public void setName(String name)


[0165] Turning now to FIG. 11, there is provided a class diagram representing the Primary package 1500 in a presently preferred embodiment of the invention. The Primary package 1500 comprises a number of packages, including: an AddressBook package 1600, a Devices package 1700, a Filters package 2000, an ImageHandlers package 2400, a Jobs package 2500, a Logs package 2600, a Maintenance package 2800, Network package 2900, and a Security package 3000. A list of the elements of Primary package 1500 is shown in Table 106.
108TABLE 106Structure of Primary PackageElementTypeBaseClassCounterClassMaintainableComponentClassToshibaExceptionClassAddressBookPackageDevicesPackageFiltersPackageImageHandlersPackageJobsPackageLogsPackageMaintenancePackageNetworkPackageSecurityPackage


[0166] As shown in Table 106, the Primary package 1500 comprises four classes: Base 1502, Counter 1504, MaintainableComponent 1506, and ToshibaException 1508. The Base class 1502 is the base class for all SCs used in the packages subordinate to Primary package 1500. Base class 1502 is suitably a specialization of java.lang.Throwable. The functionality of Base class 1502 is detailed in Table 107.
109TABLE 107Base Class Functions and DescriptionsFunctionDescriptionpublic native void commit( )Commits object to persistent storage.Ignored for transient objects.Throws: ToshibaExceptionprotected native void finalize( )Finalization method override -- internal.protected native StringClass name retrieval -- internalgetClassName( )public native Base getParent( )Retrieves the parent object -- the objectwith the smallest life scope thatcompletely encloses the life scope ofthis object.public native void reset( )Resets the object's state to what it wasafter the last commit. Ignored fortransient objects.Throws: ToshibaException


[0167] The Counter class 1504 represents a single job and page counter. It is a specialization of Base class 1502. The functionality of Counter class 1504 is detailed in Table 108.
110TABLE 108Counter Class Functions and DescriptionsFunctionDescriptionpublic native int getJobs( )public native StringgetLastResetTime( )public native int getPages( )public native void Reset( )Retrieves the parent object -- the object withthe smallest life scope that completelyencloses the life scope of this object. Resetsthe counts kept in that object.If filtering by Department is active, thatoperation will apply only to that department.Throws: ToshibaException


[0168] The MaintainableComponent class 1506 is an abstraction for a component that is suitably maintained by the user. It is suitably a specialization of Base class 1502. The functionality of the MaintainableComponent class 1506 is detailed in Table 109.
111TABLE 109MaintainableComponent Class Functions and DescriptionsFunctionDescriptionpublic native voidBacks up this component given a targetBackup(String toURL)URL. Existing files on the target URLwill be replacedThrows: PrimaryExceptionParameter doc:Incremental - TRUE to perform incrementaloperation fromURL - URL to restore frompublic native StringRetrieve the time of a backup givenGetBackupTime(Stringthe backup file.fromURL)Throws: ToshibaExceptionReturn doc: Backup timeParameter doc:fromURL -- the URL to check for backuptime frompublic native StringRetrieve the version of a backup file.GetBackupVersion(StringThrows: ToshibaExceptionfromURL)Return doc: Backup timeParameter doc:fromURL -- the URL to check forbackup frompublic native StringgetCategory( )public native StringgetDescription( )public native StringgetFiles( )public native LocalegetLocale( )public native StringgetName( )public native mt getSize( )public native booleanReturns indication whether a backup file atIsBackupCompatible(Stringthe specified URL is compatible with thisfromURL)component.Throws: ToshibaExceptionParameter doc:fromURL -- URL to check backup file frompublic native voidRestore component from a URL.Restore(String fromURL,Parameter doc:boolean incremental)incremental - TRUE to perform incrementaloperation fromURL - URL to restore from


[0169] The ToshibaException class 1508 is the base class for all exceptions. It is suitably a specialization of Base class 1502. The functionality of ToshibaException class 1508 is detailed in Table 110.
112TABLE 110ToshibaException Class FunctionsFunctionpublic native int getErrorCode( )public native String getErrorDesc( )protected native void setErrorCode(int errCode)protected native void setErrorDesc(String errDesc)


[0170] Turning now to FIG. 12, a class diagram representing the AddressBook package 1600 in a presently preferred embodiment of the invention is provided. The AddressBook package 1600 comprises a number of classes. Its structure is detailed in Table 111.
113TABLE 111Structure of AddressBook PackageElementTypeABEntryClassABGroupClassAddressBookClassDirectoryServiceClassEntryQueryClassGroupQueryClassLDAPServiceClassQueryClass


[0171] The ABEntry class 1602 suitably represents a single entry in an Address Book. It is suitably a specialization of Base class 1502. The functionality of the ABEntry 1602 class is detailed in Table 112.
114TABLE 112ABEntry Class FunctionsFunctionpublic native String getEmail( )public native String getFirst( )public native String getLast( )public native ABGroup getParentGroups( )public native void setEmail(String email)public native void setFirst(String first)public native void setLast(String last)


[0172] The ABGroup 1604 class suitably represents an Address Book group. It is suitably a specialization of Base class 1502. The functionality of the ABGroup 1604 class is detailed in Table 113.
115TABLE 113ABGroup Class FunctionsFunctionDescriptionpublic native voidAdd specified entry to theAddEntry(ABEntry entry)address book and associateit with this group.public native voidAdd specified group as aAddSubGroup(ABGroup subGroup)sub-group.public native String getComment( )public native ABEntry getEntries( )public native String getName( )public native int getNoEntries( )public native ABGroup getParentGroups( )public native ABGroup getSubGroups( )public native voidRemove specified entry fromRemoveEntry(ABEntry entry)this group.public native voidRemove specified group fromRemoveSubGroup(ABGroup subGroup)being a sub-group.public native void setComment(Stringcomment)public native void setName(String name)public native voidsetParentGroups(ABGroup parentGroups)


[0173] The AddressBook class 1606 suitably represents an address book, which is suitably a collection of entries, groups and directory services. It suitably depends on ABGroup class 1604, EntryQuery class 1610, and GroupQuery class 1612. The AddressBook class 1606 is suitably a specialization of Base class 1502. The functionality of the AddressBook class 1606 is detailed in Table 114.
116TABLE 114AddressBook Class Functions and DescriptionsFunctionDescriptionpublic native voidAdd new directory service.AddDirectoryService(DirectoryServiceThrows: ToshibaExceptionservice)Parameter doc:service - directoryservice to addpublic native EntryQueryQuery entries using speci-CreateEntryQuery(DirectoryService service,fied directory service basedABEntryFilterSettings last)on partial first, last andemail.Throws: ToshibaExceptionParameter doc:first - partial first namelast - partial last nameemail - partial emailaddresspublic native GroupQueryCreate query for groupsCreateGroupQuery(DirectoryServiceusing specified directoryservice, ABGroupFilterSettings filter)service and partial groupname.Throws: ToshibaExceptionParameter doc:service - directory serviceto use; NULL to searchaddress book itselfgrpName - partialgroup namepublic native LoadableComponent getData( )public native DirectoryServicegetDirServices( )public native ABGroup getPrimaryGroup( )public native MaintainableComponentgetSettings( )public native voidRemove existing directoryRemoveDirectoryService(DirectoryServiceservice.service)Throws: ToshibaExceptionParameter doc:service - directoryservice to remove


[0174] The DirectoryService class 1608 is suitably an abstract representation of a name lookup service or directory service. It is suitably a specialization of Base class 1502. The functionality of the DirectoryService class 1608 is detailed in Table 115.
117TABLE 115DirectoryService Class FunctionsFunctionpublic native String getName( )public native void SetName(String name)


[0175] The EntryQuery class 1610 is suitably a representation of a query for address book entries. It suitably depends on ABEntry class 1602. The EntryQuery class 1610 is suitably a specialization of Query class 1616. Its functionality is detailed in Table 116.
118TABLE 116EntryQuery Class Functions and DescriptionsFunctionDescriptionpublic native ABEntry GetNextPage( )Retrieve the next page of entries.Throws: ToshibaException


[0176] The GroupQuery 1612 class is suitably a representation of a query for address book groups. It is suitably a specialization of Query class 1616. The functionality of the GroupQuery class 412 is detailed in Table 117.
119TABLE 117GroupQuery Class Functions and DescriptionsFunctionDescriptionpublic native ABGroup GetNextPage( )Retrieve the next page ofgroups.Throws: ToshibaException


[0177] The LDAPService class 1614 is a specialization of DirectoryService class 1608 for the LDAP protocol. The functionality of the LDAPService class 1614 is detailed in Table 118.
120TABLE 118LDAPService Class FunctionsFunctionpublic native String getLDAPserver( )public native int getMaxPageEntries( )public native int getMaxReturnedEntries( )public native String getPassword( )public native int getPortNo( )public native String getSearchBase( )public native int getSearchTimeout( )public native String getUser( )public native boolean isSecure( )public native void setLDAPserver(String LDAPserver)public native void setMaxPageEntries(int maxPageEntries)public native void setMaxReturnedEntries(int maxReturnedEntries)public native void setPassword(String password)public native void setPortNo(int portNo)public native void setSearchBase(String searchBase)public native void setSearchTimeout(int searchTimeout)public native void setSecure(boolean secure)public native void setUser(String user)


[0178] The Query class 1616 is suitably a representation of a query for address book groups or individual entries. It is suitably a specialization of Base class 1502. The functionality of the Query class is detailed in Table 119.
121TABLE 119Query Class Functions and DescriptionsFunctionDescriptionpublic native void Close( )Close query.Throws:PrimaryExceptionpublic native int getPageCount( )public native int getRecCount( )public native void Open( ) Open or execute query.Throws:PrimaryExceptionpublic native void setPageCount(int pageCount)public native void setRecCount(int recCount)


[0179] Turning now to FIG. 13, a class diagram representing the Devices package 1700 in a presently preferred embodiment of the invention is provided. The Devices package 1700 comprises classes and subpackages. Its structure is detailed in Table 120.
122TABLE 120Structure of Devices PackageElementTypeDepartmentClassDeviceStateChangedListenerClassLogicalPackagePhysicalPackage


[0180] The Department class 1702 is suitably a representation of a department. It is an abstraction used to account for resource usage. Each department is suitably assigned a unique identification. In corporate environments, departments often correspond to business subdivisions. The Department class 1702 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 121.
123TABLE 121Department Class FunctionsFunctionpublic native int getDeptCode( )public native String getDeptName( )public native Counter getTotal( )public native boolean isMaster( )public native void setDeptCode(int deptCode)public native void setDeptName(String deptName)


[0181] The DeviceStateChangedListener class 1704 is suitably the base class for “device changed state” events. It is suitably a specialization of Base class 1502. The functionality of the DeviceStateChangedListener class 1706 is detailed in Table 122.
124TABLE 122DeviceStateChangedListener Class Functions and DescriptionsFunctionDescriptionpublic native voidCalled whenLogicalDeviceStateChanged(LogicalDevice device)logical devicepublic native voidchanged state.PhysicalDevicestateChanged(PhysicalDevice device)


[0182] The Logical subpackage 1800 and Physical subpackage 1900 each comprises a number of classes.


[0183] Turning now to FIG. 14, a class diagram representing the Logical subpackage 1800 in a presently preferred embodiment of the invention is provided. The Logical subpackage 1800 comprises a plurality of classes. Its structure is detailed in Table 123.
125TABLE 123Structure of Logical SubpackageElementTypeAlertClassCassetteClassEventRecipientClassJobChangedListenerClassJobListChangedListenerClassLogicalADFClassLogicalControllerClassLogicalControllerSettingsClassLogicalDeviceClassLogicalDeviceMaintainerClassLogicalFaxClassLogicalFinisherClassLogicalInserterClassLogicalPrinterClassLogicalPunchUnitClassLogicalScannerClassLogicalSorterClassLogicalStaplerClassLogicalStitchUnitClassRawJobSettingsClassRemoteLogicalControllerClassSimpleLogicalDeviceClass


[0184] The Alert class 1802 is suitably a generic device alert. Alerts suitably originate from logical devices and Alert objects are preferably read-only. The Alert class 1802 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 124.
126TABLE 124Alert Class Functions and DescriptionsFunctionDescriptionpublic native StringRetrieves the description of the alertgetDescription( )


[0185] The Cassette class 1804 suitably represents a single paper cassette of a DID. The Cassette class 1804 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 125.
127TABLE 125Cassette Class Functions and DescriptionsFunctionDescriptionpublic native intRetrieves capacity of the cassette.getCapacity( )public native StringRetrieves the unique name of thegetName( )cassette.public native StringRetrieves paper size currently loadedgetPaperSize( )in the cassette.public native StringRetrieves the paper type (logo, hole-getPaperType( )punched, etc.) of the cassette.public native StringRetrieves the status of the cassette.getStatus( )public native voidsetPaperType(String paperType)


[0186] The EventRecipient class 1806 suitably represents a single event recipient. The EventRecipient class 1806 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 126.
128TABLE 126EventRecipient Class Functions and DescriptionsFunctionDescriptionpublic native String getEmail( )Retrieve the email addressof the recipient.public native String getEventNames( )public native void setEmail(String email)public native void setEventNames(StringeventNames)


[0187] The JobChangedListener class 1808 is suitably an abstract base class for job change events listeners. The JobChangedListener class 1808 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 127.
129TABLE 127JobChangedListener Class Functions and DescriptionsFunctionDescriptionpublic native voidCalled when a job has changed. The argumentJobChanged(Job job)identifies the particular job that has changed.See: Primary.Jobs


[0188] The JobListChangedListener class 1810 is suitably a base class for job list change events. The JobListChangedListener class 1810 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 128.
130TABLE 128JobListChangedListener Class Functions and DescriptionsFunctionDescriptionpublic native voidCalled when the job list has changed.JobListChanged(String jobType)The argument contains the type of joblist that has changed.See: Primary.Jobs


[0189] The LogicalADF class 1812 suitably represents a logical Automatic Document Feeder (“ADF”), which is a device that receives input sheets for scanning, copying, etc. The LogicalADF class 1812 is suitably a specialization of SimpleLogicalDevice class 1844. Its functionality is detailed in Table 128.
131TABLE 128LogicalADF Class FunctionsFunctionpublic native String getPriority( )public native void setPriority(String priority)


[0190] The LogicalController class 1814 is suitably a representation of a logical device controller, preferably a logical device that controls other logical devices, such as a logical printer or logical scanner. The LogicalController class 1814 is suitably a specialization of LogicalDevice class 1818. Its functionality is detailed in Table 129.
132TABLE 129LogicalController Class Functions and DescriptionsFunctionDescriptionpublic native voidaddJobChangedListener(JobChangedListenerlistener)public native voidaddJobListChangedListener(JobListChangedListenerlistener)public static native LogicalControllerBinds to the LogicalController object to which theBindToThisController( )server is associated.Throws: ToshibaExceptionReturn doc: The logical controllerpublic native AddressBookgetAddressBook( )public native Agent getAgents( )public native Alert getAlerts( )public native LogicalFax getFax( )public native Job getJobs( )public native HouseKeeper getKeeper( )public native LogEntry getLogs( )public native LogicalDeviceMaintainergetMaintainer( )public native MessageEntrygetMessages( )public native NetworkConfigurationgetNetConfig( )public native LogicalPrinter getPrinter( )public native LogicalScannergetScanner( )public native SecurityManagergetSecurityManager( )public native Session get Session( )Retrieves the session associated with the controller ornull object if no session existspublic native LogicalControllerSettingsgetSettings( )Public native Counter getTestPages( )public native boolean IsOnline( )Returns the “online” state of the controller.Return doc:Current state of the controller.public native RemoteLogicalControllerLocate devices from a range of IP addresses, controllerLocateDevices(int[] IPfrom, int[] IPto,and network protocol types.String controllerTypes, StringParameter doc:protocols)IPfrom - the beginning IP addressIPto - the ending IP address controllerTypes - type names for the controllers to be locatedprotocols - network protocol names to be used forlocationReturn doc:Array of RemoteLogicalController objects -- one foreach distinct device found.public native RemoteLogicalControllerLocates devices on a particular subnet by specifyingLocateDevices(String controllerTypes,controller and network protocol types.String protocols, int[] subnet)Return doc:Array of RemoteLogicalController objects -- one foreach distinct device found.Parameter doc:controllerTypes - array of strings containing the typenames of the controllers to be located.protocols - array of network protocol names to be usedfor locationsubnet - array of integers indicating the subnet to beused for location; if null controller's subnet is usedpublic native synchronized voidremoveJobChangedListener(JobChangedListenerlistener)public native voidremoveJobListChangedListener(JobListChangedListenerlistener)public native void Restart(booleanRestarts the controller.bSoft)Parameter doc:bSoft - TRUE to perform software restart; FALSE toreboot completely.public native voidsetNetConfig(NetworkConfigurationnetConfig)public native booleanSets the controller's online state.SetOnline(boolean newState)Return doc:The previous “online” state.public native void ShutDown( )Shuts down the controller.


[0191] The LogicalControllerSettings class 1816 is suitably a representation of the settings of a logical controller. Preferably, the controller has a set of constants that change only when the controller software is upgraded. The LogicalControllerSettings class 1816 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 130.
133TABLE 130LogicalControllerSettings Class Functions and DescriptionsFunctionDescriptionpublic native String getBIOSdate( )public native String getBIOSid( )public native String getContactName( )public native String getContactPhone( )public native String getControllerType( )public native String getCPUType( )public native String getDriverVersion( )public native Date getJavaDate( )public native Locale getLocale( )public native String getMessage( )public native String getName( )public native String getOSVersion( )public native String getSoftwareVersion( )public native String getStatus( )public native String GetTaggedValue(String name)Retrieves a tagged value by name.Throws:PrimaryExceptionReturn doc:tagged valueParameter doc:name -- name of the value to getpublic native String getTime( )public native int getUTCOffset( )public native boolean isDeptCodeEnabled( )public native boolean isDeptCodeEnforcement( )public native void setContactName(String contactName)public native void setContactPhone(String contactPhone)public native void setDeptCodeEnforcement(booleandeptCodeEnforcement)public native void setJavaDate(Date javaDate)public native void setLocale(Locale locale)public native void setMessage(String message)public native void SetTaggedValue(String name, String val)Sets the tagged value.Throws:PrimaryExceptionParameter doc:name -- name of the value to setval -- value to setpublic native void setTime(String time)public native void setUTCOffset(int UTCOffset)


[0192] The LogicalDevice class 1818 is suitably an abstract class representation a logical device. Logical devices are components of physical devices, which are actual devices that have physical form, i.e. those devices which one can walk up to and use. Each physical device preferably contains at least one logical device, while MFPs contain more than one logical device. The LogicalDevice class 1818 is suitably a specialization of SimpleLogicalDevice class 1844. Its functionality is detailed in Table 131.
134TABLE 131LogicalDevice Class Functions and DescriptionsFunctionDescriptionpublic native voidAdds a new department to the list.AddDepartment(int deptCode, StringParameter doc:deptName)deptCode - the newdepartment's codedeptName - newdepartment's namepublic void DeleteDepartment(intDeletes existing department fromdeptCode)the list.Throws: PrimaryExceptionParameter doc:deptCode - the newdepartment's codepublic native CounterFilterSettingsget CounterFilter( )public native DepartmentgetDepartments( )public native JobFilterSettingsgetJobFilter( )public native JobFilterSettingsgetLogFilter( )public native MessageFilterSettingsgetMsgFilter( )public voidsetCountFilter(DepartmentcountFilter)public voidsetJobFilter(JobFilterSettingsjobFilter)public voidsetLogFilter(JobFilterSettingslogFilter)public voidsetMsgFilter(MessageFilterSettingsmsgFilter)


[0193] The LogicalDeviceMaintainer class 1820 is closely related to LogicalController class 1814. It encapsulates the behavior and semantics associated with the maintenance of the LogicalController class 1814. The LogicalDeviceMaintainer class 1820 is suitably a specialization of MaintainableComponent class 1506. Its functionality is detailed in Table 132.
135TABLE 132LogicalDeviceMaintainer Class Functions and DescriptionsFunctionDescriptionpublic native voidClears job log.ClearJobLog(String timeEarliest)Throws: ToshibaExceptionParameter doc:timeEarliest - earliest time to be left any entries earlierthan that time will be cleared; NULL for allpublic native voidClears message log.ClearMessageLog(StringThrows: ToshibaExceptiontimeEarliest)Parameter doc:timeEarliest - earliest time to be left in; any entries earlierthan that time will be cleared; NULL for allpublic native voidExport the counter information. If filtering Department isExportCounters(String format,active, that will export information only forString exportURL, booleanthat department.bHeading)Throws: ToshibaExceptionParameter doc:format - format nameexportURL - URL to store the exported fileheading - TRUE to include a heading row at the beginningpublic native voidExport job log into a specific format file on the network.ExportJobLog(String format, StringThrows: ToshibaExceptionexportURL, boolean bHeading)Parameter doc:format - format nameexportURL - URL to store the export fileheading - TRUE to include a heading row at the beginningpublic native voidExports message log into a particular format network file.ExportMessageLog(String format,Throws: ToshibaExceptionString exportURL, booleanParameter doc:bHeading)format - format nameexportURL - network path to store the export fileheading - TRUE to include a heading row at the beginning


[0194] The LogicalFax class 1822 is designed to represent a fax machine device. It is suitably a specialization of LogicalDevice class 1818. The LogicalFax class 1822 suitably depends on the LogicalDeviceMaintainer class 1820. Its functionality is detailed in Table 133.
136TABLE 133LogicalFax Class FunctionsFunctionpublic native String getCSID( )public native Counter getInCounter( )public native RoutedFaxJob[] getInJobs( )public native RoutedFaxLogEntry getInLogs( )public native LogicalDeviceMaintainer getInMaintainer( )public native RoutedFaxMessageEntry getInMessages( )public native MailBox getMailboxes( )public native MailBoxFilterSettings getMailboxFilter( )public native int getNumRetries( )public native Counter getOutCounter( )public native OutboundFaxJob getOutJobs( )public native OutboundFaxLogEntry getOutLogs( )public native LogicalDeviceMaintainer getOutMaintainer( )public native FaxMessageEntry getOutMessages( )public native int getRetryTimeOut( )public native String getTSID( )public native setMailBoxFilter(MailBoxFilterSettings mailBoxFilter)


[0195] The LogicalFinisher class 1824 is designed to represent a logical finishing unit, which is a unit that finishes print output. It is suitably a specialization of SimpleLogicalDevice class 1844. The functionality of the LogicalFinisher class 1824 is detailed in Table 134.
137TABLE 134LogicalFinisher Class FunctionsFunctionpublic native LogicalPunchUnit getPuncher( )public native LogicalSorter getSorter( )public native LogicalStapler getStapler( )public native LogicaLStitchUnit getStitcher( )public native void setPuncher(LogicalPunchUnit puncher)public native void setSorter(LogicalSorter sorter)public native void setStapler(LogicalStapler stapler)public native void setStitcher(LogicalStitchUnit stitcher)


[0196] The LogicalInserter class 1826 is designed to represent a logical inserter unit, which is a device that combines preprinted sheets with device output. It is suitably a specialization of SimpleLogicalDevice class 1844. The functionality of the LogicalInserter class 1826 is detailed in Table 135.
138TABLE 135LogicalFinisher Class FunctionsFunctionpublic native Cassette getCassettes( )


[0197] The LogicalPrinter class 1828 is designed to represent a printer or printing device. The LogicalPrinter class 1828 is suitably a specialization of LogicalDevice class 1818. Its functionality is detailed in Table 136.
139TABLE 136LogicalPrinter Class Functions and DescriptionsFunctionDescriptionpublic native int getAutoContinueTimeOut( )public native Cassette getCassettes( )public native int getDaysToKeepPrJobs( )public native LogicalFinisher getFinisher( )public native String getIFaxTray( )public native long getImageShift( )public native LogicalInserter getInserter( )public native PrintJob getJobs( )public native PrintLogEntry getLogs( )public native LogicalDeviceMaintainergetMaintainer( )public native PrintMessageEntry getMessages( )public native int getPCLFontNum( )public native float getPCLFontPitch( )public native int getPCLFontSize( )public native RawJobSettings getRawJobSettings( )public native long getTabWidth( )public native String getTonerSaveMode( )public native boolean isAutoContinueOn( )public native boolean isIFaxDuplex( )public native boolean isPageSegmentation( )public native boolean isPrintStartupPage( )public native void PrintDeviceConfig( )Prints logical device configuration sheetThrows: ToshibaExceptionpublic native void PrintPCLFonts( )Prints PCL fonts available on the logicaldeviceThrows: ToshibaExceptionpublic native void PrintPSFonts( )Prints PostScript fonts available on thelogical deviceThrows: ToshibaExceptionpublic native void setAutoContinueOn(booleanautoContinueOn)public native void setAutoContinueTimeOut(intautoContinueTimeOut)public native void setDaysToKeepPrJobs(intdaysToKeepPrJobs)public native void setFinisher(LogicallFinisherfinisher)public native void setIFaxDuplex(booleanIFaxDuplex)public native void setIFaxTray(String IFaxTray)public native void setImageShift(long imageShift)public native void setInserter(LogicalInserter inserter)public native void setPageSegmentation(booleanpageSegmentation)public native void setPCLFontNum(intPCLFontNum)public native void setPCLFontPitch(floatPCLFontPitch)public native void setPCLFontSize(int PCLFontSize)public native void setPrintStartupPage(booleanprintStartupPage)public native void setTab Width (long TabWidth)public native void setTonerSaveMode(StringtonerSaveMode)


[0198] The LogicalPunchUnit class 1830 is designed to represent a logical puncher unit, which is a device that punches holes in device output. It is suitably a specialization of SimpleLogicalDevice class 1844. The functionality of the LogicalPunchUnit class 1830 is detailed in Table 137.
140TABLE 137LogicalPunchUnit Class FunctionsFunctionpublic native String getType( )


[0199] The LogicalScanner class 1832 is designed to represent a scanner. It is suitably a specialization of the LogicalDevice class 1818. The LogicalScanner class 1832 depends on LogicalDeviceMaintainer class 1820. Its functionality is detailed in Table 138.
141TABLE 138LogicalScanner Class Functions and DescriptionsFunctionDescriptionpublic voidAdds a Scan Template Group to the list.AddScanTemplateGroup(ScanTemplateGroupThrows: ToshibaExceptionnewGroup)Parameter doc:newGroup - object containing informationabout the new grouppublic void DeleteScanTemplateGroups(int[]Deletes a list of template groups.templateGrpNos)Throws: ToshibaExceptionParameter doc:templateGrpNos -- array of template groupnumbers to deleteException doc:ToshibaException -- some template groupnumbers were not foundpublic LogicalADF getFeeder( )public ScanJob getJobs( )public ScanLogEntry getLogs( )public LogicalDeviceMaintainer getMaintainer( )public ScanMessageEntry getMessages( )public ScanTemplateFilterSettingsgetScanTemplateFilter( )public ScanTemplateGroupFilterSettingsgetScanTemplateGroupFilter( )public ScanTemplateGroupgetScanTemplateGroups( )public ScanTemplateGroupgetScanTemplateGroups(int index)public ScanTemplate getScanTemplates( )public void setFeeder(LogicalADF feeder)public voidsetScanTemplateFilter(ScanTemplateFilterSettingsscanTemplateFilter)public voidsetScanTemplateGroupFilter(ScanTemplateGroupFilter SettingsscanTemplateGroupFilter)public voidsetScanTemplateGroups(ScanTemplateGroupscanTemplateGroups)public void setScanTemplateGroups(int index,ScanTemplateGroup scanTemplateGroups)public void setScanTemplates(ScanTemplatescanTemplates)


[0200] The LogicalSorter class 1834 is designed to represent a logical sorter unit, which is a unit that sorts the device output. It is suitably a specialization of SimpleLogicalDevice class 1844. The functionality of the LogicalSorter class 1834 is detailed in Table 139.
142TABLE 139LogicalSorter Class FunctionsFunctionpublic native String getPriority( )public native void SetPriority(String priority)


[0201] The LogicalStapler class 1836 is designed to represent a logical stapler unit, which is a unit that staples device output. It is suitably a specialization of SimpleLogicalDevice class 1844. The functionality of the LogicalStapler class 1836 is detailed in Table 140.
143TABLE 140LogicalStapler Class FunctionsFunctionpublic native String getStaplerType( )


[0202] The LogicalStitchUnit class 1838 is designed to represent a logical stiching unit, which is a unit that stitches device output. It is suitably a specialization of SimpleLogicalDevice class 1844. The functionality of the LogicalStitchUnit class 1838 is detailed in Table 141.
144TABLE 141LogicalStapler Class FunctionsFunctionpublic native String getType( )


[0203] The RawJobSettings class 1840 is an abstraction of the configuration parameters for RAW jobs, which are PDL-based jobs with no PJL commands. The RawJobSettings class 1840 is suitably a specialization of the Base class 1502. Its functionally is detailed in Table 142.
145TABLE 142RawJobSettings Class FunctionsFunctionpublic native String getRawDfltOrient( )public native String getRawDfltPaperSize( )public native String getRawDfltPaperType( )public native String getRawDfltTray( )public native boolean isRawDfltStaplingOn( )public native boolean isRawDuplexPrint( )public native void setRawDfltOrient(String rawDfltOrient)public native void setRawDfltPaperSize(String rawDfltPaperSize)public native void setRawDfltPaperType(String rawDfltPaperType)public native void setRawDfltStaplingOn(boolean rawDfltStaplingOn)


[0204] The RemoteLogicalController class 1842 is an abstraction of a remote logical controller. This class is useful when locating controllers other than the controller currently being utilized.


[0205] The RemoteLogicalController class 1842 is suitably a specialization of the Base class 1502. Its functionality is detailed in Table 143.
146TABLE 143RemoteLogicalController Class FunctionsFunctionpublic native int[ ]getIP( )public native int[ ]getIPX( )public native String getLocation( )public native String getNSname( )public native String getType( )public native void setLocation(String location)


[0206] The SimpleLogicalDevice class 1844 is designed to represent a simple logical device, such as finishers, staplers, sorters, etc. It is suitably a specialization of the Base class 1502. The functionality of SimpleLogicalDevice class 1844 is detailed in Table 144.
147TABLE 144SimpleLogicalDevice Class Functions and DescriptionsFunctionDescriptionpublic native voidaddDeviceStateChangedListener(DeviceStateChangedListener listener)public native voidAdds an event recipient to the current listAddEventRecipient(EventRecipient newRecipient)of recipients.Throws: ToshibaExceptionParameter doc:newRecipient - the new event recipient.public static native String getAllEventNames( )Static method to retrieve all the possibleevent names.Return doc:Event names list (localized)public native PhysicalDevice getDevice( )public native EventRecipient getEventRecipients( )public native String getFirmwareVersion( )public native Counter getTotal( )public native voidremoveDeviceStateChangedListener(DeviceStateChangedListener listener)public native voidRemoves an event recipient from theRemoveEventRecipient(EventRecipient recipient)current list of recipients.Throws: ToshibaExceptionParameter doc:recipient - the existing event recipient.


[0207] Turning now to FIG. 15, a class diagram representing a physical devices package in a presently preferred embodiment of the invention is provided. The Physical subpackage 1900 comprises a number of classes. Its structure is detailed in Table 145.
148TABLE 145Structure of Physical SubpackageElementTypeCopierClassGLSeriesClassPhysicalDeviceClassSCSeriesClass


[0208] The Copier class 1902 is an abstraction designed to represent a copier machine. The Copier class 1902 is suitably a specialization of PhysicalDevice class 1906. Its functionality is detailed in Table 146.
149TABLE 146Copier Class FunctionsFunctionpublic native int getAutoClearTimeOut( )public native String getAutoDuplex( )public native int getAutoPowerOff( )public native int getAutoPowerSave( )public native String getDateFormat( )public native LogicalFinisher getFinisher( )public native int getMaxCopies( )public native LogicalPrinter getPrinter( )public native String getPrinterDSIVersion( )public native String getRomVersion( )public native LogicalScanner getScanner( )public native String getScannerROMVersion( )public native Counter getStartupPages( )public native void setAutoClearTimeOut(int autoClearTimeOut)public native void setAutoDuplex(String autoDuplex)public native void setAutoPowerOff(int autoPowerOff)public native void setAutoPowerSave(int autoPowerSave)public native void setDateFormat(String dateFormat)public native void setFinisher(LogicalFinisher finisher)public native void setMaxCopies(int maxCopies)public native void setPrinterDSIVersion(String printerDSIVersion)public native void setStartupPages(Counter startupPages)


[0209] It should be noted that an abstraction designed to represent any specific device is suitably added to the Physical subpackage 1900. As such, the PhysicalDevice subclass 1900 is suitably expandable to include classes for any DID device in the world. One such specific device series is the GLSeries device. The GLSeries class 1904 is an abstraction designed to represent a GLSeries device. The GLSeries class 1904 is suitably a specialization of Copier class 1902. Its functionality is detailed in Table 147.
150TABLE 147GLSeries Class FunctionsFunctionpublic native LogicalController getController( )


[0210] Similarly, the SCSeries class 1908 is an abstraction designed to represent an SCSeries device controller. The SCSeries class 1908 is suitably a specialization of PhysicalDevice class 1906. Its functionality is detailed in Table 148.
151TABLE 148SCSeries Class FunctionsFunctionpublic native LogicalController getController( )public native Copier getCopier( )


[0211] The PhysicalDevice class 1906 is an abstraction designed to represent a physical device, which is an actual device that has physical form, i.e. those devices which one can walk up to and use. The PhysicalDevice class 1906 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 149.
152TABLE 149PhysicalDevice Class FunctionsFunctionpublic native void addDeviceStateChangedListener(DeviceStateChangedListener listener)public native CounterFilterSettings getCountFilter( )public native LogicalDevice getDevices( )public native String getFirmwareVersion( )public native String getLocation( )public native String getManufacturer( )public native String getModel( )public native String getName( )public native Counter getTotal( )public native void removeDeviceStateChangedListener(DeviceStateChangedListener listener)public native void setCountFilter(CounterFilterSettings countFilter)public native void setLocation(String location)


[0212] Turning now to FIG. 16, a class diagram representing a filters package in a presently preferred embodiment of the invention is provided. The Filters subpackage 2000 comprises a number of classes and subpackes. Its structure is detailed in Table 150.
153TABLE 150Structure of Filters SubpackageElementTypeComparisonClassCounterFilterClassCounterFilterSettingsClassCounterFilterValuesClassFilterClassAddressBookPackageImageHandlersPackage


[0213] The Comparison class 2002 is a data object that represents a single comparison. Comparison operators are suitably constants defined in the class. Preferably, the comparand is in a string form even when the actual data type is not in string form. The Comparison class 2002 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 151.
154TABLE 151Comparison Class FunctionsFunctionpublic native String getOperand( )public native int getOperator( )public native void setOperand(String operand)public native void setOperator(int operator)


[0214] The CounterFilters class 2004 is a data object that represents counter filters. The CounterFilters class 2004 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 152.
155TABLE 152CounterFilters Class FunctionsFunctionpublic native Filter getDept( )public native Filter getJobs( )public native Filter getPages( )public native void setDept(Filter dept)public native void setJobs(Filter jobs)public native void setPages(Filter pages)


[0215] The CounterFiltersSettings class 2006 is a container for all filter definations, such as the objects that are be retrieved, sorting orders, etc. The CounterFilterSettings class 2006 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 153.
156TABLE 153CounterFilterSettings Class FunctionsFunctionpublic native CounterFilters getFilters( )public native CounterFilterValues getOrder( )public native CounterFilterValues getSort( )public native void setFilters(CounterFilters filters)


[0216] The CounterFiltersValues class 2008 denfines the sort order and column order in export operations. Sort numbers are preferably positive to indicate ascending sorts and negative to indicate descending sorts. The absolute values of the sort numbers suitably represent the sort order between the different fields, the number “1” having the highest priority and the number “0” having no sort. The CounterFilterValues class 2008 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 154.
157TABLE 154CounterFilterSettings Class FunctionsFunctionpublic native int getJobs( )public native int getPages( )public native void setJobs(int jobs)public native void setPages(int pages)


[0217] The Filter class 2010 is a data object that represents a particular filter. A filter is preferably composed of a predicate and a list of comparisons that are affected by the predicate. Filters suitably have sub-filters, wherein each of the sub-filters evaluates to TRUE in order for the filter to evaluate to TRUE. The Filter class 2010 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 155.
158TABLE 155Filter Class FunctionsFunctionpublic native Comparison getComparisons( )public native int getPredicate( )public native Filter getSubFilters( )public native void setComparisons(Comparison comparisons)public native void setPredicate(int predicate)public native void setSubFilters(Filter subFilters)


[0218] The AddressBook subpackage 2100, ImageHandlers subpackage 2200, and JobsLogs subpackage 2300 each comprises a number of classes.


[0219] Turning now to FIG. 17, a class diagram representing the AddressBook subpackage 2100 in a presently preferred embodiment of the invention is provided. The AddressBook subpackage 2100 comprises a plurality of classes. Its structure is detailed in Table 156.
159TABLE 156Structure of AddressBook SubpackageElementTypeABEntryFiltersClassABEntryFilterSettingsClassABEntryFilterValuesClassABGroupFiltersClassABGroupFilterSettingsClassABGroupFilterValuesClass


[0220] The ABEntryFilters class 2102 is a data object that contains detailed filter specifications for all fields in an Address Book entry. The ABEntryFilters class 2102 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 157.
160TABLE 157ABEntryFilters Class FunctionsFunctionpublic native Filter getEmail( )public native Filter getFirst( )public native Filter getLast( )public native void setEmail(Filter email)public native void setFirst(Filter first)public native void setLast(Filter last)


[0221] The ABEntryFilterSettings class 2104 contains data objects that are used to specify how Address Book entries are filtered and sorted prior to their retrieval. The ABEntryFilterSettings class 2104 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 158.
161TABLE 158ABEntryFilterSettings Class FunctionsFunctionpublic native ABEntryFilters getFilters( )public native ABEntryFilterValues getOrder( )public native ABEntryFilterValues getSort( )public native void setFilters(ABEntryFilters filters)public native void setOrder(ABEntryFilterValues order)public native void setSort(ABEntryFilterValues sort)


[0222] The ABEntryFilterValues 2106 represents objects that contain filter values for all fields in an Address Book entry. The ABEntryFilterValues 2106 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 159.
162TABLE 159ABEntryFilterValues Class FunctionsFunctionpublic native int getEmail( )public native int getFirst( )public native int getLast( )public native void setEmail(int email)public native void setFirst(int first)public native void setLast(int last)


[0223] The ABGroupFilters 2108 represents objects that contain detailed filter specifications for all fields in an Address Book Group. The ABGroupFilters 2108 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 160.
163TABLE 160ABGroupFilters Class FunctionsFunctionpublic native Filter getName( )public native void setName(Filter name)


[0224] The ABGroupFilterSettings 2110 represents objects that specify how Address Book Groups are filtered and sorted prior to retrieval. The ABGroupFilterSettings 2110 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 161.
164TABLE 161ABGroupFilterSettings Class FunctionsFunctionspublic native ABGroupFilters getFilters( )public native ABGroupFilterValues getOrder( )public native ABGroupFilterValues getSort( )public native void setFilters(ABGroupFilters filters)public native void setOrder(ABGroupFilterValues order)public native void setSort(ABGroupFilterValues sort)


[0225] The ABGroupFilterValues 2112 represents objects that contain filter values for all fields in an Address Book Group. The ABGroupFilterValues 2112 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 162.
165TABLE 162ABGroupFilters Class FunctionsFunctionpublic native int getName( )public native void setName(int name)


[0226] Turning now to FIG. 18, a class diagram representing the ImageHandlers subpackage 2200 in a presently preferred embodiment of the invention is provided. The ImageHandlers subpackage 2200 comprises a plurality of classes. Its structure is detailed in Table 156.
166TABLE 163Structure of ImageHandlers SubpackageElementTypeMailBoxFiltersClassMailBoxFilterSettingsClassMailBoxFilterValuesClassScanTemplateFiltersClassScanTemplateFilterSettingsClassScanTemplateFilterValuesClassScanTemplateGroupFiltersClassScanTemplateGroupFilterSettingsClassScanTemplateGroupFilterValuesClass


[0227] The MailBoxFilters 2202 represents a data object that contains detailed filter specifications for all fields in a MailBox. The MailBoxFilters 2202 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 164.
167TABLE 164MailBoxFilters Class FunctionsFunctionpublic native CounterFilters getCounter( )public native Filter getNo( )public native Filter getOwner( )public native void setCounter(CounterFilters counter)public native void setNo(Filter no)public native void setOwner(Filter owner)


[0228] The MailBoxFilterSettings 2204 specify how Mail Boxes are filtered and sorted prior to their retrieval. The MailBoxFilterSettings 2204 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 165.
168TABLE 165MailBoxFilterSettings Class FunctionsFunctionpublic native MailBoxFilters getFilters( )public native MailBoxFilterValues getOrder( )public native MailBoxFilterValues getSort( )public native void setFilters(MailBoxFilters filters)public native void setOrder(MailBoxFilterValues order)public native void setSort(MailBoxFilterValues sort)


[0229] The MailBoxFilterValues class 2206 represents objects containing filter values for all fields in a Mail Box. The MailBoxFilterValues class 2206 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 166.
169TABLE 166MailBoxFilterValues Class FunctionsFunctionpublic native CounterFilterValues getCounter( )public native int getDept( )public native int getNo( )public native int getOwner( )public native void setCounter(CounterFilterValues counter)public native void setDept(int dept)public native void setNo(int no)public native void setOwner(int owner)


[0230] The ScanTemplateFilters class 2208 represents a data object that contains detailed filter specifications for all fields in a Scan Template. The ScanTemplateFilters class 2208 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 167.
170TABLE 167ScanTemplateFilters Class FunctionsFunctionpublic native Filter getName( )public native Filter getParentGroup( )public native void setName(Filter name)public native void setParentGroup(Filter parentGroup)


[0231] The ScanTemplateFilterSettings class 2210 is suitably used to specify the manner in which Scan Templates are filtered and sorted prior to their retrieval. The ScanTemplateFilterSettings class 2210 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 168.
171TABLE 168ScanTemplateFilterSettings Class FunctionsFunctionpublic native ScanTemplateFilters getFilters( )public native ScanTemplateFilterValues getOrder( )public native ScanTemplateFilterValues getSort( )public native void setFilters(ScanTemplateFilters filters)public native void setOrder(ScanTemplateFilterValues order)public native void setSort(ScanTemplateFilterValues sort)


[0232] The ScanTemplateFilterValues class 2212 represents objects containing filter values for all fields in a Scan Template. The ScanTemplateFilterValues class 2212 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 169.
172TABLE 169ScanTemplateFilterValues Class FunctionsFunctionpublic native int getName( )public native int getParentGroup( )public native void setName(int name)public native void setParentGroup(int parentGroup)


[0233] The ScanTemplateGroupFilters class 2214 contains detailed filter specifications for all fields in a Scan Template Group. The ScanTemplateGroup Filters class 2214 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 170.
173TABLE 170ScanTemplateGroupFilters Class FunctionsFunctionpublic native CounterFilters getCounter( )public native Filter getName( )public native Filter getNo( )public native Filter getOwner( )public native void setCounter(CounterFilters counter)public native void setName(Filter name)public native void setNo(Filter no)


[0234] The ScanTemplateGroupFilterSettings class 2216 contains objects that specify the manner in which Scan Template Groups are filtered and sorted prior to their retrieval. The ScanTemplateGroupFilterSettings class 2216 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 171.
174TABLE 171ScanTemplateGroupFilterSettings Class FunctionsFunctionpublic native ScanTemplateGroupFilters getFilters( )public native ScanTemplateGroupFilterValues getOrder( )public native ScanTemplateGroupFilterValues getSort( )public native void setFilters(ScanTemplateGroupFilters filters)public native void setOrder(ScanTemplateGroupFilterValues order)public native void setSort(ScanTemplateGroupFilterValues sort)


[0235] The ScanTemplateGroupFilterValues class 2218 contains filter values for all fields in a Scan Template Group. The ScanTemplateGroupFilterValues class 2218 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 172.
175TABLE 172ScanTemplateGroupFilterValues Class FunctionsFunctionpublic native CounterFilterValues getCounter( )public native int getName( )public native int getNo( )public native int getOwner( )public native void setCounter(CounterFilterValues counter)public native void setName(int name)public native void setNo(int no)public native void setOwner(int owner)


[0236] Turning now to FIG. 19, a class diagram representing the JobsLogs subpackage 2300 in a presently preferred embodiment of the invention is provided. The JobsLogs subpackage 2300 comprises a plurality of classes. Its structure is detailed in Table 173.
176TABLE 173Structure of JobsLogs SubpackageElementTypeJobFiltersClassJobFilterSettingsClassJobFilterValuesClassMessageFiltersClassMessageFilterSettingsClassMessageFilterValuesClass


[0237] The JobFilters class 2302 contains detailed filter specifications for all fields in a Job or a Job Log. The JobFilters class 2302 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 174.
177TABLE 174JobFilters Class FunctionsFunctionpublic native Filter getAgent( )public native MailBoxFilters getBox( )public native Filter getDocument( )public native Filter getId( )public native Filter getOwner( )public native Filter getPages( )public native Filter getSize( )public native Filter getStatus( )public native ScanTemplateFilters getTemplate( )public native ScanTemplateGroupFilters getTemplateGroup( )public native Filter getTime( )public native Filter getType( )public native void setAgent(Filter agent)public native void setBox(MailBoxFilters box)public native void setDocument(Filter document)public native void setId(Filter id)public native void setOwner(Filter owner)public native void setPages(Filter pages)public native void setSize(Filter size)public native void setStatus(Filter status)public native void setTemplate(ScanTemplateFilters template)public native void setTemplateGroup(ScanTemplateGroupFilterstemplateGroup)public native void setTime(Filter time)public native void setType(Filter type)


[0238] The JobFilterSettings class 2304 contains objects that are suitably used to specify how jobs and logs are filtered and sorted prior to their retrieval. The JobFilterSettings class 2304 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 175.
178TABLE 175JobFilterSettings Class FunctionsFunctionpublic native JobFilters getFilters( )public native JobFilterValues getOrder( )public native JobFilterValues getSort( )public native boolean isIncludeInvalid( )public native boolean isInvalidOnly( )public native void setFilters(JobFilters filters)public native void setIncludeInvalid(boolean includeInvalid)public native void setInvalidOnly(boolean invalidOnly)public native void setOrder(JobFilterValues order)public native void setSort(JobFilterValues sort)


[0239] The JobFilterValues class 2306 represents objects containing filter values for all fields in a job or job log. JobFilterValues class 2306 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 176.
179TABLE 176JobFilterValues Class FunctionsFunctionpublic native int getAgent( )public native MailBoxFilterValues getBoxNo( )public native int getDetailedStatus( )public native int getDocument( )public native int getId( )public native int getOwner( )public native int getPages( )public native int getSize( )public native int getStatus( )public native ScanTemplateFilterValues getTemplate( )public native int getTemplateGroup( )public native int getTime( )public native int getType( )public native void setAgent(int agent)public native void setBoxNo(MailBoxFilterValues boxNo)public native void setDetailedStatus(int detailedStatus)public native void setDocument(int document)public native void setId(int idpublic native void setOwner(int owner)public native void setPages(int pages)public native void setSize(int size)public native void setStatus(int status)public native void setTemplate(ScanTemplateFilterValues template)public native void setTemplateGroup(int templateGroup)public native void setTime(int time)public native void setType(int type)


[0240] The MessageFilters class 2308 is an object containing detailed filter specifications for fields in a message. MessageFilters class 2308 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 177.
180TABLE 177MessageFilters Class FunctionsFunctionpublic native Filter getComponent( )public native Filter getDescription( )public native Filter getId( )public native Filter getSeverity( )public native Filter getTime( )public native void setComponent(Filter component)public native void setDescription(Filter description)public native void setId(Filter id)public native void setSeverity(Filter severity)public native void setTime(Filter time)


[0241] The MessageFilterSettings class 2310 specifies how messages are filtered and sorted prior to their retrieval. The MessageFilterSettings class 2310 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 178.
181TABLE 178MessageFilterSettings Class FunctionsFunctionpublic native MessageFilters getFilters( )public native MessageFilterValues getOrder( )public native MessageFilterValues getSort( )public native void setFilters(MessageFilters filters)public native void setOrder(MessageFilterValues order)public native void setSort(MessageFilterValues sort)


[0242] The MessageFilterValues class 2312 is an object containing filter values for fields in a Message. The MessageFilterValues class 2312 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 179.
182TABLE 179MessageFilterValues Class FunctionsFunctionpublic native int getComponent( )public native int getDescription( )public native int getDetailedStatus( )public native int getId( )public native int getSeverity( )public native int getTime( )public native void setComponent(int component)public native void setDescription(int description)public native void setDetailedStatus(int detailedStatus)public native void setId(int id)public native void setSeverity(int severitypublic native void setTime(int time)


[0243] Turning now to FIG. 20, a class diagram representing the ImageHandlers package 2400 in a presently preferred embodiment of the invention is provided. The ImageHandlers package 2400 comprises a plurality of classes. Its structure is detailed in Table 180.
183TABLE 180Structure of ImageHandlers PackageElementTypeAgentClassEmailAgentClassFileAgentClassiFaxToPrintAgentClassInboundEmailAgentClassMailBoxClassOutboundEmailAgentClassRasterImageHandlerClassScanTemplateClassScanTemplateGroupClassScanToEmailAgentClassScanToiFaxAgentClassStorageAgentClassStoredFaxAgentClassStoredJobAgentClassStoredScanAgentClassTWAINAgentClass


[0244] The Agent class 2402 contains a generic image processing agent. The Agent class 2402 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 181.
184TABLE 181Agent Class FunctionsFunctionpublic Counter getCounter( )public String getFileFormat( )public String getName( )public void setCounter(Counter counter)public void setFileFormat(String fileFormat)public void setName(String name)


[0245] The EmailAgent class 2404 contains a generic email image processing agent. The EmailAgent class 2404 is suitably a specialization of Agent class 2402. Its functionality is detailed in Table 182.
185TABLE 182EmailAgent Class FunctionsFunctionpublic int getMaxFragment( )public int getMaxSize( )public void setMaxFragment(int maxFragment)public void setMaxSize(int maxSize)


[0246] The FileAgent class 2406 specifies a StorageAgent to represent agent to handle requests for storage. The FileAgent class 2406 is suitably a specialization of StorageAgent class 2426. Its functionality is detailed in Table 183.
186TABLE 183FileAgent Class FunctionsFunctionpublic String getUser( )public void setPassword(String password)public void setUser(String user)


[0247] The iFaxToPrintAgent class 2408 is the specialization of the InboundEmailAgent 2410 to represent the iFaxToPrintAgent. Its functionality is detailed in Table 184.
187TABLE 184iFaxToPrintAgent Class FunctionsFunctionpublic String getErrorEmail( )public String getPrintMode( )public boolean isPrintError( )public boolean isSendEmailOnError( )public void setErrorEmail(String errorEmail)public void setPrintError(boolean printError)public void setPrintMode(String printMode)public void setSendEmailOnFrror(boolean sendEmailOnError)


[0248] The InboundEmailAgent class 2410 represents a generic inbound image processing email agent. The InboundEmailAgent class 2410 is suitably a specialization of EmailAgent class 2404. Its functionality is detailed in Table 185.
188TABLE 185InboundEmailAgent Class FunctionsFunctionpublic int getPollRate( )public int getPOPport( )public String getPOPServer( )public String getUser( )public void setPassword(String password)public void setPollRate(int pollRate)public void setPOPport(int POPport)public void setPOPServer(String POPServer)public void setUser(String user)


[0249] The MailBox class 2412 is a processor for inbound faxes. After arriving at the mailbox, the inbound faxes are handled by an agent. The MailBox class 2412 is suitably a specialization of RasterImageHandler class 2416. Its functionality is detailed in Table 186.
189TABLE 186MailBox Class FunctionsFunctionpublic int getNo( )public void setNo(int no)public void setPassword(String password)


[0250] The OutboundEmailAgent class 2414 is a generic outbound image processing email agent. The OutboundEmailAgent class 2414 is suitably a specialization of EmailAgent class 2404. Its functionality is detailed in Table 187.
190TABLE 187OutboundEmailAgent Class FunctionsFunctionpublic String getBodyText( )public String getFromAddress( )public String getFromName( )public String getMailDomain( )public int getSMTPport( )public String getSMTPServer( )public String getSubject( )public String getToAddress( )public String getToName( )public void setBodyText(String bodyText)public void setFromAddress(String fromAddress)public void setFromName(String fromName)public void setMailDomain(String mailDomain)public void setSMTPport(int SMTPport)public void setSMTPServer(String SMTPServer)public void setSubject(String subject)public void setToAddress(String toAddress)public void setToName(String toName)


[0251] The RasterImageHandler class 2416 is a generic raster image processing handler. The RasterImageHandler class 2416 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 188.
191TABLE 188RasterImageHandler Class FunctionsFunctionpublic Agent getAgent( )public Counter getCounter( )public int getDeptCode( )public String getDescription( )public String getName( )public String getNotificationDest( )public String getOwner( )public boolean isNotifyOnError( )public boolean isNotifyOnJob( )public void setAgent(Agent agent)public void setDeptCode(int deptCode)public void setDescription(String description)public void setName(String name)public void setNotificationDest(String notificationDest)public void setNotifyOnError(boolean notifyOnError)public void setNotifyOnJob(boolean notifyOnJob)public void setOwner(String owner)


[0252] The ScanTemplate class 2418 is an image handler that is capable of processing scans. The ScanTemplate class 2418 is suitably a specialization of RasterImageHandler class 2416. Its functionality is detailed in Table 189.
192TABLE 189ScanTemplate Class Functions and DescriptionsFunctionDescriptionpublic String getCaptionLine1( )public String getCaptionLine2( )public String getDocType( )public String getDuplexType( )public int getExposure( )public FileStorage getFileStorageArea( )public int getIcon( )public int getNo( )public String getOriginalSize( )public ScanTemplateGroup getParentGroup( )public int getResolution( )public int getRotation( )public boolean isPasswordActive( )public void setCaptionLine1(String captionLine1)public void setCaptionLine2(String captionLine2)public void setDocType(String docType)public void setDuplexType(String duplexType)public void setExposure(int exposure)public void setFileStorageArea(FileStoragefileStorageArea)public void setIcon(int icon)public void setOriginalSize(String originalSize)public void setParentGroup(ScanTemplateGroupparentGroup)public void setPassword(String password)public void setResolution(int resolution)public void setRotation(int rotation)public void Unlock(String password)Unlocks the current object.Throws: ToshibaExceptionParameter doc:password -- password to unlock the objectException doc:ToshibaException -- password does NOTmatch


[0253] The ScanTemplateGroup class 2420 is a collection of scan templates. The ScanTemplateGroup class 2420 is suitably a specialization of MaintainableComponent class 1506. Its functionality is detailed in Table 190.
193TABLE 190ScanTemplateGroup Class Functions and DescriptionsFunctionDescriptionpublic void AddScanTemplate(ScanTemplateAdds a new template to the group.newTemplate)Throws: ToshibaExceptionParameter doc:newGroup -- object containing information aboutthe grouppublic void DeleteScanTemplates(int[]Deletes a list of templates.templateNos)Throws: ToshibaExceptionParameter doc:templateNos -- array of template numbers todeleteException doc:ToshibaException -- some templates were notfoundpublic Counter getCounter( )public String getDfltEmail( )public String getName( )public int getNo( )public String getOwner( )public ScanTemplate getTemplates( )public ScanTemplate getTemplates(int index)public boolean isPasswordActive( )public void setDfltEmail(String dfltEmail)public void setName(String name)public void setNo(int no)public void setOwner(String owner)public void setPassword(String password)public void setTemplates(ScanTemplatetemplates)public void setTemplates(int index,ScanTemplate templates)public void Unlock(String password)Unlocks the current object.Throws: ToshibaExceptionParameter doc:password -- password to unlock the objectException doc:ToshibaException -- password does NOT match


[0254] The ScanToEmailAgent class 2422 handles scan-to-email requests. The ScanToEmailAgent class 2422 is suitably a specialization of OutboundEmailAgent class 2414.


[0255] The ScanToEmailAgent class 2424 handles scan-to-iFax requests. The ScanToiFaxAgent class 2424 is suitably a specialization of OutboundEmailAgent class 2414.


[0256] The StorageAgent class 2426 is a representation of a generic storage-based agent for processing inbound images. The StorageAgent class 2426 is suitably a specialization of Agent class 2402. Its functionality is detailed in Table 191.
194TABLE 191StorageAgent Class FunctionsFunctionpublic int getAutoDeleteDays( )public FileStorage getDestFileStorageArea( )public FileStorage getDfltFileStorageArea( )public String getFileNameTemplate( )public String getFolderName( )public boolean isLocalStorage( )public void setAutoDeleteDays(int autoDeleteDays)public void setDestFileStorageArea(FileStorage destFileStorageArea)public void setDfltFileStorageArea(FileStorage dfltFileStorageArea)public void setFileNameTemplate(String fileNameTemplate)public void setFolderName(String folderName)public void setLocalStorage(boolean localStorage)


[0257] The StoredFaxAgent class 2428 represents an agent to handle fax-to-storage requests. The StoredFaxAgent class 2428 is suitably a specialization of StoredJobAgent class 2430.


[0258] The StoredJobAgent class 2430 is an abstract representation of an agent for stored jobs. The StoredJobAgent class 2430 is suitably a specialization of StorageAgent class 2426. Its functionality is detailed in Table 192.
195TABLE 192StoredJobAgent Class FunctionsFunctionpublic String getFolderType( )public String getUser( )public void setFolderType(String folderType)public void setPassword(String password)public void setUser(String user)


[0259] The StoredScanAgent class 2432 represents an agent for handling scan-to-storage requests. The StoredScanAgent class 2432 is suitably a specialization of StoredJobAgent class 2430.


[0260] The TWAINAgent class 2434 represents an agent for handling requests for storage into a for subsequent TWAIN acquisition. The TWAINAgent class 2434 is suitably a specialization of StorageAgent class 2426.


[0261] Turning now to FIG. 21, a class diagram representing the Jobs package 2500 in a presently preferred embodiment of the invention is provided. The Jobs package 2500 comprises a plurality of classes. Its structure is detailed in Table 193.
196TABLE 193Structure of Jobs PackageElementTypeInboundJobClassJobClassOutboundFaxJobClassOutboundJobClassPrintJobClassPrivatePrintJobClassProofPrintJobClassRAWPrintJobClassRoutedFaxJobClassScanJobClassScheduledFaxJobClassScheduledPrintJobClassStoredFaxJobClassStoredInboundJobClassStoredPrintJobClassStoredScanJobClass


[0262] The InboundJob class 2502 is an abstraction of an inbound job. Inbound jobs are those job for which devices receive image data. The InboundJob class 2502 is suitably a specialization of Job class 2504. Its functionality is detailed in Table 194.
197TABLE 194InboundJob Class FunctionsFunctionpublic Agent getAgent( )public String getDetailedStatus( )


[0263] The Job class 2504 is an abstraction of a generic job. Jobs represent the rudimentary units of work for digital imaging devices. The Job class 2504 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 195.
198TABLE 195Job Class Functions and DescriptionsFunctionDescriptionpublic native void Delete( )Deletes this job from the queue.Note: The Job object will continue to be validuntil all references to it are released; the “status”field will indicate that the Job has been deleted.Throws: ToshibaExceptionpublic native int getDeptCode( )public native int getID( )public native int getPages( )public native String getStatus( )public native String getTime( )public native void setDeptCode(int deptCode)


[0264] The OutboundFaxJob class 2506 represents an outbound fax job (i.e. PC-Fax job). These type of jobs are suitably awaiting immediate transmission. The OutboundFaxJob class 2506 is a specialization of OutboundJob class 2508. Its functionality is detailed in Table 196.
199TABLE 196OutboundFaxJob Class Functions and DescriptionsFunctionDescriptionpublic static native String getJobType( )Static method that returns thejob type forOutbound Fax jobs.public native String getOriginalJobType( )


[0265] The OutboundJob class 2508 is an abstraction of an outbound job. Outbound jobs are suitably those devices that receive PDL for and RIP. Examples of outbound jobs include print jobs and PC-Fax jobs. The OutboundJob class 2508 is suitably a specialization of Job class 2504. Its functionality is detailed in Table 197.
200TABLE 197OutboundJob Class Functions and DescriptionsFunctionDescriptionpublic native String getDocumentName( )public native String getOwner( )public native int getSize( )public native void ReleaseForProcessing( )Releases the job for furtherprocessing in case this job isinvalid.Throws: ToshibaException


[0266] The PrintJob class 2510 represents a generic print job. The PrintJob class 2510 is a specialization of OutboundJob class 2508. Its functionality is detailed in Table 198.
201TABLE 198PrintJob Class Functions and DescriptionsFunctionDescriptionpublic static native String getJobType( )Static method that returns thejob type for regular Print jobs.public native String getOriginalJobType( )


[0267] The PrivatePrintJob class 2512 represents a private print job, which is a job that must be released manually from a console of the digital imaging device. The PrivatePrintJob class 2512 is suitably a specialization of PrintJob class 2510. Its functionality is detailed in Table 199.
202TABLE 199PrivatePrintJob Class FunctionsFunctionpublic native void setPassword(String password)


[0268] The ProofPrintJob class 2514 represents a proof-print job. The ProofPrintJob class 2514 is suitably a specialization of PrintJob class 2510. Its functionality is detailed in Table 200.
203TABLE 200PrivatePrintJob Class Functions and DescriptionsFunctionDescriptionpublic native int getNoCopies( )public native void Release( )Releases the job immediately.Throws: ToshibaExceptionpublic native voidsetNoCopies(int noCopies)


[0269] The RAWPrintJob class 2516 represents a RAW job, which is a job that does not contain any PJL commands. The RAWPrintJob class 2516 is suitably a specialization of PrintJob class 2510. Its functionality is detailed in Table 201.
204TABLE 201RAWPrintJob Class FunctionsFunctionpublic native RawJobSettings getRawJobSettings( )public native voidsetRawJobSettings(RawJobSettings rawJobSettings)


[0270] The RoutedFaxJob class 2518 represents an inbound fax job that is being routed to a recipient on the network. The RoutedFaxJob class 2518 is suitably a specialization of InboundJob class 2502. Its functionality is detailed in Table 202.
205TABLE 202RoutedFaxJob Class Functions and DescriptionsFunctionDescriptionpublic static native String getJobType( )Static method that returns thejob type for Routed Fax jobs.public native MailBox getMailbox( )


[0271] The ScanJob class 2520 represents a scan job. Scan jobs are suitably manually initiated by a user. The ScanJob class 2520 is suitably a specialization of InboundJob class 2502. Its functionality is detailed in Table 203.
206TABLE 203ScanJob Class Functions and DescriptionsFunctionDescriptionpublic ScanTemplateGroup getGroup( )public static String getJobType( )Static method that returns thejob type for Scan jobs.public ScanTemplate getTemplate( )


[0272] The ScheduledFaxJob class 2522 represents a fax job scheduled for transmission at a time in the future. The ScheduledFaxJob class 2522 is suitably a specialization of OutboundFaxJob class 2506. Its functionality is detailed in Table 204.
207TABLE 204ScheduledFaxJob Class Functions and DescriptionsFunctionDescriptionpublic native String getReleaseTime( )public native void Release( )Releases the job immediately.Throws: ToshibaExceptionpublic native voidsetReleaseTime(String releaseTime)


[0273] The ScheduledPrintJob class 2524 represents a print job scheduled for printing at a time in the future. The ScheduledPrintJob class 2524 is suitably a specialization of PrintJob class 2510. Its functionality is detailed in Table 205.
208TABLE 205ScheduledPrintJob Class Functions and DescriptionsFunctionDescriptionpublic native String getReleaseTime( )public native void Release( )Releases the job immediately.Throws: ToshibaExceptionpublic native voidsetReleaseTime(String releaseTime)


[0274] The StoredFaxJob class 2526 represents stored fax jobs. The StoredFaxJob class 2526 is suitably a specialization of StoredInboundJob class 2528. Its functionality is detailed in Table 206.
209TABLE 206StoredFaxJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for Stored Fax jobs.


[0275] The StoredInboundJob class 2528 is an abstraction for inbound jobs that are stored. The StoredInboundJob class 2528 is suitably a specialization of Inboundjob class 2502. Its functionality is detailed in Table 207.
210TABLE 207StoredInboundJob Class FunctionsFunctionpublic String getFolderType( )


[0276] The StoredPrintJob class 2530 is a single stored job that is saved on the device for future printing and/or proofing. The StoredPrintJob class 2530 is suitably a specialization of PrintJob class 2510. Its functionality is detailed in Table 208.
211TABLE 208StoredPrintJob Class FunctionsFunctionpublic native String getFolderName( )public native String getFolderType( )public native void setFolderName(String folderName)


[0277] The StoredScanJob class 2532 represents stored scan jobs. The StoredScanJob class 2532 is suitably a specialization of StoredInboundJob class 2528. Its functionality is detailed in Table 209.
212TABLE 209StoredScanJob Class Functions and DescriptionsFunctionDescriptionpublic static String getJobType( )Static method that returns the jobtype for Stored Scan jobs.


[0278] Turning now to FIG. 22, a class diagram representing the Logs package 2600 in a presently preferred embodiment of the invention is provided. The Logs package 2600 comprises a subpackage a plurality of classes. Its structure is detailed in Table 210.
213TABLE 210Structure of Logs PackageElementTypeMessagesPackageInboundJobLogEntryClassLogEntryClassOutboundFaxLogEntryClassOutboundJobLogEntryClassPrintLogEntryClassRoutedFaxLogEntryClassScanLogEntryClass


[0279] The InboundJobLogEntry class 2602 represents an abstract log entry for an incoming job. The InboundJobLogEntry class 2602 is suitably a specialization of LogEntry class 2604. Its functionality is detailed in Table 211.
214TABLE 211InboundJobLogEntry Class FunctionsFunctionpublic Agent getAgent( )public String getDetailedStatus( )


[0280] The LogEntry class 2604 represents an generic job log entry. The LogEntry class 2604 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 212.
215TABLE 212LogEntry Class FunctionsFunctionpublic native int getDeptCode( )public native int getID( )public native int getPages( )public native int getSize( )public native String getStatus( )public native String getTime( )public native void setDeptCode(int deptCode)


[0281] The OutboundFaxLogEntry class 2606 represents a log entry for all types of outbound fax jobs. The OutboundFaxLogEntry class 2606 is suitably a specialization of OutboundJobLogEntry class 2608.


[0282] The OutboundJobLogEntry class 2608 represents a log entry for all types of outbound jobs. The OutboundJobLogEntry class 2608 is suitably a specialization of LogEntry class 2604. Its functionality is detailed in Table 213.
216TABLE 213OutboundJobLogEntry Class FunctionsFunctionpublic native String getDocumentName( )public native String getOriginalJobType( )public native String getOwner( )


[0283] The PrintLogEntry class 2610 is a representation of a print job log entry. The PrintLogEntry class 2610 is suitably a specialization of OutboundJobLogEntry class 2608.


[0284] The RoutedFaxLogEntry class 2612 is a representation of an abstract log entry for an inbound routed fax job. The RoutedFaxLogEntry class 2612 is a specialization of InboundJobLogEntry class 2602. Its functionality is detailed in Table 214.
217TABLE 214RoutedFaxLogEntry Class FunctionsFunctionpublic int getBoxNo( )


[0285] The ScanLogEntry class 2614 is a representation of a log entry for a scan job. The ScanLogEntry class 2614 is a specialization of InboundJobLogEntry class 2602. Its functionality is detailed in Table 215.
218TABLE 215ScanLogEntry Class FunctionsFunctionpublic native String getGroup( )public native String getTemplate( )


[0286] Turning now to FIG. 23, a class diagram representing the Logs Message subpackage 2700 in a presently preferred embodiment of the invention is provided. The Logs Message subpackage 2700 comprises a plurality of classes. Its structure is detailed in Table 216.
219TABLE 216Structure of Logs PackageElementTypeFaxMessageEntryClassMessageEntryClassPrintMessageEntryClassRoutedFaxMessageEntryClassScanMessageEntryClass


[0287] The FaxMessageEntry class 2702 is a representation of a fax message entry. The FaxMessageEntry class 2702 is suitably a specialization of MessageEntry class 2704. Its functionality is detailed in Table 217.
220TABLE 217FaxMessageEntry Class FunctionsFunctionpublic static native String getComponentName( )


[0288] The MessageEntry class 2704 is an abstract representation of a generic message log entry. The MessageEntry class 2704 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 218.
221TABLE 218MessageEntry Class FunctionsFunctionpublic native String getComponent( )public native String getDescription( )public native int getID( )public native String getSeverity( )public native String getTime( )


[0289] The PrintMessageEntry class 2706 is a representation of a print message entry. The PrintMessageEntry class 2706 is suitably a specialization of MessageEntry class 2704. Its functionality is detailed in Table 219.
222TABLE 219PrintMessageEntry Class FunctionsFunctionpublic static native String getComponentName( )


[0290] The RoutedFaxMessageEntry class 2708 is a representation of a routed fax message entry. The RoutedFaxMessageEntry class 2708 is suitably a specialization of MessageEntry class 2704. Its functionality is detailed in Table 220.
223TABLE 220RoutedFaxMessageEntry Class FunctionsFunctionpublic static native String getComponentName( )public native String getDetailedStatus( )


[0291] The ScanMessageEntry class 2710 is a representation of a scan message entry. The ScanMessageEntry class 2710 is suitably a specialization of MessageEntry class 2704. Its functionality is detailed in Table 221.
224TABLE 221ScanMessageEntry Class FunctionsFunctionpublic static native String getComponentName( )public native String getDetailedStatus( )


[0292] Turning now to FIG. 24, a class diagram representing the Maintenance package 2800 in a presently preferred embodiment of the invention is provided. The Maintenance package 2800 comprises a plurality of classes. Its structure is detailed in Table 222.
225TABLE 222Structure of Maintenance PackageElementTypeFileStorageClassHouseKeeperClassImportResultClassLoadableComponentClassRemoteComponentClassUpgradeRecordClassDiagramsClass


[0293] The FileStorage class 2802 is a representation of the file storage maintained by the device. Generally, the physical storage is on the device itself. The FileStorage class 2802 is a specialization of Base class 1502. Its functionality is detailed in Table 223.
226TABLE 223FileStorage Class FunctionsFunctionDescriptionpublic native void Clear( )Remove allcomponents (files)in the area.Throws:ToshibaExceptionpublic native String getDescription( )public native int getFreeDiskSpace( )public native String getName( )public native FileStorage getParentStorgae( )public native String getURL( )public native int getUsedDiskSpace( )public native void setDescription(String description)


[0294] The HouseKeeper class 2804 is an abstraction to provide housekeeping and general maintenance functionality in the form of a utility class. The HouseKeeper class 2804 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 224.
227TABLE 224HouseKeeper Class Functions and DescriptionsFunctionDescriptionpublic native LoadableComponentCreates a loadable component with unique name.CreateLoadableComponent(String name,Throws: ToshibaExceptionFileStorage dfltStorage)Parameter doc:name - Unique name of the component to be createddfltStorage - default storage resides;NULL - device discretionpublic native FileStorageCreates a storage area by unique name, optionallyCreateStorageArea(String name,with parent and location.FileStorage parent, String URL)Throws: ToshibaExceptionParameter doc:name - Unique name of the area to be createdparent - parent storage area; NULL - no parentURL - URL where the storage resides; NULL - device discretionpublic native voidDownload files given a locale, category andDownloadComponents(LoadableComponentcomponent set.components, String urlTo)Throws: ToshibaExceptionParameter doc:components - list of components to downloadurlTo - URL where to store the files intoException doc: ToshibaExceptionpublic native LoadableComponentgetComponents( )public native LoadableComponentRetrieves the component set associated with this fileGetComponents(Locale locale, Stringstorage given alocale and category.category)Throws: ToshibaExceptionParameter doc:locale - object representing the target localecategory - name of category this file belongs toReturn doc: The component listException doc: ToshibaExceptionpublic native RemoteComponentRetrieve the list of components that are available atGetComponentsAt(String fromURL)the specified URL.Throws: ToshibaExceptionParameter doc:fromURL - URL where to check for componentsReturn doc:List of components that can be backed up.public native RemoteComponentGetComponentsAt(String fromURL)public native FileStoragegetDriverRootStorage( )public native FileStoragegetStorageAreas( )public native UpgradeRecordgetUpgradeHistory( )public native void InstallUpgrade(StringUpgrade components from the specified URL.urlFrom, LoadableComponentThis method will check for dependent componentscomponents)and will upgrade these first.If intermediate restart is required before the upgradeis complete, this operation will return,IsRestartPending will return TRUE andIsUpgradeComplete will return FALSE.Throws: ToshibaExceptionParameter doc:urlFrom - Source URL to install fromcomponents - List of components to installpublic native boolean IsRestartPending( )Determines if a restart is currently pending.Throws: ToshibaExceptionReturn doc:Indication of whether restart is currently pendingpublic native booleanIndicates if the previously initiated upgradeIsUpgradeComplete( )operation is complete.Throws: ToshibaExceptionpublic native boolean IsUpgradePossible( )Determines if an upgarde is possible at this moment.The reasons upgrade may not be possible are:1. Upgrade is already running or is notcomplete;2. Restart is pending.Throws: ToshibaExceptionReturn doc:Indication of whether upgrade is possible


[0295] The ImportResult class 2806 is a representation of import results. The ImportResult class 2806 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 225.
228TABLE 225ImportResult Class FunctionsFunctionpublic native int getNoFail( )public native int getNoOk( )


[0296] The LoadableComponent class 2808 is a representation of a software or data component that can be backed up, downloaded or uploaded. The LoadableComponent class 2808 is a specialization of MaintainableComponent class 1502. Its functionality is detailed in Table 226.
229TABLE 226LoadableComponent Class FunctionsFunctionDescriptionpublic native void Download(StringCreates a loadable component with unique name.urlTo)Throws: ToshibaExceptionParameter doc:name - Unique name of the component to be createddfltStorage - default storage resides;NULL - device discretionpublic native void Export(String toURL,Downloads all files of the component to a URL.String format)Throws: ToshibaExceptionParameter doc:urlTo - URL where to download the files toException doc: <{ToshibaException}>public native voidExport this component to a specified URL.DownloadComponents(LoadableComponentThrows: ToshibaExceptioncomponents, String urlTo)Parameter doc:toURL - URL to export toformat - format ID [“CSV”, “TSV”, “SSV”, “PSV”]public native FileStorage getDfltStorage( )public native ImportResult Import(StringImport this component from a specified URL.toURL, String format, boolean replace)Throws: ToshibaExceptionParameter doc:fromURL - URL to import fromformat - format ID [“CSV”, “TSV”]replace - TRUE: replace contents, FALSE:add/updateReturn doc:detailed information about the import operationpublic native boolean isDataOnly( )public native booleanReturn indication of whether this componentMatch(RemoteComponent counterpart)matches with the remote component supplied as anargument.Throws: ToshibaExceptionpublic native void Upload(String urlFrom)Uploads all files of the component into a devicemaintained storage.Throws: ToshibaExceptionParameter doc:urlFrom - URL where to get the file fromException doc: <{ToshibaException}>public native void UploadFile(FileStorageUploads a single file into the device maintainedstorage, String urlFrom)storage for a particular locale, category andcomponent.This method is useful when uploading using HTTPprotocol, since this protocol allows only single fileoperation.Throws: ToshibaExceptionParameter doc:storage - storage on the device to upload file tourlFrom - URL where to get the file fromException doc:<{ToshibaException}>


[0297] The RemoteComponent class 2810 is a representation of a remote component. The RemoteComponent class 2810 is suitably a specialization of Base class 2810. Its functionality is detailed in Table 227.
230TABLE 227RemoteComponent Class FunctionsFunctionpublic native String getCategory( )public native RemoteComponent getDependencies( )public native String getDescription( )public native Locale getLocale( )public native String getName( )public native int getSize( )public native String getVersion( )


[0298] The UpgradeRecord class 2812 is a representation of a single historical record of an upgrade operation. The UpgradeRecord class 2812 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 228.
231TABLE 228Upgrade Class FunctionsFunctionpublic native RemoteComponent getComponents( )public native String getTime( )public native String getURLfrom( )public native String getUser( )public native boolean isComplete( )


[0299] Turning now to FIG. 25, a class diagram representing the Network package 2900 in a presently preferred embodiment of the invention is provided. The Network package 2900 comprises a plurality of classes. Its structure is detailed in Table 229.
232TABLE 229Structure of Network PackageElementTypeAdapterClassAppleTalkClassBrowserClassEthernetAdapterClassIPPClassIPXSPXClassLPDClassMacPrintingClassMicrosoftPrintingClassNetBEUIClassNetworkConfigurationClassNovellPrintingClassProtocolClassServerClassServiceClassTCPIPClassTokenRingAdapterClassWirelessEthernetAdapterClass


[0300] The Adapter class 2902 is an abstract base class representing a single network adapter. The Adapter class 2902 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 230.
233TABLE 230Adapter Class FunctionsFunctionDescriptionpublic native String getCardModel( )public native String getCardType( )public native String getId( )public native int getLineSpeed( )public native String getMACAddress( )public native Protocol getProtocols( )public native Service getServices( )public native boolean isEnabled( )public native void RestoreDefaults( )Restores factory default settingsfor all properties.Throws: ToshibaExceptionpublic native void setEnabled(booleanenabled)public native void setLineSpeed(intlineSpeed)


[0301] The AppleTalk class 2904 is a representation of AppleTalk protocol. The AppleTalk class 2904 is a specialization of Protocol class 2926. Its functionality is detailed in Table 231.
234TABLE 231AppleTalk Class FunctionsFunctionpublic native String getZone( )public native void setZone(String zone)


[0302] The Browser class 2906 represents a network browser service. The Browser class 2906 is a specialization of Service class 2930.


[0303] The EthernetAdapter class 2908 represents an Ethernet Adapter. The EthernetAdapter class 2908 is a specialization of Adapter class 2902.


[0304] The IPP class 2910 represents printing using the Internet Printing Protocol. The IPP class 2910 is a specialization of Service class 2930.


[0305] The IPXSPX class 2912 is a representation of the IPX/SPX protocol. The IPXSPX class 2912 is a specialization of Protocol class 2926. Its functionality is detailed in Table 232.
235TABLE 232IPXSPX Class FunctionsFunctionpublic native String getFrameType( )public native void setFrameType(String frameType)


[0306] The LPD class 2914 represents printing using the LPD Protocol (UNIX). The LPD class 2914 is a specialization of Service class 2930.


[0307] The MacPrinting class 2916 represents printing using AppleTalk networks. The MacPrinting class 2916 is a specialization of Service class 2930. Its functionality is detailed in Table 233.
236TABLE 233MacPrinting Class FunctionsFunctionpublic native String getName( )public native void setName(String name)


[0308] The MicrosoftPrinting class 2918 represents printing using Microsoft networks. The MicrosoftPrinting class 2918 is a specialization of Service class 2930. Its functionality is detailed in Table 234.
237TABLE 234MicrosoftPrinting Class FunctionsFunctionpublic native String getDomain( )public native String getName( )public native void setDomain(String domain)public native void setName(String name)


[0309] The NetBEUI class 2920 is a representation of the NetBEUI protocol. The NetBEUI class 2920 is suitably a specialization of Protocol class 2926.


[0310] The NetworkConfiguration class 2922 is a container for network configuration parameters. The NetworkConfiguration class 2922 is a specialization of Base class 1502. Its functionality is detailed in Table 235.
238TABLE 235NetworkConfiguration Class FunctionsFunctionDescriptionpublic native Adapter getAdapters( )public native Protocol getProtocols( )public native Service getServices( )public native void RestoreDefaults( )Resets to factory defaultconfiguration.Throws: ToshibaException


[0311] The NovellPrinting class 2924 represents printing using Novell networks. The NovellPrinting class 2924 is a specialization of Service class 2930. Its functionality is detailed in Table 236.
239TABLE 236NovellPrinting Class FunctionsFunctionpublic native String getAdvertisedName( )public native String getContext( )public native String getEnvironment( )public native String getOperatingMode( )public native String getPrimaryFileServerName( )public native int getPrinterNo( )public native String getServerName( )public native String getTree( )public native void setAdvertisedName(String advertisedName)public native void setContext(String context)public native void setEnvironment(String environment)public native void setOperatingMode(String operatingMode)public native void setPrimaryFileServerName(StringprimaryFileServerName)public native void setPrinterNo(int printerNo)public native void setServerName(String serverName)public native void setTree(String tree)


[0312] The Protocol class 2926 is an abstract base class for all network protocols. The Protocol class 2926 is a specialization of Base class 1502. Its functionality is detailed in Table 237.
240TABLE 237Protocol Class FunctionsFunctionDescriptionpublic native ProtocolgetDependentProtocols( )public native String getId( )public native boolean isEnabled( )public native void RestoreDefaults( )Restores factory defaultsettings for all properties.Throws: ToshibaExceptionpublic native voidsetEnabled(boolean enabled)


[0313] The Server class 2928 represents a Server service for allowing file sharing. The Server class 2928 is suitably a specialization of Service class 2930.


[0314] The Service class 2930 represents an abstract base class for all network services. The Service class 2930 is suitably a specialization of Base class 1502. Its functionality is detailed in Table 238.
241TABLE 238Service Class FunctionsFunctionDescriptionpublic native String getId( )public native Protocol getRequiredProtocols( )public native boolean isEnabled( )public native void RestoreDefaults( )Restores factory defaultsettings for all properties.Throws:public native void setEnabled(boolean enabled)ToshibaException


[0315] The TCPIP class 2932 represents the TCP/IP protocol. The TCPIP class 2932 is a specialization of Protocol class 2926. Its functionality is detailed in Table 239.
242TABLE 239TCPIP Class FunctionsFunctionpublic native int[] getDNS1( )public native int[] getDNS2( )public native int[] getGateway( )public native int[] getIPAddress( )public native int[] getSubnetMask( )public native int[] getWINS1( )public native int[] getWINS2( )public native String getWINSScopeID( )public native boolean isDHCP( )public native void setDHCP(boolean DHCP)public native void setDNS1(int[] DNS1)public native void setDNS2(int[] DNS2)public native void setGateway(int[] gateway)public native void setIPAddress(int[] IPAddress)public native void setSubnetMask(int[] subnetMask)public native void setWINS1(int[] WINS1)public native void setWINS2(int[] WINS2)public native void setWINSScopeID(String WINSScopeID)


[0316] The TokenRingAdapter class 2934 is a representation of a TokenRing adapter. The TokenRingAdapter class 2934 is suitably a specialization of Adapter class 2902.


[0317] The WirelessEthernetAdapter class 2936 representation of a wireless Ethernet adapter. The WirelessEthernetAdapter class 2936 is suitably a specialization of EthernetAdapter class 2908. Its functionality is detailed in Table 240.
243TABLE 240WirelessEthernetAdapter Class FunctionsFunctionpublic native String getAdapterModel( )public native String getAdapterVersion( )public native String getAuthenticationType( )public native int getChannel( )public native String getCountryVersion( )public native int getDataRate( )public native int getDataRetries(public native String getDfltAccessPoint( )public native int getFragmentThreshold( )public native String getManufacturer( )public native String getNetworkType( )public native int getRTSRetryLimit( )public native int getRTSThreshold( )public native String getSSID( )public native int getWEPencryptionStrength( )public native int getXmitPower( )public native void setAuthenticationType(String authenticationType)public native void setChannel(int channel)public native void setDataRate(int dataRate)public native void setDataRetries(int dataRetries)public native void setDfltAccessPoint(String dfltAccessPoint)public native void setFragmentThreshold(int fragmentThreshold)public native void setNetworkType(String networkType)public native void setRTSRetryLimit(int RTSRetryLimit)public native void setRTSThreshold(int RTSThreshold)public native void setSSID(String SSID)public native void setWEPencryptionStrength(int WEPencryptionStrength)public native void setWEPkey(String WEPkey)public native void setXmitPower(int xmitPower)


[0318] Turning now to FIG. 26, a class diagram representing the Security package 3000 in a presently preferred embodiment of the invention is provided. The Network package 3000 comprises a plurality of classes. Its structure is detailed in Table 241.
244TABLE 241Structure of Security PackageElementTypePublicKeyClassSecurityContextClassSecurityManagerClassSessionClassUserClassUserGroupClassDiagramsClass


[0319] The PublicKey class 3002 is a representation of the public keys used for transmission of secured information over unsecure connections. The PublicKey class 3002 is a specialization of Base class 1502. Its functionality is detailed in Table 242.
245TABLE 242PublicKey Class FunctionsFunctionDescriptionpublic native String Export( )Exports the keyinto a MIMEencoded string.Throws:ToshibaExceptionpublic native void ImportFromString(StringImports the public keykey)from a MIMEencoded string.Throws:ToshibaExceptionpublic native void ImportFromURL(String url)Imports the public keyfrom an URL. Encodingdepends on theprotocol used.Throws:ToshibaException


[0320] The SecurityContext class 3004 is a representation of the security context of a client. This security context is suitably used to represent a client's identity and access rights before a secured device. The SecurityContext class 3004 is a specialization of Base class 1502. Its functionality is detailed in Table 243.
246TABLE 243SecurityContext Class FunctionsFunctionpublic native Session getSession( )


[0321] The SecurityManager class 3006 is an object that encapsulates the context and behavior associated with security management. The SecurityManager class 3006 is a specialization of Base class 1502. Its functionality is detailed in Table 244.
247TABLE 244SecurityManager Class FunctionsFunctionDescriptionpublic native void AddUser(User user)Adds a user to the list of users. Must haveadministrative privileges.Throws: ToshibaExceptionParameter doc:user - user object to add public native voidAddUserGroup(UserGroup user)Adds a group to the list of groups. Musthaveadministrative privileges.Throws: ToshibaExceptionParameter doc:group - group object to addpublic native PublicKey getDevPublicKey( )Retrieves device's public key used for securetransmission.Return doc:Public key of the device, so that user namesand passwords can be exchanged with clientspublic native UserGroup getUserGroups( )public native User getUsers( )public native Session Logon(String name,Authenticates a user and returns a securityString password)context.Throws: ToshibaExceptionReturn doc:Security descriptor encapsulating user'sidentity.public native void RemoveUser(User user)Removes existing user.Throws: ToshibaExceptionParameter doc:user - user object to removepublic native voidRemoves a group from the list of groups. MustRemoveUserGroup(UserGroup user)have administrative privileges.Throws: ToshibaExceptionParameter doc:group - group object to removepublic native void setUserGroups(UserGroupuserGroups)public native void setUsers(User users)


[0322] The Session class 3008 is the context of a logon session. All settings that are maintained during a session with a logical controller are suitably encapsulated by objects of this class. The Session class 3008 is a specialization of Base class 1502. Its functionality is detailed in Table 245.
248TABLE 245Session Class FunctionsFunctionDescriptionpublic native SecurityContextChange the currentChangeIdentity(SecurityContext newId)identity of the userinteracting withthe device. Requiresprevious logon withthe device to establishthe a securitycontextfor the new identity.Throws:ToshibaExceptionReturn doc:The security contextof the old identity.public native LogicalController getController( )public native Locale getLocale( )public native String getOverrideTimeFormat( )public native SecurityContextgetSecurityContext( )public native void Logoff( )Logs off thecurrent user.Throws:ToshibaExceptionpublic native void setClientPublicKey(PublicKeyclientPublicKey)public native void setController(LogicalControllercontroller)public native void setLocale(Locale locale)public native void setOverrideTimeFormat(StringoverrideTimeFormat)public native void setUTCOffset(int UTCOffset)


[0323] The User class 3010 is a single authenticatable user. The User class 3010 is a specialization of Base class 1502. Its functionality is detailed in Table 235.
249TABLE 235User Class FunctionsFunctionpublic native String getDescription( )public native String getEmail( )public native String getFirst( )public native UserGroup getGroups( )public native String getID( )public native String getLast( )public native void setDescription(String description)public native void setEmail(String email)public native void setFirst(String first)public native void setGroups(UserGroup groups)public native void setID(String ID)public native void setLast(String last)public native void setPassword(String password)


[0324] The UserGroup class 3012 is a representation of a group of users. The UserGroup class 3012 is a specialization of Base class 1502. Its functionality is detailed in Table 236.
250TABLE 236UserGroup Class FunctionsFunctionpublic native UserGroup getGroups( )public native String getName( )public native User getUsers( )public native void setGroups(UserGroup groups)public native void setName(String name)


[0325] In addition, there is provided in Appedix A another preferred embodiment of the present invention.


[0326] Although the preferred embodiment(s) have been described in detail, it should be understood that various changes, substitutions, and alterations can be made therein without departing from the spirit and scope of the invention as defined by the appended claims. It will be appreciated that various changes in the details, materials and arrangements of parts, which have been herein described and illustrated in order to explain the nature of the invention, may be made by those skilled in the area within the principle and scope of the invention as will be expressed in the appended claims.


Claims
  • 1. A system for communicating with digital image devices comprising: a language binding software component for receiving information from a software application; and a plurality of digital image device software components comprising a plurality of packages and classes for receiving information from the language binding software component and selectively communicating with a digital imaging device in response to the information received from the language binding software component.
  • 2. The system of claim 1 wherein the digital imaging device software components are Java Bean components.
  • 3. The system of claim 1 wherein a digital imaging device software component comprises a primary package on a first level and a plurality of packages on a second level.
  • 4. The system of claim 1 wherein a digital imaging device software component comprises an address book package having functionality for handling address book information.
  • 5. The system of claim 1 wherein a digital imaging device software component comprises a devices package having functionality for handling job information.
  • 6. The system of claim 5 wherein the devices package comprises functionality for handling print jobs.
  • 7. The system of claim 5 wherein the devices package comprises functionality for handling scan jobs.
  • 8. The system of claim 5 wherein the devices package comprises functionality for handling fax jobs.
  • 9. The system of claim 5 wherein the devices package comprises a logical devices subpackage for handling jobs and a physical devices subpackage for handling specific devices.
  • 10. The system of claim 1 wherein a digital imaging device software component comprises a filter package having functionality for handling filter information.
  • 11. The system of claim 8 wherein the filter package comprises an address book filter package having functionality for handling address book filter information.
  • 12. The system of claim 8 wherein the filter package comprises an image handler filter package having functionality for handling image handler filter information.
  • 13. The system of claim 8 wherein the filter package comprises a jobs log filter package having functionality for handling jobs log filter information.
  • 14. The system of claim 1 wherein a digital imaging device software component comprises an image handling package having functionality for handling image information.
  • 15. The system of claim 14 wherein a digital imaging device software component comprises an image handling package having functionality for handling scanned image information.
  • 16. The system of claim 14 wherein a digital imaging device software component comprises an image handling package having functionality for handling raster image information.
  • 17. The system of claim 14 wherein a digital imaging device software component comprises an image handling package having functionality for handling template information.
  • 18. The system of claim 1 wherein a digital imaging device software component comprises a job handling package having functionality for handling job information.
  • 19. The system of claim 18 wherein job information comprises print job information.
  • 20. The system of claim 18 wherein job information comprises fax job information.
  • 21. The system of claim 18 wherein job information comprises scan job information.
  • 22. The system of claim 18 wherein job information comprises scheduled job information.
  • 23. The system of claim 1 wherein a digital imaging device software component comprises a log entry handling package having functionality for handling log entry information.
  • 24. The system of claim 23 wherein the log entry handling package comprises a message log entry handling package for handling message log entry information.
  • 25. The system of claim 1 wherein a digital imaging device software component comprises a maintenance handling package having functionality for handling maintenance information.
  • 26. The system of claim 1 wherein a digital imaging device software component comprises a network handling package having functionality for handling network information.
  • 27. The system of claim 1 wherein a digital imaging device software component comprises a security handling package having functionality for handling security information.
  • 28. An object model for a component based system for communicating with digital image devices, the object model comprising a first level primary package comprising a plurality of subpackages, the subpackages configured for receiving information from a language binding software component and selectively communicating with a digital imaging device in response to the information received from the language binding software component.
  • 29. The object model of claim 28 wherein the subpackages are configured for receiving information from a language binding software component through the primary package.
  • 30. An object model for a component based system for communicating with digital image devices, the object model comprising a first level primary package having a plurality of subpackages, each subpackage having a plurality of classes configured for specific communication with a digital imaging device, the primary package comprising: a subpackage having classes configured for communication relative to digital imaging device settings; a subpackage having classes configured for communication relative to the types of jobs the digital imaging device is to perform; a subpackage having classes configured for communication relative to the handling of images; and a subpackage having classes configured for communication relative to network information, protocols and settings.