com.ibm.as400.vaccess
Class VJob

java.lang.Object
  extended by com.ibm.as400.vaccess.VJob
All Implemented Interfaces:
VNode, VObject, Serializable, TreeNode

Deprecated. Use Java Swing instead, along with the classes in package com.ibm.as400.access

public class VJob
extends Object
implements VNode, Serializable

The VJob class defines the representation of a job on a system for use in various models and panes in this package. You must explicitly call load() to load the information from the system.

Most errors are reported as ErrorEvents rather than throwing exceptions. Users should listen for ErrorEvents in order to diagnose and recover from error conditions.

VJob objects generate the following events:

See Also:
Serialized Form

Field Summary
static Object BREAK_MESSAGE_HANDLING_PROPERTY
          Deprecated. Property identifier for the break message handling.
static Object CCSID_PROPERTY
          Deprecated. Property identifier for the coded character set identifier.
static Object COMPLETION_STATUS_PROPERTY
          Deprecated. Property identifier for the completion status.
static Object COUNTRY_ID_PROPERTY
          Deprecated. Property identifier for the country identifier.
static Object CPUUSED_PROPERTY
          Deprecated. Property identifier for the CPU used.
static Object CURRENT_LIBRARY_EXISTENCE_PROPERTY
          Deprecated. Property identifier for the current library existence.
static Object CURRENT_LIBRARY_PROPERTY
          Deprecated. Property identifier for the current library if one exists.
static Object DATE_FORMAT_PROPERTY
          Deprecated. Property identifier for the date format.
static Object DATE_JOB_BECAME_ACTIVE_PROPERTY
          Deprecated. Property identifier for the date and time the job become active.
static Object DATE_JOB_ENTERED_SYSTEM_PROPERTY
          Deprecated. Property identifier for the date and time the job entered system.
static Object DATE_JOB_SCHEDULE_TO_RUN_PROPERTY
          Deprecated. Property identifier for the date and time the job is scheduled to run.
static Object DATE_PROPERTY
          Deprecated. Property identifier for the date.
static Object DATE_PUT_ON_JOB_QUEUE_PROPERTY
          Deprecated. Property identifier for the date and time the job was put on this job queue.
static Object DATE_SEPARATOR_PROPERTY
          Deprecated. Property identifier for the date separator.
static Object DDM_CONVERSATION_HANDLING_PROPERTY
          Deprecated. Property identifier for the DDM conversation handling.
static Object DECIMAL_FORMAT_PROPERTY
          Deprecated. Property identifier for the decimal format.
static Object DEFAULT_CCSID_PROPERTY
          Deprecated. Property identifier for the default coded character set identifier.
static Object DEVICE_RECOVERY_ACTION_PROPERTY
          Deprecated. Property identifier for the device recovery action.
static Object END_SEVERITY_PROPERTY
          Deprecated. Property identifier for the end severity.
static Object FUNCTION_PROPERTY
          Deprecated. Property identifier for the function.
static Object INQUIRY_MESSAGE_REPLY_PROPERTY
          Deprecated. Property identifier for the inquiry message reply.
static Object JOB_ACCOUNTING_CODE_PROPERTY
          Deprecated. Property identifier for the job accounting code.
static Object JOB_DATE_PROPERTY
          Deprecated. Property identifier for the job date.
static Object JOB_DESCRIPTION_PROPERTY
          Deprecated. Property identifier for the job description.
static Object JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY
          Deprecated. Property identifier for the job message queue action.
static Object JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY
          Deprecated. Property identifier for the job message maximum size.
static Object JOB_QUEUE_PRIORITY_PROPERTY
          Deprecated. Property identifier for the job queue priority.
static Object JOB_QUEUE_PROPERTY
          Deprecated. Property identifier for the job queue.
static Object JOB_SWITCHES_PROPERTY
          Deprecated. Property identifier for the job switches.
static Object LANGUAGE_ID_PROPERTY
          Deprecated. Property identifier for the language identifier.
