Compoze Software, Inc.

com.compoze.exchange.activedirectory
Class Accounts


java.lang.Object

  |

  +--java.util.AbstractCollection

        |

        +--java.util.AbstractList

              |

              +--java.util.AbstractSequentialList

                    |

                    +--java.util.LinkedList

                          |

                          +--com.compoze.exchange.activedirectory.Accounts

All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable

public class Accounts
extends java.util.LinkedList

This class contains a list of contact, user and group accounts.

See Also:
AddressList, Serialized Form

Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 void add(int index, java.lang.Object element)
           
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection c)
           
 boolean addAll(int index, java.util.Collection c)
           
 void addFirst(java.lang.Object o)
           
 void addLast(java.lang.Object o)
           
 java.lang.String getCookieString()
          Gets the cookie returned by a pagination query.
 
Methods inherited from class java.util.LinkedList
clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, 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, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Method Detail

add


public void add(int index,
                java.lang.Object element)
Overrides:
add in class java.util.LinkedList
Throws:
UnsupportedOperationException - operation is not supported

add


public boolean add(java.lang.Object o)
Overrides:
add in class java.util.LinkedList
Throws:
UnsupportedOperationException - operation is not supported

addAll


public boolean addAll(java.util.Collection c)
Overrides:
addAll in class java.util.LinkedList
Throws:
UnsupportedOperationException - operation is not supported

addAll


public boolean addAll(int index,
                      java.util.Collection c)
Overrides:
addAll in class java.util.LinkedList
Throws:
UnsupportedOperationException - operation is not supported

addFirst


public void addFirst(java.lang.Object o)
Overrides:
addFirst in class java.util.LinkedList
Throws:
UnsupportedOperationException - operation is not supported

addLast


public void addLast(java.lang.Object o)
Overrides:
addLast in class java.util.LinkedList
Throws:
UnsupportedOperationException - operation is not supported

getCookieString


public java.lang.String getCookieString()
Gets the cookie returned by a pagination query.
Returns:
the cookie returned by a pagination query as a string

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.