iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400jobsubsys.impl
Class As400jobSubsystemList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bycom.ibm.etools.systems.as400jobsubsys.impl.As400jobSubsystemList
All Implemented Interfaces:
Cloneable, Collection, List, RandomAccess, Serializable

public class As400jobSubsystemList
extends ArrayList

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
As400jobSubsystemList()
           
 
Method Summary
 void addSubsys(JobCategoryImpl cat)
           
 JobCategoryImpl getSubsys(int idx)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

As400jobSubsystemList

public As400jobSubsystemList()
Method Detail

addSubsys

public void addSubsys(JobCategoryImpl cat)

getSubsys

public JobCategoryImpl getSubsys(int idx)

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.