static Object LOGGING_CL_PROGRAMS_PROPERTY
          Deprecated. Property identifier for the logging of CL programs .
static Object LOGGING_LEVEL_PROPERTY
          Deprecated. Property identifier for the logging level.
static Object LOGGING_SEVERITY_PROPERTY
          Deprecated. Property identifier for the logging severity.
static Object LOGGING_TEXT_PROPERTY
          Deprecated. Property identifier for the logging text.
static Object MODE_NAME_PROPERTY
          Deprecated. Property identifier for the mode name.
static Object NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY
          Deprecated. Property identifier for the number of libraries in SYSLIBL.
static Object NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY
          Deprecated. Property identifier for the number of libraries in USRLIBL.
static Object NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY
          Deprecated. Property identifier for the number of product libaries.
static Object NUMBER_PROPERTY
          Deprecated. Property identifier for the number.
static Object OUTPUT_QUEUE_PRIORITY_PROPERTY
          Deprecated. Property identifier for the output queue priority.
static Object OUTPUT_QUEUE_PROPERTY
          Deprecated. Property identifier for the output queue.
static Object PRINT_KEY_FORMAT_PROPERTY
          Deprecated. Property identifier for the print key format.
static Object PRINT_TEXT_PROPERTY
          Deprecated. Property identifier for the print text.
static Object PRINTER_DEVICE_NAME_PROPERTY
          Deprecated. Property identifier for the printer device name.
static Object PRODUCT_LIBRARIES_PROPERTY
          Deprecated. Property identifier for the product libraries if they exist.
static Object ROUTING_DATA_PROPERTY
          Deprecated. Property identifier for the routing data.
static Object SIGNED_ON_JOB_PROPERTY
          Deprecated. Property identifier for the signed-on job.
static Object SORT_SEQUENCE_TABLE_PROPERTY
          Deprecated. Property identifier for the sort sequence table.
static Object STATUS_MESSAGE_HANDLING_PROPERTY
          Deprecated. Property identifier for the status message handling.
static Object STATUS_OF_JOB_ON_JOB_QUEUE_PROPERTY
          Deprecated. Property identifier for the status of the job on the job queue.
static Object STATUS_PROPERTY
          Deprecated. Property identifier for the status.
static Object SUBSYSTEM_PROPERTY
          Deprecated. Property identifier for the subsystem.
static Object SUBTYPE_PROPERTY
          Deprecated. Property identifier for the subtype.
static Object SYSTEM_LIBRARY_LIST_PROPERTY
          Deprecated. Property identifier for the system library list (for each library in the list).
static Object TIME_SEPARATOR_PROPERTY
          Deprecated. Property identifier for the time separator.
static Object TYPE_PROPERTY
          Deprecated. Property identifier for the type.
static Object USER_LIBRARY_LIST_PROPERTY
          Deprecated. Property identifier for the user library list
static Object USER_PROPERTY
          Deprecated. Property identifier for the user.
static Object WORK_ID_UNIT_PROPERTY
          Deprecated. Property identifier for the unit of work identifier.
 
Fields inherited from interface com.ibm.as400.vaccess.VObject
DESCRIPTION_PROPERTY, NAME_PROPERTY
 
Constructor Summary
VJob()
          Deprecated. Constructs a VJob object.
VJob(AS400 system, Job job)
          Deprecated. Constructs a VJob object.
VJob(AS400 system, RJob job)
          Deprecated. Constructs a VJob object.
VJob(VNode parent, AS400 system, Job job)
          Deprecated. Constructs a VJob object.
VJob(VNode parent, AS400 system, RJob job)
          Deprecated. Constructs a VJob object.
 
