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

S

SEPARATOR - Static variable in interface com.objectspace.voyager.directory.IDirectory
 
SEPARATOR_STRING - Static variable in interface com.objectspace.voyager.directory.IDirectory
 
setAnchoring(boolean) - Static method in class com.objectspace.voyager.corba.Corba
If the flag is true, disable garbage collection for objects that are automatically converted into proxies when passed to/from remote operations or passed to asIOR().
setAutonomous(boolean) - Method in interface com.objectspace.voyager.agent.IAgent
If the flag is true, become autonomous.
setBoolean(boolean) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified boolean.
setChar(char) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified char.
setConcurrentUse(boolean) - Method in interface com.objectspace.voyager.transport.ITransportConnection
Notifies this connection that it will be shared among multiple references.
setCreationRate(int) - Method in class com.objectspace.lib.thread.ThreadPool
Set the rate at which resources are created.
setDefaultTransport(String) - Static method in class com.objectspace.voyager.transport.Transport
Sets the default transport protocol to use.
setDouble(double) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified double.
setFloat(float) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified float.
setListener(PublishedEventListener) - Method in interface com.objectspace.voyager.space.publishing.ISubscriber
Forward all events that match at least one of my subscriptions to the specified listener.
setListener(PublishedEventListener) - Method in class com.objectspace.voyager.space.publishing.Subscriber
Forward all events that match at least one of my subscriptions to the specified listener.
setLogLevel(int) - Static method in class com.objectspace.lib.util.Console
Send output to the console according to the specified log level.
setLong(int) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified int.
setLongLong(long) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified long.
setMaxIdleThreads(int) - Method in class com.objectspace.lib.thread.ThreadPool
Set the maximum number of threads I can cache.
setMaxIdleThreads(int) - Static method in class com.objectspace.voyager.ThreadManager
Set the maximum number of threads Voyager can cache.
setObject(Object) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified Object.
setOctet(byte) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified byte.
setParentClassLoader(ClassLoader) - Static method in class com.objectspace.voyager.ClassManager
Set my parent class loader to the specified loader.
setPurgePolicy(byte) - Method in class com.objectspace.voyager.space.Subspace
Set my purge policy.
setPurgePolicy(byte) - Method in interface com.objectspace.voyager.space.ISubspace
Set my purge policy.
setRecordLapTimes(boolean) - Method in interface com.objectspace.lib.timer.IStopwatch
If flag is true, enable the recording of lap times.
setRecordLapTimes(boolean) - Method in class com.objectspace.lib.timer.Stopwatch
If flag is true, enable the recording of lap times.
setRemoteURL(String) - Method in class com.objectspace.voyager.RuntimeRemoteException
 
setResourceLoader(IResourceLoader) - Method in interface com.objectspace.voyager.agent.IAgent
Sets the IResourceLoader implementation this agent should register with remote hosts it may visit.
setResourceLoadingEnabled(boolean) - Static method in class com.objectspace.voyager.loader.VoyagerClassLoader
If the flag is true, enable resource loading.
setServerCodebase(String) - Static method in class com.objectspace.voyager.rmi.RmiRegistry
setServerCodebase is used to set java.rmi.server.codebase property.
setServerURL(Object) - Static method in class com.objectspace.voyager.Namespace
Sets the URL to the server the Namespace will be communicating with to perform the naming calls.
setShort(short) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified short.
setString(String) - Method in class com.objectspace.voyager.corba.Any
Set my value to the specified String.
ShortHolder - class com.objectspace.lib.holder.ShortHolder.
An ShortHolder allows the final value of an short argument to be propagated back to the client.
ShortHolder() - Constructor for class com.objectspace.lib.holder.ShortHolder
Construct myself with the default value of 0.
ShortHolder(short) - Constructor for class com.objectspace.lib.holder.ShortHolder
Construct myself with the specified initial value.
shutdown() - Static method in class com.objectspace.voyager.Voyager
Shutdown Voyager.
shutdown(SystemEvent) - Method in interface com.objectspace.voyager.SystemListener
Voyager is shutting down.
SILENT - Static variable in class com.objectspace.lib.util.Console
Display no output to the console.
size() - Method in class com.objectspace.voyager.space.Subspace
Return the number of objects I contain.
size() - Method in interface com.objectspace.voyager.space.ISubspace
Return the number of objects I contain.
size() - Method in class com.objectspace.voyager.directory.Directory
Return the number of keys in the local directory.
size() - Method in class com.objectspace.voyager.directory.LightDirectory
 
size() - Method in interface com.objectspace.voyager.directory.IDirectory
Return the number of keys in the local directory.
snapshot - Variable in class com.objectspace.voyager.mobility.Mobility
 
