All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VStack

java.lang.Object
   |
   +----COM.objectspace.voyager.VObject
           |
           +----COM.objectspace.jgl.voyager.VStack

public class VStack
extends VObject
implements Container
VStack is the virtual class of Stack.


Constructor Index

 o VStack()
Construct a VStack that is not associated with an object.
 o VStack(Sequence, String)
 o VStack(Sequence, String, long)
 o VStack(Stack, String)
 o VStack(Stack, String, long)
 o VStack(String)
 o VStack(String, long)
 o VStack(VSubspace)
Construct a VStack and connect it to the specified object.

Method Index

 o add(Object)
 o add(Object, Messenger)
 o clear()
 o clear(Messenger)
 o clone()
 o clone(Messenger)
 o copy(Stack)
 o copy(Stack, Messenger)
 o elements()
 o elements(Messenger)
 o equals(Stack)
 o equals(Stack, Messenger)
 o finish()
 o finish(Messenger)
 o getOriginalClassName()
 o isEmpty()
 o isEmpty(Messenger)
 o maxSize()
 o maxSize(Messenger)
 o originalIsInterface()
 o pop()
 o pop(Messenger)
 o push(Object)
 o push(Object, Messenger)
 o remove(Enumeration)
 o remove(Enumeration, Enumeration)
 o remove(Enumeration, Enumeration, Messenger)
 o remove(Enumeration, Messenger)
 o size()
 o size(Messenger)
 o start()
 o start(Messenger)
 o swap(Stack)
 o swap(Stack, Messenger)
 o top()
 o top(Messenger)
 o toString()
 o toString(Messenger)

Constructors

 o VStack
 public VStack()
Construct a VStack that is not associated with an object. This function is used internally by Voyager and should not be invoked by user code. Any attempt to send a message to a reference created using this default constructor will cause a NullPointerException to be thrown.

 o VStack
 public VStack(VSubspace reference) throws VoyagerException
Construct a VStack and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.
 o VStack
 public VStack(String __address,
               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
__timeout - The timeout value in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o VStack
 public VStack(String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.
 o VStack
 public VStack(Sequence arg1,
               String __address,
               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
__timeout - The timeout value in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o VStack
 public VStack(Sequence arg1,
               String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.
 o VStack
 public VStack(Stack arg1,
               String __address,
               long __timeout) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
__timeout - The timeout value in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o VStack
 public VStack(Stack arg1,
               String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o copy
 public Result copy(Stack arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o copy
 public void copy(Stack arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o clone
 public Result clone(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o clone
 public Object clone()
Overrides:
clone in class Object
 o toString
 public Result toString(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
toString in class VObject
 o toString
 public String toString()
Overrides:
toString in class VObject
 o equals
 public Result equals(Stack arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(Stack arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o isEmpty
 public Result isEmpty(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o isEmpty
 public boolean isEmpty()
 o size
 public Result size(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o size
 public int size()
 o maxSize
 public Result maxSize(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o maxSize
 public int maxSize()
 o top
 public Result top(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o top
 public Object top() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o add
 public Result add(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o add
 public Object add(Object arg1)
 o push
 public Result push(Object arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o push
 public void push(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o pop
 public Result pop(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o pop
 public Object pop() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o clear
 public Result clear(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o clear
 public void clear()
 o elements
 public Result elements(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o elements
 public Enumeration elements()
 o start
 public Result start(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o start
 public ForwardIterator start()
 o finish
 public Result finish(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o finish
 public ForwardIterator finish()
 o swap
 public Result swap(Stack arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o swap
 public void swap(Stack arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o remove
 public Result remove(Enumeration arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public Object remove(Enumeration arg1)
 o remove
 public Result remove(Enumeration arg1,
                      Enumeration arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Enumeration arg1,
                   Enumeration arg2)

All Packages  Class Hierarchy  This Package  Previous  Next  Index