Method Summary
 void addErrorListener(ErrorListener listener)
          Deprecated. Adds a listener to be notified when an error occurs.
 void addPropertyChangeListener(PropertyChangeListener listener)
          Deprecated. Adds a listener to be notified when the value of any bound property changes.
 void addVetoableChangeListener(VetoableChangeListener listener)
          Deprecated. Adds a listener to be notified when the value of any constrained property changes.
 void addVObjectListener(VObjectListener listener)
          Deprecated. Adds a listener to be notified when a VObject is changed, created, or deleted.
 void addWorkingListener(WorkingListener listener)
          Deprecated. Adds a listener to be notified when work starts and stops on potentially long-running operations.
 Enumeration children()
          Deprecated. Returns the children of the node.
 VAction[] getActions()
          Deprecated. Returns the list of actions that can be performed.
 boolean getAllowsChildren()
          Deprecated. Indiciates if the node allows children.
 TreeNode getChildAt(int index)
          Deprecated. Returns the child node at the specified index.
 int getChildCount()
          Deprecated. Returns the number of children.
 VAction getDefaultAction()
          Deprecated. Returns the default action.
 VObject getDetailsChildAt(int index)
          Deprecated. Returns the child for the details at the specified index.
 int getDetailsChildCount()
          Deprecated. Returns the number of children for the details.
 TableColumnModel getDetailsColumnModel()
          Deprecated. Returns the table column model to use in the details when representing the children.
 int getDetailsIndex(VObject detailsChild)
          Deprecated. Returns the index of the specified child for the details.
 Icon getIcon(int size, boolean open)
          Deprecated. Returns the icon.
 int getIndex(TreeNode child)
          Deprecated. Returns the index of the specified child.
 Job getJob()
          Deprecated. Returns the job.
 TreeNode getParent()
          Deprecated. Returns the parent node.
 VPropertiesPane getPropertiesPane()
          Deprecated. Returns the properties pane.
 Object getPropertyValue(Object propertyIdentifier)
          Deprecated. Returns a property value.
 RJob getRJob()
          Deprecated. Returns the job.
 AS400 getSystem()
          Deprecated. Returns the system on which the job resides.
 String getText()
          Deprecated. Returns the text.
 boolean isLeaf()
          Deprecated. Indicates if the node is a leaf.
 boolean isSortable()
          Deprecated. Indicates if the details children are sortable.
 void load()
          Deprecated. Loads information about the object from the system.
 void removeErrorListener(ErrorListener listener)
          Deprecated. Removes an error listener.
 void removePropertyChangeListener(PropertyChangeListener listener)
          Deprecated. Removes a property change listener.
 void removeVetoableChangeListener(VetoableChangeListener listener)
          Deprecated. Removes a vetoable change listener.
 void removeVObjectListener(VObjectListener listener)
          Deprecated. Removes a VObjectListener.
 void removeWorkingListener(WorkingListener listener)
          Deprecated. Removes a working listener.
 void setJob(Job job)
          Deprecated. Sets the job.
 void setRJob(RJob job)
          Deprecated. Sets the job.
 void setSystem(AS400 system)
          Deprecated. Sets the system on which the job resides.
 void sortDetailsChildren(Object[] propertyIdentifiers, boolean[] orders)
          Deprecated. Sorts the children for the details.
 String toString()
          Deprecated. Returns the string representation of the job name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BREAK_MESSAGE_HANDLING_PROPERTY

public static final Object BREAK_MESSAGE_HANDLING_PROPERTY
Deprecated. 
Property identifier for the break message handling.


CCSID_PROPERTY

public static final Object CCSID_PROPERTY
Deprecated. 
Property identifier for the coded character set identifier.


COMPLETION_STATUS_PROPERTY

public static final Object COMPLETION_STATUS_PROPERTY
Deprecated. 
Property identifier for the completion status.


COUNTRY_ID_PROPERTY

public static final Object COUNTRY_ID_PROPERTY
Deprecated. 
Property identifier for the country identifier.


CPUUSED_PROPERTY

public static final Object CPUUSED_PROPERTY
Deprecated. 
Property identifier for the CPU used.


CURRENT_LIBRARY_EXISTENCE_PROPERTY

public static final Object CURRENT_LIBRARY_EXISTENCE_PROPERTY
Deprecated. 
Property identifier for the current library existence.


