Voyager ORB
A B C D E F G H I K L M N O P R S T U V _

A

acquireConnection(String) - Static method in class com.objectspace.voyager.transport.Transport
Returns an existing or creates a new ITransportConnection implemetation connected to the given xurl.
acquireConnection(String, String) - Method in interface com.objectspace.voyager.transport.ITransport
Returns a new or existing ITransportConnection bound to the localXURL value and connected to the given xurl value.
acquireConnection(String, String) - Static method in class com.objectspace.voyager.transport.Transport
Returns an existing or creates a new ITransportConnection implemetation connected to the given xurl and locally bound to the given bindXURL value.
acquireServer(String) - Method in interface com.objectspace.voyager.transport.ITransport
Returns a new or existing ITransportServer implementation instance bound to the given local address and port (or other network address identifier used by this transport), specified by the xurl value.
acquireServer(String) - Static method in class com.objectspace.voyager.transport.Transport
Returns an existing or starts a new ITransportServer implementation for the given protocol, bind address, and port.
activate(Mobility, String, Object[]) - Static method in class com.objectspace.voyager.mobility.Mobility
 
activate(String) - Method in interface com.objectspace.voyager.activation.IActivator
Activate the object that was associated with the specified memento and return a proxy to the activated object.
Activation - class com.objectspace.voyager.activation.Activation.
Activation contains static methods for enabling an object for activation and for registering/deregistering activators.
ActivationException - exception com.objectspace.voyager.activation.ActivationException.
An ActivationException indicates an activation exception.
ActivationException() - Constructor for class com.objectspace.voyager.activation.ActivationException
Construct myself with no message or exception.
ActivationException(Exception) - Constructor for class com.objectspace.voyager.activation.ActivationException
Construct myself with the specified exception.
ActivationException(String) - Constructor for class com.objectspace.voyager.activation.ActivationException
Construct myself with the specified message.
ActivationException(String, Exception) - Constructor for class com.objectspace.voyager.activation.ActivationException
Construct myself with the specified message and exception.
add(Object) - Method in class com.objectspace.voyager.space.Subspace
Add the specified object to this subspace.
add(Object) - Method in interface com.objectspace.voyager.space.ISubspace
Add the specified object to this subspace.
add(String, Object) - Method in class com.objectspace.voyager.directory.LightDirectory
 
add(String, Object) - Method in interface com.objectspace.voyager.directory.IDirectory
Associate a key with a value.
ADDING - Static variable in class com.objectspace.voyager.space.SubspaceEvent
An object was added to the subspace.
addRequestHandler(IRequestHandler) - Method in interface com.objectspace.voyager.transport.ITransportServer
Adds a new IRequestHandler implementation instance to be used by this server instance.
addRequestHandler(IRequestHandler) - Static method in class com.objectspace.voyager.transport.Transport
Adds a new IRequestHandler implementation.
addResourceLoader(IResourceLoader) - Static method in class com.objectspace.voyager.loader.VoyagerClassLoader
Add a resource loader of priority 10 to my list of loaders.
addResourceLoader(IResourceLoader, float) - Static method in class com.objectspace.voyager.loader.VoyagerClassLoader
If the specified resource loader is not already in my list of loaders, add it at the specified priority and return it, otherwise return the existing loader.
addResultListener(ResultListener) - Method in class com.objectspace.voyager.message.Result
Add the specified listener to my set of result listeners.
addSubspaceListener(SubspaceListener) - Method in class com.objectspace.voyager.space.Subspace
Add the specified listener.
addSubspaceListener(SubspaceListener) - Method in interface com.objectspace.voyager.space.ISubspace
Add the specified listener.
addSystemListener(SystemListener) - Static method in class com.objectspace.voyager.Voyager
Add the specified listener to my list of system listeners.
addTimerListener(TimerListener) - Method in interface com.objectspace.lib.timer.ITimer
Add the specified listener to my list of listeners.
addTimerListener(TimerListener) - Method in class com.objectspace.lib.timer.Timer
Add the specified listener to my list of listeners.
addURLResource(String) - Static method in class com.objectspace.voyager.loader.VoyagerClassLoader
Add a loader that obtains resources from the specified URL.
Agent - class com.objectspace.voyager.agent.Agent.
The Agent class provides methods for obtaining an autonomous agent facet of an objecvt.
alarmAfter(long) - Method in interface com.objectspace.lib.timer.ITimer
Generate a timer event after the specified number of milliseconds.
alarmAfter(long) - Method in class com.objectspace.lib.timer.Timer
Generate a timer event after the specified number of milliseconds.
alarmAt(Date) - Method in interface com.objectspace.lib.timer.ITimer
Generate a timer event at the specified date.
alarmAt(Date) - Method in class com.objectspace.lib.timer.Timer
Generate a timer event at the specified date.
alarmEvery(long) - Method in interface com.objectspace.lib.timer.ITimer
Generate a timer event every time the specified period elapses.
alarmEvery(long) - Method in class com.objectspace.lib.timer.Timer
Generate a timer event every time the specified period elapses.
ALL - Static variable in class com.objectspace.voyager.space.Subspace
Purge references to neighbors and objects that are dead or unreachable.
ALL_ENTRY - Static variable in class com.objectspace.voyager.directory.Directory
 
allowsConcurrentUse() - Method in interface com.objectspace.voyager.transport.ITransportConnection
Tests to see if this connection instance allows concurrent use.
ALREADY_BOUND - Static variable in interface com.objectspace.voyager.directory.IDirectory
The name was already bound to another object.
Any - class com.objectspace.voyager.corba.Any.
An instance of Any represents a single arbitrary CORBA value.
Any() - Constructor for class com.objectspace.voyager.corba.Any
Construct myself with no object or typecode.
Any(Object) - Constructor for class com.objectspace.voyager.corba.Any
 
AnyHolder - class com.objectspace.voyager.corba.AnyHolder.
An AnyHolder allows the final value of an any argument to be propagated back to the client.
AnyHolder() - Constructor for class com.objectspace.voyager.corba.AnyHolder
Construct myself to have a default value of null.
AnyHolder(Any) - Constructor for class com.objectspace.voyager.corba.AnyHolder
 
ArchiveResourceLoader - class com.objectspace.voyager.loader.ArchiveResourceLoader.
ArchiveResourceLoader implements the IResourceLoader interface.
ArchiveResourceLoader(URL) - Constructor for class com.objectspace.voyager.loader.ArchiveResourceLoader
 
arg - Variable in class com.objectspace.voyager.directory.DirectoryException
An option argument associated with the error.
asIOR(Object) - Static method in class com.objectspace.voyager.corba.Corba
Return the address of the specified object as a CORBA IOR.
asIOR(Object, Class) - Static method in class com.objectspace.voyager.corba.Corba
Return the address of the specified object as a CORBA IOR.
asIOR(Object, String) - Static method in class com.objectspace.voyager.corba.Corba
Return the address of the specified object as a CORBA IOR.
assignThreadTo(Runnable) - Method in class com.objectspace.lib.thread.ThreadPool
Assign a thread with no name and current priority to the runnable object and start it running immediately.
assignThreadTo(Runnable, String) - Method in class com.objectspace.lib.thread.ThreadPool
Assign a thread with the specified name and priority to the runnable object and start it running immediately.
assignThreadTo(Runnable, String, int) - Method in class com.objectspace.lib.thread.ThreadPool
Assign a thread with the specified name and priority to the runnable object and start it running immediately.

ObjectSpace Inc.
A B C D E F G H I K L M N O P R S T U V _
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240