All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.vaccess.VJob

java.lang.Object
   |
   +----com.ibm.as400.vaccess.VJob

public class VJob
extends Object
implements VNode, Serializable
The VJob class defines the representation of a job on an AS/400 for use in various models and panes in this package. You must explicitly call load() to load the information from the AS/400.

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:


Variable Index

 o BREAK_MESSAGE_HANDLING_PROPERTY
Property identifier for the break message handling.
 o CCSID_PROPERTY
Property identifier for the coded character set identifier.
 o COMPLETION_STATUS_PROPERTY
Property identifier for the completion status.
 o COUNTRY_ID_PROPERTY
Property identifier for the country identifier.
 o CPUUSED_PROPERTY
Property identifier for the CPU used.
 o CURRENT_LIBRARY_EXISTENCE_PROPERTY
Property identifier for the current library existence.
 o CURRENT_LIBRARY_PROPERTY
Property identifier for the current library if one exists.
 o DATE_FORMAT_PROPERTY
Property identifier for the date format.
 o DATE_JOB_BECAME_ACTIVE_PROPERTY
Property identifier for the date and time the job become active.
 o DATE_JOB_ENTERED_SYSTEM_PROPERTY
Property identifier for the date and time the job entered system.
 o DATE_JOB_SCHEDULE_TO_RUN_PROPERTY
Property identifier for the date and time the job is scheduled to run.
 o DATE_PROPERTY
Property identifier for the date.
 o DATE_PUT_ON_JOB_QUEUE_PROPERTY
Property identifier for the date and time the job was put on this job queue.
 o DATE_SEPARATOR_PROPERTY
Property identifier for the date separator.
 o DDM_CONVERSATION_HANDLING_PROPERTY
Property identifier for the DDM conversation handling.
 o DECIMAL_FORMAT_PROPERTY
Property identifier for the decimal format.
 o DEFAULT_CCSID_PROPERTY
Property identifier for the default coded character set identifier.
 o DEVICE_RECOVERY_ACTION_PROPERTY
Property identifier for the device recovery action.
 o END_SEVERITY_PROPERTY
Property identifier for the end severity.
 o FUNCTION_PROPERTY
Property identifier for the function.
 o INQUIRY_MESSAGE_REPLY_PROPERTY
Property identifier for the inquiry message reply.
 o JOB_ACCOUNTING_CODE_PROPERTY
Property identifier for the job accounting code.
 o JOB_DATE_PROPERTY
Property identifier for the job date.
 o JOB_DESCRIPTION_PROPERTY
Property identifier for the job description.
 o JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY
Property identifier for the job message queue action.
 o JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY
Property identifier for the job message maximum size.
 o JOB_QUEUE_PRIORITY_PROPERTY
Property identifier for the job queue priority.
 o JOB_QUEUE_PROPERTY
Property identifier for the job queue.
 o JOB_SWITCHES_PROPERTY
Property identifier for the job switches.
 o LANGUAGE_ID_PROPERTY
Property identifier for the language identifier.
 o LOGGING_CL_PROGRAMS_PROPERTY
Property identifier for the logging of CL programs .
 o LOGGING_LEVEL_PROPERTY
Property identifier for the logging level.
 o LOGGING_SEVERITY_PROPERTY
Property identifier for the logging severity.
 o LOGGING_TEXT_PROPERTY
Property identifier for the logging text.
 o MODE_NAME_PROPERTY
Property identifier for the mode name.
 o NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY
Property identifier for the number of libraries in SYSLIBL.
 o NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY
Property identifier for the number of libraries in USRLIBL.
 o NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY
Property identifier for the number of product libaries.
 o NUMBER_PROPERTY
Property identifier for the number.
 o OUTPUT_QUEUE_PRIORITY_PROPERTY
Property identifier for the output queue priority.
 o OUTPUT_QUEUE_PROPERTY
Property identifier for the output queue.
 o PRINT_KEY_FORMAT_PROPERTY
Property identifier for the print key format.
 o PRINT_TEXT_PROPERTY
Property identifier for the print text.
 o PRINTER_DEVICE_NAME_PROPERTY
Property identifier for the printer device name.
 o PRODUCT_LIBRARIES_PROPERTY
Property identifier for the product libraries if they exist.
 o ROUTING_DATA_PROPERTY