CURRENT_LIBRARY_PROPERTY

public static final Object CURRENT_LIBRARY_PROPERTY
Deprecated. 
Property identifier for the current library if one exists.


DATE_FORMAT_PROPERTY

public static final Object DATE_FORMAT_PROPERTY
Deprecated. 
Property identifier for the date format.


DATE_JOB_BECAME_ACTIVE_PROPERTY

public static final Object DATE_JOB_BECAME_ACTIVE_PROPERTY
Deprecated. 
Property identifier for the date and time the job become active.


DATE_JOB_ENTERED_SYSTEM_PROPERTY

public static final Object DATE_JOB_ENTERED_SYSTEM_PROPERTY
Deprecated. 
Property identifier for the date and time the job entered system.


DATE_JOB_SCHEDULE_TO_RUN_PROPERTY

public static final Object DATE_JOB_SCHEDULE_TO_RUN_PROPERTY
Deprecated. 
Property identifier for the date and time the job is scheduled to run.


DATE_PROPERTY

public static final Object DATE_PROPERTY
Deprecated. 
Property identifier for the date.


DATE_PUT_ON_JOB_QUEUE_PROPERTY

public static final Object DATE_PUT_ON_JOB_QUEUE_PROPERTY
Deprecated. 
Property identifier for the date and time the job was put on this job queue.


DATE_SEPARATOR_PROPERTY

public static final Object DATE_SEPARATOR_PROPERTY
Deprecated. 
Property identifier for the date separator.


DDM_CONVERSATION_HANDLING_PROPERTY

public static final Object DDM_CONVERSATION_HANDLING_PROPERTY
Deprecated. 
Property identifier for the DDM conversation handling.


DECIMAL_FORMAT_PROPERTY

public static final Object DECIMAL_FORMAT_PROPERTY
Deprecated. 
Property identifier for the decimal format.


DEFAULT_CCSID_PROPERTY

public static final Object DEFAULT_CCSID_PROPERTY
Deprecated. 
Property identifier for the default coded character set identifier.


DEVICE_RECOVERY_ACTION_PROPERTY

public static final Object DEVICE_RECOVERY_ACTION_PROPERTY
Deprecated. 
Property identifier for the device recovery action.


END_SEVERITY_PROPERTY

public static final Object END_SEVERITY_PROPERTY
Deprecated. 
Property identifier for the end severity.


FUNCTION_PROPERTY

public static final Object FUNCTION_PROPERTY
Deprecated. 
Property identifier for the function.


INQUIRY_MESSAGE_REPLY_PROPERTY

public static final Object INQUIRY_MESSAGE_REPLY_PROPERTY
Deprecated. 
Property identifier for the inquiry message reply.


JOB_ACCOUNTING_CODE_PROPERTY

public static final Object JOB_ACCOUNTING_CODE_PROPERTY
Deprecated. 
Property identifier for the job accounting code.


JOB_DATE_PROPERTY

public static final Object JOB_DATE_PROPERTY
Deprecated. 
Property identifier for the job date.


JOB_DESCRIPTION_PROPERTY

public static final Object JOB_DESCRIPTION_PROPERTY
Deprecated. 
Property identifier for the job description.


JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY

public static final Object JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY
Deprecated. 
Property identifier for the job message queue action.


JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY

public static final Object JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY
Deprecated. 
Property identifier for the job message maximum size.


JOB_QUEUE_PRIORITY_PROPERTY

public static final Object JOB_QUEUE_PRIORITY_PROPERTY
Deprecated. 
Property identifier for the job queue priority.


JOB_QUEUE_PROPERTY

public static final Object JOB_QUEUE_PROPERTY
Deprecated. 
Property identifier for the job queue.


JOB_SWITCHES_PROPERTY

public static final Object JOB_SWITCHES_PROPERTY
Deprecated. 
Property identifier for the job switches.


LANGUAGE_ID_PROPERTY

