Class ObjrefEnumeration

java.lang.Object
com.sun.ejb.portable.ObjrefEnumeration
All Implemented Interfaces:
Serializable, Enumeration

public final class ObjrefEnumeration extends Object implements Enumeration, Serializable
This class is necessary because neither Vector nor Hashtable return a Serializable Enumeration, which can be sent from the EJB server back to the client. This class must be available at the client too, and it could be instantiated in another vendor's container.
See Also:
  • Constructor Details

    • ObjrefEnumeration

      public ObjrefEnumeration()
  • Method Details