Property identifier for the routing data.
 o SIGNED_ON_JOB_PROPERTY
Property identifier for the signed-on job.
 o SORT_SEQUENCE_TABLE_PROPERTY
Property identifier for the sort sequence table.
 o STATUS_MESSAGE_HANDLING_PROPERTY
Property identifier for the status message handling.
 o STATUS_OF_JOB_ON_JOB_QUEUE_PROPERTY
Property identifier for the status of the job on the job queue.
 o STATUS_PROPERTY
Property identifier for the status.
 o SUBSYSTEM_PROPERTY
Property identifier for the subsystem.
 o SUBTYPE_PROPERTY
Property identifier for the subtype.
 o SYSTEM_LIBRARY_LIST_PROPERTY
Property identifier for the system library list (for each library in the list).
 o TIME_SEPARATOR_PROPERTY
Property identifier for the time separator.
 o TYPE_PROPERTY
Property identifier for the type.
 o USER_LIBRARY_LIST_PROPERTY
Property identifier for the user library list
 o USER_PROPERTY
Property identifier for the user.
 o WORK_ID_UNIT_PROPERTY
Property identifier for the unit of work identifier.

Constructor Index

 o VJob()
Constructs a VJob object.
 o VJob(AS400, Job)
Constructs a VJob object.
 o VJob(VNode, AS400, Job)
Constructs a VJob object.

Method Index

 o addErrorListener(ErrorListener)
Adds a listener to be notified when an error occurs.
 o addPropertyChangeListener(PropertyChangeListener)
Adds a listener to be notified when the value of any bound property changes.
 o addVetoableChangeListener(VetoableChangeListener)
Adds a listener to be notified when the value of any constrained property changes.
 o addVObjectListener(VObjectListener)
Adds a listener to be notified when a VObject is changed, created, or deleted.
 o addWorkingListener(WorkingListener)
Adds a listener to be notified when work starts and stops on potentially long-running operations.
 o children()
Returns the children of the node.
 o getActions()
Returns the list of actions that can be performed.
 o getAllowsChildren()
Indiciates if the node allows children.
 o getChildAt(int)
Returns the child node at the specified index.
 o getChildCount()
Returns the number of children.
 o getDefaultAction()
Returns the default action.
 o getDetailsChildAt(int)
Returns the child for the details at the specified index.
 o getDetailsChildCount()
Returns the number of children for the details.
 o getDetailsColumnModel()
Returns the table column model to use in the details when representing the children.
 o getDetailsIndex(VObject)
Returns the index of the specified child for the details.
 o getIcon(int, boolean)
Returns the icon.
 o getIndex(TreeNode)
Returns the index of the specified child.
 o getJob()
Returns the job.
 o getParent()
Returns the parent node.
 o getPropertiesPane()
Returns the properties pane.
 o getPropertyValue(Object)
Returns a property value.
 o getSystem()
Returns the AS/400 system on which the job resides.
 o getText()
Returns the text.
 o isLeaf()
Indicates if the node is a leaf.
 o isSortable()
Indicates if the details children are sortable.
 o load()
Loads information about the object from the AS/400.
 o removeErrorListener(ErrorListener)
Removes an error listener.
 o removePropertyChangeListener(PropertyChangeListener)
Removes a property change listener.
 o removeVetoableChangeListener(VetoableChangeListener)
Removes a vetoable change listener.
 o removeVObjectListener(VObjectListener)
Removes a VObjectListener.
 o removeWorkingListener(WorkingListener)
Removes a working listener.
 o setJob(Job)
Sets the job.
 o setSystem(AS400)
Sets the AS/400 on which the job resides.
 o sortDetailsChildren(Object[], boolean[])
Sorts the children for the details.
 o toString()
Returns the string representation of the job name.

Variables

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Constructors

 o VJob
 public VJob()
Constructs a VJob object.

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

Parameters:
system - The AS/400 system on which the job resides.
job - The job.
 o VJob
 public VJob(VNode parent,
             AS400 system,
             Job job)
Constructs a VJob object.

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

Methods

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

Parameters:
listener - The listener.
 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener listener)
Adds a listener to be notified when the value of any bound property changes.

Parameters:
listener - The listener.
 o addVetoableChangeListener
 public void addVetoableChangeListener(VetoableChangeListener listener)
Adds a listener to be notified when the value of any constrained property changes.