public static final Object LANGUAGE_ID_PROPERTY
Deprecated. 
Property identifier for the language identifier.


LOGGING_CL_PROGRAMS_PROPERTY

public static final Object LOGGING_CL_PROGRAMS_PROPERTY
Deprecated. 
Property identifier for the logging of CL programs .


LOGGING_LEVEL_PROPERTY

public static final Object LOGGING_LEVEL_PROPERTY
Deprecated. 
Property identifier for the logging level.


LOGGING_SEVERITY_PROPERTY

public static final Object LOGGING_SEVERITY_PROPERTY
Deprecated. 
Property identifier for the logging severity.


LOGGING_TEXT_PROPERTY

public static final Object LOGGING_TEXT_PROPERTY
Deprecated. 
Property identifier for the logging text.


MODE_NAME_PROPERTY

public static final Object MODE_NAME_PROPERTY
Deprecated. 
Property identifier for the mode name.


NUMBER_PROPERTY

public static final Object NUMBER_PROPERTY
Deprecated. 
Property identifier for the number.


NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY

public static final Object NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY
Deprecated. 
Property identifier for the number of libraries in SYSLIBL.


NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY

public static final Object NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY
Deprecated. 
Property identifier for the number of libraries in USRLIBL.


NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY

public static final Object NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY
Deprecated. 
Property identifier for the number of product libaries.


OUTPUT_QUEUE_PRIORITY_PROPERTY

public static final Object OUTPUT_QUEUE_PRIORITY_PROPERTY
Deprecated. 
Property identifier for the output queue priority.


OUTPUT_QUEUE_PROPERTY

public static final Object OUTPUT_QUEUE_PROPERTY
Deprecated. 
Property identifier for the output queue.


PRINT_KEY_FORMAT_PROPERTY

public static final Object PRINT_KEY_FORMAT_PROPERTY
Deprecated. 
Property identifier for the print key format.


PRINT_TEXT_PROPERTY

public static final Object PRINT_TEXT_PROPERTY
Deprecated. 
Property identifier for the print text.


PRINTER_DEVICE_NAME_PROPERTY

public static final Object PRINTER_DEVICE_NAME_PROPERTY
Deprecated. 
Property identifier for the printer device name.


PRODUCT_LIBRARIES_PROPERTY

public static final Object PRODUCT_LIBRARIES_PROPERTY
Deprecated. 
Property identifier for the product libraries if they exist.


ROUTING_DATA_PROPERTY

public static final Object ROUTING_DATA_PROPERTY
Deprecated. 
Property identifier for the routing data.


SIGNED_ON_JOB_PROPERTY

public static final Object SIGNED_ON_JOB_PROPERTY
Deprecated. 
Property identifier for the signed-on job.


SORT_SEQUENCE_TABLE_PROPERTY

public static final Object SORT_SEQUENCE_TABLE_PROPERTY
Deprecated. 
Property identifier for the sort sequence table.


STATUS_OF_JOB_ON_JOB_QUEUE_PROPERTY

public static final Object STATUS_OF_JOB_ON_JOB_QUEUE_PROPERTY
Deprecated. 
Property identifier for the status of the job on the job queue.


STATUS_MESSAGE_HANDLING_PROPERTY

public static final Object STATUS_MESSAGE_HANDLING_PROPERTY
Deprecated. 
Property identifier for the status message handling.


STATUS_PROPERTY

public static final Object STATUS_PROPERTY
Deprecated. 
Property identifier for the status.


SUBSYSTEM_PROPERTY

public static final Object SUBSYSTEM_PROPERTY
Deprecated. 
Property identifier for the subsystem.


SUBTYPE_PROPERTY

public static final Object SUBTYPE_PROPERTY
Deprecated. 
Property identifier for the subtype.


SYSTEM_LIBRARY_LIST_PROPERTY

public static final Object SYSTEM_LIBRARY_LIST_PROPERTY
Deprecated. 
Property identifier for the system library list (for each library in the list).


TIME_SEPARATOR_PROPERTY

