All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.EnumerationBuffer

java.lang.Object
    |
    +----java.rmi.server.RemoteObject
            |
            +----java.rmi.server.RemoteServer
                    |
                    +----java.rmi.server.UnicastRemoteObject
                            |
                            +----COM.Lexical.EnumerationBuffer

public class EnumerationBuffer
extends java.rmi.server.UnicastRemoteObject
implements java.rmi.Remote, RemoteEnumBuffer
Version:
Authority1.1, 11 Apr 2000

Constructor Index

 o EnumerationBuffer()
 

Method Index

 o addElement(Object)
 
 o close()
 
 o isClosed()
 
 o moreElements()
 
 o rethrow(Throwable)
 

Constructor Detail

 o EnumerationBuffer
public EnumerationBuffer() throws java.rmi.RemoteException

Method Detail

 o addElement
public void addElement(java.lang.Object nextElement)
 o rethrow
public void rethrow(java.lang.Throwable throwable)
 o close
public void close()
 o isClosed
public boolean isClosed()
 o moreElements
public ConsList moreElements() throws java.rmi.RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index