Parameters:
listener - The listener.
 o addVObjectListener
 public void addVObjectListener(VObjectListener listener)
Adds a listener to be notified when a VObject is changed, created, or deleted.

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

Parameters:
listener - The listener.
 o children
 public Enumeration children()
Returns the children of the node.

Returns:
The children.
 o getActions
 public VAction[] getActions()
Returns the list of actions that can be performed.

Returns:
The list of actions.
 o getAllowsChildren
 public boolean getAllowsChildren()
Indiciates if the node allows children.

Returns:
Always false.
 o getChildAt
 public TreeNode getChildAt(int index)
Returns the child node at the specified index.

Parameters:
index - The index.
Returns:
Always null.
 o getChildCount
 public int getChildCount()
Returns the number of children.

Returns:
Always 0.
 o getDefaultAction
 public VAction getDefaultAction()
Returns the default action.

Returns:
Always null. There is no default action.
 o getDetailsChildAt
 public VObject getDetailsChildAt(int index)
Returns the child for the details at the specified index.

Parameters:
index - The index.
Returns:
The child, or null if the index is not valid.
 o getDetailsChildCount
 public int getDetailsChildCount()
Returns the number of children for the details.

Returns:
The number of children for the details.
 o getDetailsColumnModel
 public TableColumnModel getDetailsColumnModel()
Returns the table column model to use in the details when representing the children. This column model describes the details values for the children.

Returns:
The details column model.
 o getDetailsIndex
 public int getDetailsIndex(VObject detailsChild)
Returns the index of the specified child for the details.

Parameters:
detailsChild - The details child.
Returns:
The index, or -1 if the child is not found in the details.
 o getIcon
 public Icon getIcon(int size,
                     boolean open)
Returns the icon.

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.
 o getIndex
 public int getIndex(TreeNode child)
Returns the index of the specified child.

Parameters:
child - The child.
Returns:
Always -1.
 o getJob
 public Job getJob()
Returns the job.

Returns:
The job, or null if it has not been set.
 o getParent
 public TreeNode getParent()
Returns the parent node.

Returns:
The parent node, or null if there is no parent.
 o getPropertiesPane
 public VPropertiesPane getPropertiesPane()
Returns the properties pane.

Returns:
The properties pane.
 o getPropertyValue
 public Object getPropertyValue(Object propertyIdentifier)
Returns a property value.

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.
 o getSystem
 public AS400 getSystem()
Returns the AS/400 system on which the job resides.

Returns:
The AS/400 system on which the job resides.
See Also:
getSystem
 o getText
 public String getText()
Returns the text. This is the job name.

Returns:
The text which is the job name.
 o isLeaf
 public boolean isLeaf()
Indicates if the node is a leaf.

Returns:
Always true.
 o isSortable
 public boolean isSortable()
Indicates if the details children are sortable.

Returns:
Always false.
 o load
 public void load()
Loads information about the object from the AS/400.

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

Parameters:
listener - The listener.
 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener.

Parameters:
listener - The listener.
 o removeVetoableChangeListener
 public void removeVetoableChangeListener(VetoableChangeListener listener)
Removes a vetoable change listener.

Parameters:
listener - The listener.
 o removeVObjectListener
 public void removeVObjectListener(VObjectListener listener)
Removes a VObjectListener.

Parameters:
listener - The listener.
 o removeWorkingListener
 public void removeWorkingListener(WorkingListener listener)
Removes a working listener.

Parameters:
listener - The listener.
 o setJob
 public void setJob(Job job) throws PropertyVetoException
Sets the job.

Parameters:
job - The job.
Throws: PropertyVetoException
If the change is vetoed.
 o setSystem
 public void setSystem(AS400 system) throws PropertyVetoException
Sets the AS/400 on which the job resides.

Parameters:
system - The AS/400 on which the job resides.
Throws: PropertyVetoException
If the change is vetoed.
See Also:
setSystem
 o sortDetailsChildren
 public void sortDetailsChildren(Object propertyIdentifiers[],
                                 boolean orders[])
Sorts the children for the details. Since sorting is not supported, this method does nothing.

Parameters:
propertyIdentifiers - The property identifiers.
orders - The sort orders for each property identifier. true for ascending order; false for descending order.
 o toString
 public String toString()
Returns the string representation of the job name.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index