public static final Object TIME_SEPARATOR_PROPERTY
Deprecated. 
Property identifier for the time separator.


TYPE_PROPERTY

public static final Object TYPE_PROPERTY
Deprecated. 
Property identifier for the type.


WORK_ID_UNIT_PROPERTY

public static final Object WORK_ID_UNIT_PROPERTY
Deprecated. 
Property identifier for the unit of work identifier.


USER_LIBRARY_LIST_PROPERTY

public static final Object USER_LIBRARY_LIST_PROPERTY
Deprecated. 
Property identifier for the user library list


USER_PROPERTY

public static final Object USER_PROPERTY
Deprecated. 
Property identifier for the user.

Constructor Detail

VJob

public VJob()
Deprecated. 
Constructs a VJob object.


VJob

public VJob(AS400 system,
            Job job)
Deprecated. 
Constructs a VJob object.

Parameters:
system - The system on which the job resides.
job - The job.

VJob

public VJob(AS400 system,
            RJob job)
Deprecated. 
Constructs a VJob object.

Parameters:
system - The system on which the job resides.
job - The job.

VJob

public VJob(VNode parent,
            AS400 system,
            Job job)
Deprecated. 
Constructs a VJob object.

Parameters:
parent - The parent.
system - The system on which the job resides.
job - The job.

VJob

public VJob(VNode parent,
            AS400 system,
            RJob job)
Deprecated. 
Constructs a VJob object.

Parameters:
parent - The parent.
system - The system on which the job resides.
job - The job.
Method Detail

addErrorListener

public void addErrorListener(ErrorListener listener)
Deprecated. 
Adds a listener to be notified when an error occurs.

Specified by:
addErrorListener in interface VObject
Parameters:
listener - The listener.

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)
Deprecated. 
Adds a listener to be notified when the value of any bound property changes.

Parameters:
listener - The listener.

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener listener)
Deprecated. 
Adds a listener to be notified when the value of any constrained property changes.

Parameters:
listener - The listener.

addVObjectListener

public void addVObjectListener(VObjectListener listener)
Deprecated. 
Adds a listener to be notified when a VObject is changed, created, or deleted.

Specified by:
addVObjectListener in interface VObject
Parameters:
listener - The listener.

addWorkingListener

public void addWorkingListener(WorkingListener listener)
Deprecated. 
Adds a listener to be notified when work starts and stops on potentially long-running operations.

Specified by:
addWorkingListener in interface VObject
Parameters:
listener - The listener.

children

public Enumeration children()
Deprecated. 
Returns the children of the node.

Specified by:
children in interface TreeNode
Returns:
The children.

getActions

public VAction[] getActions()
Deprecated. 
Returns the list of actions that can be performed.

Specified by:
getActions in interface VObject
Returns:
The list of actions.

getAllowsChildren

public boolean getAllowsChildren()
Deprecated. 
Indiciates if the node allows children.

Specified by:
getAllowsChildren in interface TreeNode
Returns:
Always false.

getChildAt

public TreeNode getChildAt(int index)
Deprecated. 
Returns the child node at the specified index.

Specified by:
getChildAt in interface TreeNode
Parameters:
index - The index.
Returns:
Always null.

getChildCount

public int getChildCount()
Deprecated. 
Returns the number of children.

Specified by:
getChildCount in interface TreeNode
Returns:
Always 0.

getDefaultAction

public VAction getDefaultAction()
Deprecated. 
Returns the default action.

Specified by:
getDefaultAction in interface VObject
Returns:
Always null. There is no default action.

getDetailsChildAt

public VObject getDetailsChildAt(int index)
Deprecated. 
Returns the child for the details at the specified index.

Specified by:
getDetailsChildAt in interface VNode
Parameters:
index - The index.
Returns:
The child, or null if the index is not valid.

getDetailsChildCount

public int getDetailsChildCount()
Deprecated. 
Returns the number of children for the details.

Specified by:
getDetailsChildCount in interface VNode
Returns:
The number of children for the details.