Snapshot - class com.objectspace.voyager.Snapshot.
A Snapshot contains all the information necessary to save an object for subsequent restoration.
start() - Method in interface com.objectspace.lib.timer.IStopwatch
Start the stopwatch.
start() - Method in class com.objectspace.lib.timer.Stopwatch
Start the stopwatch.
startup() - Static method in class com.objectspace.voyager.Voyager
Start Voyager as a client that doesn't initially accept incoming messages.
startup(Object, String) - Static method in class com.objectspace.voyager.Voyager
Start a Voyager applet or servlet as a server that accepts incoming messages on the specified URL.
startup(String) - Static method in class com.objectspace.voyager.Voyager
Start a Voyager program as a server that accepts incoming messages on the specified URL.
startup(SystemEvent) - Method in interface com.objectspace.voyager.SystemListener
Voyager is starting up.
StartupException - exception com.objectspace.voyager.StartupException.
A StartupException indicates an exception occurred during Voyager.startup().
StartupException(Exception) - Constructor for class com.objectspace.voyager.StartupException
Construct a StartupException with the specified exception.
StartupException(String) - Constructor for class com.objectspace.voyager.StartupException
Construct a StartupException with the specified message.
status - Variable in class com.objectspace.voyager.corba.SystemException
COMPLETED_YES, COMPLETED_NO, or COMPLETED_MAYBE.
stop() - Method in interface com.objectspace.lib.timer.IStopwatch
Stop the stopwatch, increment the lap count, and record the lap time if enabled.
stop() - Method in class com.objectspace.lib.timer.Stopwatch
Stop the stopwatch, increment the lap count, and record the lap time if enabled.
stop() - Method in interface com.objectspace.voyager.transport.ITransportServer
Requests that this server instance stop accepting incoming connections.
Stopwatch - class com.objectspace.lib.timer.Stopwatch.
A Stopwatch offers basic timing facilities as well as the ability to record individual lap times.
Stopwatch() - Constructor for class com.objectspace.lib.timer.Stopwatch
Construct myself to be a reset stopwatch.
StringHolder - class com.objectspace.lib.holder.StringHolder.
A StringHolder allows the final value of a String argument to be propagated back to the client.
StringHolder() - Constructor for class com.objectspace.lib.holder.StringHolder
Construct myself with the default value of null.
StringHolder(String) - Constructor for class com.objectspace.lib.holder.StringHolder
Construct myself with the specified initial value.
subscribe(Topic) - Method in interface com.objectspace.voyager.space.publishing.ISubscriber
Add the specified topic to my list of subscriptions.
subscribe(Topic) - Method in class com.objectspace.voyager.space.publishing.Subscriber
Add the specified topic to my list of subscriptions.
Subscriber - class com.objectspace.voyager.space.publishing.Subscriber.
PublishedEventListener defines a single method publishedEvent( event, topic ) that receives every published event in the Space.
Subscriber() - Constructor for class com.objectspace.voyager.space.publishing.Subscriber
Construct myself to have no subscriptions and no associated PublishedEventListener.
Subscriber(PublishedEventListener) - Constructor for class com.objectspace.voyager.space.publishing.Subscriber
Construct myself to have no subscriptions and the specified PublishedEventListener.
Subspace - class com.objectspace.voyager.space.Subspace.
A Subspace is the building block of Space(tm), which is Voyager's backbone for scaleable distributed computing.
Subspace() - Constructor for class com.objectspace.voyager.space.Subspace
Create a new empty Subspace with no neighbors.
SubspaceEvent - class com.objectspace.voyager.space.SubspaceEvent.
A SubspaceEvent occurs when an object is added/removed from a subspace or a neighboring subspace is added/removed.
subspaceEvent(SubspaceEvent) - Method in interface com.objectspace.voyager.space.SubspaceListener
An object or neighbor is being added/removed to/from a subspace.
SubspaceListener - interface com.objectspace.voyager.space.SubspaceListener.
SubspaceListener is the interface that must be implemented by objects that wish to receive notification of SubspaceEvents.
Sync - class com.objectspace.voyager.message.Sync.
A Sync message invokes a method, waits for the reply, and then returns a Result object that holds the reply.
SystemEvent - class com.objectspace.voyager.SystemEvent.
A SystemEvent occurs at startup and shutdown.
SystemException - exception com.objectspace.voyager.corba.SystemException.
A SystemException represents an exception thrown by a CORBA ORB.
SystemException(String) - Constructor for class com.objectspace.voyager.corba.SystemException
Construct a SystemException corresponding to the specified CORBA exception.
SystemException(String, int, int) - Constructor for class com.objectspace.voyager.corba.SystemException
Construct a SystemException corresponding to the specified CORBA exception.
SystemListener - interface com.objectspace.voyager.SystemListener.
SystemListener is the interface that must be implemented by all objects that wish to listen to SystemEvents.

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