All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VQueue

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

public class VQueue
extends VObject
implements Container
VQueue is the virtual class of Queue.


Constructor Index

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

Method Index

 o add(Object)
 o add(Object, Messenger)
 o back()
 o back(Messenger)
 o clear()
 o clear(Messenger)
 o clone()
 o clone(Messenger)
 o copy(Queue)
 o copy(Queue, Messenger)
 o elements()
 o elements(Messenger)
 o equals(Queue)
 o equals(Queue, Messenger)
 o finish()
 o finish(Messenger)
 o front()
 o front(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(Queue)
 o swap(Queue, Messenger)
 o toString()
 o toString(Messenger)

Constructors

 o VQueue
 public VQueue()
Construct a VQueue 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 VQueue
 public VQueue(VSubspace reference) throws VoyagerException
Construct a VQueue 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 VQueue
 public VQueue(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 VQueue
 public VQueue(String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.
 o VQueue
 public VQueue(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 VQueue
 public VQueue(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 VQueue
 public VQueue(Queue 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 VQueue
 public VQueue(Queue 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(Queue arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o copy
 public void copy(Queue arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 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(Queue arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(Queue 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 clear
 public Result clear(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o clear
 public void clear()
 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 front
 public Result front(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o front
 public Object front() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o back
 public Result back(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o back
 public Object back() 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 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(Queue arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o swap
 public void swap(Queue 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