getDetailsColumnModel

public TableColumnModel getDetailsColumnModel()
Deprecated. 
Returns the table column model to use in the details when representing the children. This column model describes the details values for the children.

Specified by:
getDetailsColumnModel in interface VNode
Returns:
The details column model.
See Also:
VObject.getPropertyValue(java.lang.Object)

getDetailsIndex

public int getDetailsIndex(VObject detailsChild)
Deprecated. 
Returns the index of the specified child for the details.

Specified by:
getDetailsIndex in interface VNode
Parameters:
detailsChild - The details child.
Returns:
The index, or -1 if the child is not found in the details.

getIcon

public Icon getIcon(int size,
                    boolean open)
Deprecated. 
Returns the icon.

Specified by:
getIcon in interface VObject
Parameters:
size - The icon size, either 16 or 32. If any other value is given, then return a default.
open - This parameter has no effect.
Returns:
The icon.

getIndex

public int getIndex(TreeNode child)
Deprecated. 
Returns the index of the specified child.

Specified by:
getIndex in interface TreeNode
Parameters:
child - The child.
Returns:
Always -1.

getJob

public Job getJob()
Deprecated. 
Returns the job.

Returns:
The job, or null if it has not been set.

getRJob

public RJob getRJob()
Deprecated. 
Returns the job.

Returns:
The job, or null if it has not been set.

getParent

public TreeNode getParent()
Deprecated. 
Returns the parent node.

Specified by:
getParent in interface TreeNode
Returns:
The parent node, or null if there is no parent.

getPropertiesPane

public VPropertiesPane getPropertiesPane()
Deprecated. 
Returns the properties pane.

Specified by:
getPropertiesPane in interface VObject
Returns:
The properties pane.

getPropertyValue

public Object getPropertyValue(Object propertyIdentifier)
Deprecated. 
Returns a property value.

Specified by:
getPropertyValue in interface VObject
Parameters:
propertyIdentifier - The property identifier. The choices are
  • BREAK_MESSAGE_HANDLING_PROPERTY
  • CCSID_PROPERTY
  • COMPLETION_STATUS_PROPERTY
  • COUNTRY_ID_PROPERTY
  • CPUUSED_PROPERTY
  • CURRENT_LIBRARY_EXISTENCE_PROPERTY
  • CURRENT_LIBRARY_PROPERTY
  • DATE_FORMAT_PROPERTY
  • DATE_JOB_BECAME_ACTIVE_PROPERTY
  • DATE_JOB_ENTERED_SYSTEM_PROPERTY
  • DATE_JOB_SCHEDULE_TO_RUN_PROPERTY
  • DATE_PROPERTY
  • DATE_PUT_ON_JOB_QUEUE_PROPERTY
  • DATE_SEPARATOR_PROPERTY
  • DDM_CONVERSATION_HANDLING_PROPERTY
  • DECIMAL_FORMAT_PROPERTY
  • DEFAULT_CCSID_PROPERTY
  • DESCRIPTION_PROPERTY
  • DEVICE_RECOVERY_ACTION_PROPERTY
  • END_SEVERITY_PROPERTY
  • FUNCTION_PROPERTY
  • INQUIRY_MESSAGE_REPLY_PROPERTY
  • JOB_ACCOUNTING_CODE_PROPERTY
  • JOB_DATE_PROPERTY
  • JOB_DESCRIPTION_PROPERTY
  • JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY
  • JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY
  • JOB_QUEUE_PRIORITY_PROPERTY
  • JOB_QUEUE_PROPERTY
  • JOB_SWITCHES_PROPERTY
  • LANGUAGE_ID_PROPERTY
  • LOGGING_CL_PROGRAMS_PROPERTY
  • LOGGING_LEVEL_PROPERTY
  • LOGGING_SEVERITY_PROPERTY
  • LOGGING_TEXT_PROPERTY
  • MODE_NAME_PROPERTY
  • NAME_PROPERTY
  • NUMBER_PROPERTY
  • NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY
  • NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY
  • NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY
  • OUTPUT_QUEUE_PRIORITY_PROPERTY
  • OUTPUT_QUEUE_PROPERTY
  • PRINT_KEY_FORMAT_PROPERTY
  • PRINT_TEXT_PROPERTY
  • PRINTER_DEVICE_NAME_PROPERTY
  • PRODUCT_LIBRARIES_PROPERTY
  • ROUTING_DATA_PROPERTY
  • SIGNED_ON_JOB_PROPERTY
  • SORT_SEQUENCE_TABLE_PROPERTY
  • STATUS_MESSAGE_HANDLING_PROPERTY
  • STATUS_OF_JOB_ON_JOB_QUEUE_PROPERTY
  • STATUS_PROPERTY
  • SUBSYSTEM_PROPERTY
  • SUBTYPE_PROPERTY
  • SYSTEM_LIBRARY_LIST_PROPERTY
  • TIME_SEPARATOR_PROPERTY
  • TYPE_PROPERTY
  • WORK_ID_UNIT_PROPERTY
  • USER_LIBRARY_LIST_PROPERTY
  • USER_PROPERTY
Returns:
The property value, or null if the property identifier is not recognized.

getSystem

public AS400 getSystem()
Deprecated. 
Returns the system on which the job resides.

Returns:
The system on which the job resides.

getText

public String getText()
Deprecated. 
Returns the text. This is the job name.

Specified by:
getText in interface VObject
Returns:
The text which is the job name.

isLeaf

public boolean isLeaf()
Deprecated. 
Indicates if the node is a leaf.

Specified by:
isLeaf in interface TreeNode
Returns:
Always true.

isSortable

public boolean isSortable()
Deprecated. 
Indicates if the details children are sortable.

Specified by:
isSortable in interface VNode
Returns:
Always false.

load

public void load()
Deprecated. 
Loads information about the object from the system.

Specified by:
load in interface VObject

removeErrorListener

public void removeErrorListener(ErrorListener listener)
Deprecated. 
Removes an error listener.

Specified by:
removeErrorListener in interface VObject
Parameters:
listener - The listener.

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)
Deprecated. 
Removes a property change listener.

Parameters:
listener - The listener.

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener listener)
Deprecated. 
Removes a vetoable change listener.

Parameters:
listener - The listener.

removeVObjectListener

public void removeVObjectListener(VObjectListener listener)
Deprecated. 
Removes a VObjectListener.

Specified by:
removeVObjectListener in interface VObject
Parameters:
listener - The listener.

removeWorkingListener

public void removeWorkingListener(WorkingListener listener)
Deprecated. 
Removes a working listener.

Specified by:
removeWorkingListener in interface VObject
Parameters:
listener - The listener.

setJob

public void setJob(Job job)
            throws PropertyVetoException
Deprecated. 
Sets the job.

Parameters:
job - The job.
Throws:
PropertyVetoException - If the change is vetoed.

setRJob

public void setRJob(RJob job)
             throws PropertyVetoException
Deprecated. 
Sets the job.

Parameters:
job - The job.
Throws:
PropertyVetoException - If the change is vetoed.

setSystem

public void setSystem(AS400 system)
               throws PropertyVetoException
Deprecated. 
Sets the system on which the job resides.

Parameters:
system - The system on which the job resides.
Throws:
PropertyVetoException - If the change is vetoed.

sortDetailsChildren

public void sortDetailsChildren(Object[] propertyIdentifiers,
                                boolean[] orders)
Deprecated. 
Sorts the children for the details. Since sorting is not supported, this method does nothing.

Specified by:
sortDetailsChildren in interface VNode
Parameters:
propertyIdentifiers - The property identifiers.
orders - The sort orders for each property identifier. true for ascending order; false for descending order.

toString

public String toString()
Deprecated. 
Returns the string representation of the job name.

Overrides:
toString in class Object
Returns:
The string representation of the job name.